Jellyfin Forum
SOLVED: 10.9.0 - Reverse proxy just directing me to page with Jellyfin logo - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: 10.9.0 - Reverse proxy just directing me to page with Jellyfin logo (/t-solved-10-9-0-reverse-proxy-just-directing-me-to-page-with-jellyfin-logo)



10.9.0 - Reverse proxy just directing me to page with Jellyfin logo - nothingveryobvious - 2024-05-12

Since upgrading to 10.9.0, when I go to https://jellyfin.mydomain.com, I'm led to a page with the Jellyfin logo. I can still access Jellyfin normally at http://localhost:8096.

What do I need to change either in Jellyfin or in my SWAG setup? Thanks for any help.

[Image: TxtM2s6.jpg]


RE: 10.9.0 - Reverse proxy just directing me to page with Jellyfin logo - LeviSnoot - 2024-05-12

Have you tried accessing your server in an incognito window? There was a problem in previous versions of JF with the serviceworker.js file caching basically the entire /web directory in your browser, so it's possible your browser is trying to access the 10.8.x version of JF which of course isn't there anymore.

If it ends up working in an incognito window, you'll need to clear all browser data for mydomain.com and tell any other users of your instance to do the same.


RE: 10.9.0 - Reverse proxy just directing me to page with Jellyfin logo - nothingveryobvious - 2024-05-12

Thank you! Clearing browser data did the trick.