Jellyfin Forum
Remote Controls Not Showing After Update - 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: Remote Controls Not Showing After Update (/t-remote-controls-not-showing-after-update)

Pages: 1 2


RE: Remote Controls Not Showing After Update - jellynoob1994 - 2025-02-06

mine are still working on 10.10.5 windows server running caddy


RE: Remote Controls Not Showing After Update - TheDreadPirate - 2025-02-06

(2025-02-06, 09:00 PM)jellynoob1994 Wrote: mine are still working on 10.10.5 windows server running caddy

As are mine with Nginx.  But with a config that matches our Nginx documentation.


RE: Remote Controls Not Showing After Update - Jukelyn - 2025-02-07

(2025-02-06, 04:26 PM)TheDreadPirate Wrote: Try adding a separate /socket location with identical parameters as proxy.conf plus these two proxy_set_headers.

Code:
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

I know you have those two in the server block, but I'm trying to find clarification if those headers need to be in the location or not.

Also, "Connection" needs to be "upgrade".  Yours is currently set to "$http_connection".

I'm not sure how I would do that. I use Nginx Proxy Manager, is there a way to do it through there? I could also, if need be, directly update the config file but then if I change anything on the NPM web ui, it'd overwrite it.


RE: Remote Controls Not Showing After Update - TheDreadPirate - 2025-02-07

Oh. Should have mentioned that.

Can you share screenshots of Nginx Proxy Manager? There is a switch for "websocket support" that should be switched on.