Move To task crashes the editor

My Behavior Tree has a Move To task with the FVector blackboard key, but the editor crashes when this node is started. I have tried adding a decorator, but even with a valid FVector key Move To causes the editor to crash.
Screenshot 2022-02-10 213610
I changed Move To task to Rotate to Face task and it worked correctly with the same blackboard key.

What might be the problem?