mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #2337] Cannot connect with pocketid oidc #10902
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 @Nemirtingas on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2337
Originally assigned to: @miloschwartz on GitHub.
Describe the Bug
Whenever I try to connect with my pocketid, I have this error in the pangolin logs:
It was working perfectly fine, and now it does not anymore, not sure what actually happened.
Environment
To Reproduce
Try to login with pocketid, but I have no clue on how to reproduce the issue.
Expected Behavior
It can connect.
@miloschwartz commented on GitHub (Jan 26, 2026):
At what point in time does this occur in login? Can you turn on debug logs and see what PocketID is sending in the token response?
@Nemirtingas commented on GitHub (Jan 26, 2026):
It seems to have been happening since I deleted users from the organization and from the admin panel, the provider was pocketid. It was happening after the redirection to pangolin.
I triied to login again this morning and now it works again.
I'll try to debug next time if it happens again.