Simple Move To Location Problem

I found a problem with “Simple Move to Location” blueprint, in editor it works without any problems, but in packaged game character can’t move to locations with negative x or y. It get’s stuck before crossing from positive to negative lication, or sometimes doesn’t proceed to move at all. [Simple click to move character movement - built on top down example] Does anyone have an idea how to fix it? I’m using Unreal Engine 5.1.1

What netmode are you working with in editor?
Does the package build work w/Dedicated server or Listen?

It’s offline, singleplayer game

Ok, show your click to move code.