Plan
Plan copied to clipboard
Network: Clicking players from a server playerlist does not send to the correct URL, 404.
Describe the issue
I have a self-hosted, Bungee network setup. if I visit My survival analyics, click players, click on a player, it 404's. I think this is just a bad URL, because if I remove /server/ from the URL, it shows me the player page.
https://panel.fakedomain.com/server/player/4930de2b-5b3b-4660-8c55-e2a0db07d91d
But this works
https://panel.fakedomain.com/player/4930de2b-5b3b-4660-8c55-e2a0db07d91d
Ah I see, this is probably what that other ticket was talking about (I closed it as "could not reproduce") but I didn't realize they were using export!
Hmm, I wonder - does the address have a slash at the end when you access the exported server page? (eg. /server/Lobby/ instead of /server/Lobby) - Plan assumes it doesn't
Hmm, I wonder - does the address have a slash at the end when you access the exported server page? (eg.
/server/Lobby/instead of/server/Lobby) - Plan assumes it doesn't
Yes it does! I wonder if this is an Nginx thing?
I am unsure, it could also be because the exported file is /server/Lobby/index.html - At least now I know what to do to fix it, some js magic needs to detect if there's a slash at the end :)
Should be sorted out by the React version of export when Plugin.Frontend_BETA and Export is enabled.