Situation
-
Jellyfin is served from a path, such as /example/.
-
The reverse proxy is configured to forward all traffic with path /example/(...) to the Jellyfin server.
-
Moonfin plugin is installed and configured to use Seerr.
-
When Seerr is accessed through the web UI, requests are made to /example/Moonfin/Jellyseerr/web/seerr/(...).
Problem
The web server returns error 404 for these requests.
Expected result
The web server should return the relevant Moonfin/Seerr (proxied) content.
Situation
Jellyfin is served from a path, such as
/example/.The reverse proxy is configured to forward all traffic with path
/example/(...)to the Jellyfin server.Moonfin plugin is installed and configured to use Seerr.
When Seerr is accessed through the web UI, requests are made to
/example/Moonfin/Jellyseerr/web/seerr/(...).Problem
The web server returns error 404 for these requests.
Expected result
The web server should return the relevant Moonfin/Seerr (proxied) content.