mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Unable to connect to Jellyfin on first start #2052
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quentinus95 on GitHub (Aug 17, 2020).
Describe the bug
I'm trying to start the app, but I can't pass the first screen of the wizard. Screen locks on a loading spinner when clicking on
Nexton the language selection screen.System (please complete the following information):
To Reproduce
Start a new container and try to use the wizard.
Expected behavior
Being able to log in the app.
Logs
When clicking on Next, server-side:
Client-side:
When trying to login using the login form (bypassing the wizard), server-side, trying to connect with username
jellyfin, no password:@csveritas commented on GitHub (Sep 22, 2020):
Same issue on Debian 4.19 in docker behind reverse proxy, but when I click the back arrow I also see
Looks like a broken reference to the file that's actually at
/web/controllers/auth/login.js?@johnhamelink commented on GitHub (Oct 7, 2020):
I'm also experiencing this issue, it happened to me while modifying the poster of a TV show. The iOS app continues to work fine: it seems to be an issue with the web component only.
@quentinus95 commented on GitHub (Nov 1, 2020):
It looks like this has been fixed in
10.6.4.@CalebFenton commented on GitHub (Dec 19, 2020):
I'm having the same issue with 10.6.4 on Windows. Can't get past very first screen in the Wizard. Same spinner. This is the server error:
This is the browser error (in the console):
Seems like the issue is fixed in 10.7.0~rc1. That's working fine.
@zenodotus280 commented on GitHub (Feb 14, 2021):
For anyone else reading this in the future, try switching between your local IP, localhost, and 127.0.0.1. Takes a minute and may save you hours - it did for me.