This has also happened to me, which seemingly was after updating the game to 2.0.15. I am on my expansion planet Vulthera, but cannot select any other planets aside from the default ones that are part of the Global Player team. Those are unreachable. My existing platforms also only see the defaults planets but are not located anywhere near them. They are stuck where they are, so I cannot travel between any of my planets that I started on.
Let me know what I can do to help, this mod has been amazing for my friends and I but this is definitely a show stopping problem.
EDIT:
I found a solution from a discussion on a bug post on the discord server. There is a server command/admin command you can execute that will give a specific player access to specific planets. Note that all planets appear to be lowercase in the command, otherwise it will throw an error stating it cannot find the planet. This is a good work around for now, as I am back in business! I do not know how to do code blocks on this forum, sorry about that. Here is the command format and what I did that worked for me. This worked on a headless server command line, while I was in the game. The planets immediately turned white and became accessible for me, my space platforms, and my rocket silos.
/c for <PLAYERNAMEGOES HERE>, id in pairs({'planetname1', 'planetname2', 'planetname3', 'planetname4'}) do game.forces.player.unlock_space_location(id) end
/c for FearlessMonkey, id in pairs({'navoria', 'vulthera', 'fulgorin'}) do game.forces.player.unlock_space_location(id) end