mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 09:13:15 +03:00
🐛 Bug Report: Romm (truenas) Internal Server Error #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jsapede on GitHub.
Reproduction steps
Installed Romm Truenas APP, and setup according to documentation :
https://docs.romm.app/latest/OIDC-Guides/OIDC-Setup-With-PocketID
Romm Server is behind cloudflared zero trust tunnel
Expected behavior
login using pocketid
Actual Behavior
got persistent error :
analyzing error using AI, gives me a hint to curl authorize :
resulting in html response instead of json :
looks like also in the logs that redirect isnt reachable :
2025-07-09 06:10:58.676325+00:00return await oauth.openid.authorize_redirect(request, OIDC_REDIRECT_URI)
Strangely i have no specific problems with other apps i use pocketid (proxmox, jellyfin) even if they're behind the same cloudflared tunnel
Version and Environment
Trunas scale 25.04.1
Romm : 3.10.2
pocketid : 1.6.1
Log Output
No response
@ItalyPaleAle commented on GitHub:
It appears that it’s trying to fetch the OIDC discovery URL at
https://*******.ovh/authorize/.well-known/openid-configurationwhile it should behttps://*******.ooh/.well-known/openid-configuration(in most cases)@jsapede commented on GitHub:
hmm i've set the config according to the doc ;
OIDC_SERVER_APPLICATION_URL: The authorization URL for you Pocket ID instance, e.g. https://id.host.local/authorize
@jsapede commented on GitHub:
good point, it works, it's an error in the docs !
@ItalyPaleAle commented on GitHub:
Can you try removing
/authorize?It may be a bug in their docs