AI won't move in Static NavMesh

Hi Yall

I have an AI controller that moves around a npc in my game. The movement works fine when the navmesh is set to dynamic, but it fails when the navmesh is static.

This works:

This Fails:

I can seeThe AIMoveTo function failing in my movement task when the mesh is set to static. Any ideas how I can fix this?