SOLVED: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - 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: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem (/t-solved-remote-jellyfin-jellyfin-api-auth-customauthenticationhandler-problem) |
remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - ahmad - 2024-03-11 i have a jellyfin in a docker container with domian and cloudflare for remote access when watching a movie or a show after some time it stop playing and can't do anything in the webpage and after refresh i got this first image, so i have to close the tab re-enter the domian for it and login again here the log from portainer: Code: [code][07:41:06] [INF] [41] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks here a brief info about my setup: cpu: ryzen 3 3200g igpu: amd redaon vega ram: 16GB OS: Debian 12 Jellyfin version: 10.8.13 i run jellyfin inside a docker container with an nginx proxy manager with force SSL for remote access and i register a domain with cloudflare and enabled Proxied RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - TheDreadPirate - 2024-03-11 I've updated our Nginx Proxy Manager docs recently. https://jellyfin.org/docs/general/networking/nginx/#nginx-proxy-manager Double check your setup lines up with our docs. If it does, we can do some additional troubleshooting. RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - ahmad - 2024-03-26 (2024-03-11, 04:30 PM)TheDreadPirate Wrote: I've updated our Nginx Proxy Manager docs recently. Thanks, this works for me. |