mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: OpenWebUI fails after authorization #320
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 @truthsword on GitHub (Jun 2, 2025).
Reproduction steps
Launch OpenWebUI docker.
Select PocketID authentication
PocketID opens, checkmark appears, new tab opens but... "can't reach this page"
URL has the form of
http://localhost:3000/auth#token=eyJhbGciOiJI...Expected behavior
OpenWebUP interface opens
Actual Behavior
"can't reach this page"
Browser URL has the form of
http://localhost:3000/auth#token=eyJhbGciOiJI...Version and Environment
PocketID v1.1.0 (works fine with Portainer)
Log Output
@kmendell commented on GitHub (Jun 3, 2025):
Did you follow the guide here? https://pocket-id.org/docs/client-examples/open-webui? Also what do you have set for a callback url for open web ui?
@truthsword commented on GitHub (Jun 3, 2025):
Yes... I followed that example... seemed simple My callback URL is:
https://openwebui.mydomain.com/oauth/oidc/callbackNot sure if this matters, but this domain is only LAN accessible, and it has an LE cert.
@stonith404 commented on GitHub (Jun 3, 2025):
This is most likely a problem on Openwebui's side, because of that I'm converting this issue into a discussion. Did you set
WEBUI_URLin OpenWebUI tohttps://openwebui.mydomain.com?If that's the case please check the network tab in your Chrome dev tools for the request that is redirecting you to localhost and share a screenshot of it.