Replies: 1 comment 6 replies
-
Please submit logs and the XML configuration. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use nginx as a reverse proxy and have proxied jellyfin to a custom location, like this:
https://my.domain.org/jellyfin
This works with all apps etc. the nginx location for this looks like this:
I would now expect the sso to be at
https://my.domain.org/jellyfin/sso/OID/start/pocketid
.The sso plugin conf looks like this:
I have configured the "Published Server URIs" in the networking settings of jellyfin to
all=https://my.domain.org/jellyfin
.However, when I try to open
https://my.domain.org/jellyfin/sso/OID/start/pocketid
it loads for like 20-30 seconds, then shows "Error processing request."I have set up pocket ID successfully with other services.
The "error processing request" is fixed now (weird ipv6 / MTU issue), however, I now get
The callback URL in pocket id is configured to
https://my.domain.org/jellyfin/sso/OID/redirect/pocketid
and /r/ too.Here is the config in pocket ID:
Beta Was this translation helpful? Give feedback.
All reactions