Anim Blueprint "play not processed prior to handling transition getter"

Anyone have a solution for this? I added in a new set of animations so I created a duplicate of my anim blueprint to make it compatible with. Everything was looking like it would work perfectly when I ran into this error:*** “ICE: Player node “Play (None)” was not processed prior to handling a transition getter “K2Node_TransitionRuleGetter” that used it.” ***
It is happening on my jump start and jump end states.

I’m having the same issue

A transition node is calling a “(animname) time remaining” node and this is throwing errors because the anim reference is wrong.

Find those transitions, delete the node, and re-add it (so the new node properly points to the actual anim in the BP)

I did that and now my preview animation disappeared. Anyone have any fixes for version 4.23?