Jellyfin Forum
New devices connecting via webui are shown the setup wizard instead of login page. - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: New devices connecting via webui are shown the setup wizard instead of login page. (/t-new-devices-connecting-via-webui-are-shown-the-setup-wizard-instead-of-login-page)

Pages: 1 2


New devices connecting via webui are shown the setup wizard instead of login page. - lxl - 2024-05-19

I have a working Jellyfin server configured. It works as expected when using native applications and after login on the webui. However when I connect to Jellyfin on a new device (in the web client) it takes me to the server setup wizard instead of the login page and if I proceed with the wizard it has the my account credentials pre-filled. This is of course unsafe and undesired but what is causing the wizard to show instead of the login page?

Server version 10.9.2 via docker (linuxserver).


RE: New devices connecting via webui are shown the setup wizard instead of login page. - TheDreadPirate - 2024-05-19

Are you using a bookmark for Jellyfin? If so, what is the bookmark? I've seen people bookmark the setup wizard URL, which results in what you are seeing. Also, are you using a password manager?


RE: New devices connecting via webui are shown the setup wizard instead of login page. - lxl - 2024-05-19

No bookmark. No password manager. It happens when I connect directly via localhost:port across firefox, chromium and vanadium, including clean profiles.


RE: New devices connecting via webui are shown the setup wizard instead of login page. - TheDreadPirate - 2024-05-19

Can you share your full jellyfin log via pastebin?


RE: New devices connecting via webui are shown the setup wizard instead of login page. - lxl - 2024-05-19

The full log exceeds pastebin's size limits. Here's a snippet of what seems to be written when I connect from a new device: https://pastebin.com/JWYai1Hz


RE: New devices connecting via webui are shown the setup wizard instead of login page. - TheDreadPirate - 2024-05-19

Can you restart jellyfin and provide me with the shutdown and startup logs?


RE: New devices connecting via webui are shown the setup wizard instead of login page. - lxl - 2024-05-20

https://pastebin.com/PgZGKMxK


RE: New devices connecting via webui are shown the setup wizard instead of login page. - TheDreadPirate - 2024-05-20

Code:
[2024-05-20 11:59:02.469 +02:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]

Can you share your docker compose for your jellyfin container?


RE: New devices connecting via webui are shown the setup wizard instead of login page. - lxl - 2024-05-20

https://pastebin.com/9mdwMqPb


RE: New devices connecting via webui are shown the setup wizard instead of login page. - TheDreadPirate - 2024-05-20

Where do the variables in your config get defined? The only thing that makes sense at this point is that your config directory is not persisting.