brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
28 stars 5 forks source link

BUG: column 'external_endpoint' for all worlds is not updated when gameDNS variable changes #9

Open brianmiller opened 1 year ago

brianmiller commented 1 year ago

Fix it.

TigerWolf commented 1 year ago

Is there a way to manually fix this? I had to url decode and encode the url to fix it for my friends.

TigerWolf commented 1 year ago

I use unraid and deleting and then reinstalling the docker container didnt fix this. I assume this is store in the DB somewhere or in the user files.

brianmiller commented 1 year ago

I'll see what it takes to move this up in priority.

For now, the workaround is to use the Database Browser via the admin portal.

Once there, select the "worlds" table. You'll see the column you need to edit.

TigerWolf commented 1 year ago

Actually my problem is with the url that is encoded in the base64 string to the phValheim server. I can see External Endpoint in the worlds table but not the other one.