🐛 Bug Report: OpenWebUI fails after authorization #108

Closed
opened 2025-07-08 08:40:03 -04:00 by AtHeartEngineer · 0 comments

Originally created by @truthsword on 6/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

open-webui  | 2025-06-02 19:46:50.481 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /static/favicon-dark.png HTTP/1.1" 200 - {}
open-webui  | 2025-06-02 19:46:52.826 | INFO     | httpx._client:_send_single_request:1740 - HTTP Request: GET https://pocket-id.chairo.one/.well-known/openid-configuration "HTTP/1.1 200 OK" - {}
open-webui  | 2025-06-02 19:46:52.848 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /oauth/oidc/login HTTP/1.1" 302 - {}
open-webui  | 2025-06-02 19:46:54.348 | INFO     | httpx._client:_send_single_request:1740 - HTTP Request: POST https://pocket-id.chairo.one/api/oidc/token "HTTP/1.1 200 OK" - {}
open-webui  | 2025-06-02 19:46:54.378 | INFO     | httpx._client:_send_single_request:1740 - HTTP Request: GET https://pocket-id.chairo.one/.well-known/jwks.json "HTTP/1.1 200 OK" - {}
open-webui  | 2025-06-02 19:46:54.383 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /oauth/oidc/callback?code=yyy&state=xxx HTTP/1.1" 307 - {}
*Originally created by @truthsword on 6/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 ``` open-webui | 2025-06-02 19:46:50.481 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /static/favicon-dark.png HTTP/1.1" 200 - {} open-webui | 2025-06-02 19:46:52.826 | INFO | httpx._client:_send_single_request:1740 - HTTP Request: GET https://pocket-id.chairo.one/.well-known/openid-configuration "HTTP/1.1 200 OK" - {} open-webui | 2025-06-02 19:46:52.848 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /oauth/oidc/login HTTP/1.1" 302 - {} open-webui | 2025-06-02 19:46:54.348 | INFO | httpx._client:_send_single_request:1740 - HTTP Request: POST https://pocket-id.chairo.one/api/oidc/token "HTTP/1.1 200 OK" - {} open-webui | 2025-06-02 19:46:54.378 | INFO | httpx._client:_send_single_request:1740 - HTTP Request: GET https://pocket-id.chairo.one/.well-known/jwks.json "HTTP/1.1 200 OK" - {} open-webui | 2025-06-02 19:46:54.383 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.10.10:0 - "GET /oauth/oidc/callback?code=yyy&state=xxx HTTP/1.1" 307 - {} ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#108