Character Spawning Outside the Level Environment

You are using world composition and placing the Spawn point into a level it shouldn’t be in.

You either place it in persistent, or load the individual level and place it within the level.
Both solutions can lead to issues when you use world origin rebasing.

However using the persistent works. You can Spawn at any location and the landscape levels will (eventually) load in.