Godot 4.1.1
Following my course to a tee but my debugger is spamming 40+ of the same error while in their video the enemy is at least moving around the navmesh. Mine doesn't move at all currently.
The errors are
enemy.gd:28@roamlocation(): navigationserver map query failed because it was made before first map synchronization.
and
enemy.gd:30@roamlocation(): navigationserver map query failed because it was made before first map synchronization.
I tried Googling but did not understand the solutions.