SOLVED: Stuck on Greet Screen through HTTPS - 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: SOLVED: Stuck on Greet Screen through HTTPS (/t-solved-stuck-on-greet-screen-through-https) |
Stuck on Greet Screen through HTTPS - killerrabbit - 2024-07-04 I have just set up nginx as a reverse proxy and I can only ask to connect to the server from the IP and port, I can't get in. I can't get into the login screen because the file /web/main.jellyfin.bundle.js does not get found. Here is the error log: Code: 2024/07/03 21:52:00 [error] 6442#6442: *1 jellyfin could not be resolved (3: Host not found), client: 192.168.254.196, server: jellyfin.killerrabbit.xyz, request: "GET /web/main.jellyfin.bundle.js?ba0eba4f8e459eb7c494 HTTP/2.0", host: "jellyfin.killerrabbit.xyz" Here is the nginx configuration for the server. Nginx Config Feel free to ask for any more information and any help is appreciated. Edit: updated status of connected via ip and port. I figured it out. I needed to clear data in my browser and change the resolv.conf on my server. RE: Stuck on Greet Screen through HTTPS - TheDreadPirate - 2024-07-04 Is nginx running on the same host as jellyfin? If so, you should be setting $jellyfin to either 127.0.0.1 or your LAN IP. My nginx config for reference. https://sourceb.in/auQ7583d3q |