[GH-ISSUE #21823] issue: 500er Error from Openwebui when OIDC Session ends #122894

Closed
opened 2026-05-21 01:57:44 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @VonNao on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21823

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.8.5

Ollama Version (if applicable)

No response

Operating System

Talos Linux

Browser (if applicable)

Latest Version of Chrome/Edge and Firefox

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

When the OIDC Sessions Ends Openwebui should either redirect to the login screen or the IDP.

Actual Behavior

The Browser shows a 500 Error when the session ends. If you then reload the browser windows manually the Loginscreen of openwebui is displayed normally

Steps to Reproduce

  1. Deploy Docker or Kubernetes host.
  2. Install openwebui with postgres and redis including a reverse proxy and Keycloak as IDP
  3. Configure Openwebui as Shown below via variables
WEBUI_NAME: example.tld
WEBUI_SESSION_COOKIE_SAME_SITE: lax
WEBUI_SESSION_COOKIE_SECURE: True
OAUTH_CLIENT_ID: example.tld
OPENID_PROVIDER_URL: https://auth.example.tld/realms/realm/.well-known/openid-configuration
OPENID_REDIRECT_URI: https://app.example.tld/oauth/oidc/callback
ADMIN_EMAIL: technik@example.tld
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
PIP_CERT: /etc/ssl/certs/ca-certificates.crt
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
ENABLE_WEBSOCKET_SUPPORT: "true"
WEBSOCKET_MANAGER: "redis"
WEBSOCKET_REDIS_URL: "redis://dragonfly.example.svc.cluster.local:6379/1"
WEBUI_URL: "https://app.example.tld"
ENABLE_RAG_WEB_SEARCH: true
ENABLE_SEARCH_QUERY: true
RAG_WEB_SEARCH_ENGINE: searxng
SEARXNG_QUERY_URL: http://searxng:8080/search?q=<query>
ENABLE_OAUTH_SIGNUP: 'true'
ENABLE_LOGIN_FORM: false
OAUTH_MERGE_ACCOUNTS_BY_EMAIL: true
OAUTH_PROVIDER_NAME: "example.tld Login"
ENABLE_OAUTH_ROLE_MANAGEMENT: 'true'
OAUTH_ALLOWED_ROLES: 'example.tld-user'
OAUTH_ADMIN_ROLES: 'example.tld-admin'
OAUTH_ROLES_CLAIM: 'roles'
OAUTH_GROUP_CLAIM: "groups"
OAUTH_SCOPES: 'openid email profile groups roles'
ENABLE_OAUTH_GROUP_MANAGEMENT: 'true'
ENABLE_OAUTH_GROUP_CREATION: 'true'
TZ: Europe/Berlin
WEBUI_AUTH: true
DATA_DIR: /app/backend/data
ENABLE_ADMIN_CHAT_ACCESS: false
VECTOR_DB: qdrant
QDRANT_URI: http://qdrant:6333

Logs & Screenshots

Sadly the 500er is not shown in the logs of OW, Ingress or Keycloak

 2026-02-24 13:45:39.763 | INFO     | httpx._client:_send_single_request:1740 - HTTP Request: POST https://auth.example.tld/realms/TEST-REALM/protocol/openid-connect/token "HTTP/1.1 200 OK"                                                                                                                                     │
│ 2026-02-24 13:45:39.828 | INFO     | open_webui.utils.oauth:handle_callback:1717 - Stored OAuth session server-side for user 4fb0dcfc-05b4-4e6d-b30d-18fd0453edce, provider oidc                                                                                                                                        │
│ 2026-02-24 13:45:39.829 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /oauth/oidc/callback?state=4MkQSHc0SvmlsjlEO03eCLKqmJOESg&session_state=0pXNWDSv5Jvva9pMBG5gG14t&iss=https%3A%2F%2Fauth.example.tld%2Frealms%2FTEST-REALM&code=d44da585-85e9-113c-8ba1-04d5c7528de0.0pXNWDSv5Jvva9pMBG │
│ 5gG14t.be15e21d-74d7-4a57-8a64-719f0616a1b5 HTTP/1.1" 307                                                                                                                                                                                                                                                               │
│ 2026-02-24 13:45:40.090 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/config HTTP/1.1" 200                                                                                                                                                                                     │
│ 2026-02-24 13:45:40.171 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/config HTTP/1.1" 200                                                                                                                                                                                     │
│ 2026-02-24 13:45:40.463 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/configs/banners HTTP/1.1" 200                                                                                                                                                                         │
│ 2026-02-24 13:45:40.544 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/channels/ HTTP/1.1" 200                                                                                                                                                                               │
│ 2026-02-24 13:45:40.569 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200                                                                                                                                                                          │
│ 2026-02-24 13:45:40.871 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/functions/ HTTP/1.1" 200                                                                                                                                                                              │
│ 2026-02-24 13:45:40.946 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200                                                                                                                                                                           │
│ 2026-02-24 13:45:41.249 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /static/custom.css HTTP/1.1" 200                                                                                                                                                                           │
│ 2026-02-24 13:45:41.249 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/KKwIle5C.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.249 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/4gHKtCzx.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.252 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DFjR6pSH.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.253 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/C1FmrZbK.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.309 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/nodes/0.BtxtnfEF.js HTTP/1.1" 200                                                                                                                                                          │
│ 2026-02-24 13:45:41.327 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CvHPcCA1.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.329 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/T0BhK213.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.329 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/EtJBOeiQ.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.404 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/D_TrlUwm.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.404 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DNJQuHYn.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.438 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/w5qfc4Cv.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.438 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CnPq0zmq.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.439 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Bfc47y5P.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.471 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DXxarABC.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.474 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DNZvd2W6.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.474 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/B1Cj3nBs.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.474 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Dz-XfIya.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.474 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/assets/Modal.CSlFhZkq.css HTTP/1.1" 200                                                                                                                                                    │
│ 2026-02-24 13:45:41.479 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/nodes/2.BkF4bJcu.js HTTP/1.1" 200                                                                                                                                                          │
│ 2026-02-24 13:45:41.479 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BG0m-QS6.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.494 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/oms1MLyo.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.495 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CmRnvz_r.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.508 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DTt1BA2l.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.509 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BVAaVYqF.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.510 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DaQnBgyN.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.511 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BAKlP3L3.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.512 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CV94TvfR.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.514 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DznnwXEV.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.514 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Cof7saRK.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.514 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DWSrwC-q.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.516 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BXVgcTlz.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.517 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/assets/Markdown.BSTcku12.css HTTP/1.1" 200                                                                                                                                                 │
│ 2026-02-24 13:45:41.517 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BdKJ7Ez7.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.518 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DeYIK5GM.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.518 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/bdRxQ3qV.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.519 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Qqw61sLr.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.520 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DVubmN6D.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.521 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BeMBIz2w.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.522 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/C4wBtwcX.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.522 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DqrvjQIg.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.523 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Cln4BVBR.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.523 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/B14vFxRi.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.524 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Dqq8gCwN.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.524 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CIxUFCUX.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.674 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /api/config HTTP/1.1" 200                                                                                                                                                                                  │
│ 2026-02-24 13:45:41.727 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Fzn31xC1.js HTTP/1.1" 200                                                                                                                                                           │
│ 2026-02-24 13:45:41.811 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /api/version HTTP/1.1" 200

Additional Information

No response

Originally created by @VonNao on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/21823 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version v0.8.5 ### Ollama Version (if applicable) _No response_ ### Operating System Talos Linux ### Browser (if applicable) Latest Version of Chrome/Edge and Firefox ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior When the OIDC Sessions Ends Openwebui should either redirect to the login screen or the IDP. ### Actual Behavior The Browser shows a 500 Error when the session ends. If you then reload the browser windows manually the Loginscreen of openwebui is displayed normally ### Steps to Reproduce 1. Deploy Docker or Kubernetes host. 2. Install openwebui with postgres and redis including a reverse proxy and Keycloak as IDP 3. Configure Openwebui as Shown below via variables ``` WEBUI_NAME: example.tld WEBUI_SESSION_COOKIE_SAME_SITE: lax WEBUI_SESSION_COOKIE_SECURE: True OAUTH_CLIENT_ID: example.tld OPENID_PROVIDER_URL: https://auth.example.tld/realms/realm/.well-known/openid-configuration OPENID_REDIRECT_URI: https://app.example.tld/oauth/oidc/callback ADMIN_EMAIL: technik@example.tld REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt PIP_CERT: /etc/ssl/certs/ca-certificates.crt SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt ENABLE_WEBSOCKET_SUPPORT: "true" WEBSOCKET_MANAGER: "redis" WEBSOCKET_REDIS_URL: "redis://dragonfly.example.svc.cluster.local:6379/1" WEBUI_URL: "https://app.example.tld" ENABLE_RAG_WEB_SEARCH: true ENABLE_SEARCH_QUERY: true RAG_WEB_SEARCH_ENGINE: searxng SEARXNG_QUERY_URL: http://searxng:8080/search?q=<query> ENABLE_OAUTH_SIGNUP: 'true' ENABLE_LOGIN_FORM: false OAUTH_MERGE_ACCOUNTS_BY_EMAIL: true OAUTH_PROVIDER_NAME: "example.tld Login" ENABLE_OAUTH_ROLE_MANAGEMENT: 'true' OAUTH_ALLOWED_ROLES: 'example.tld-user' OAUTH_ADMIN_ROLES: 'example.tld-admin' OAUTH_ROLES_CLAIM: 'roles' OAUTH_GROUP_CLAIM: "groups" OAUTH_SCOPES: 'openid email profile groups roles' ENABLE_OAUTH_GROUP_MANAGEMENT: 'true' ENABLE_OAUTH_GROUP_CREATION: 'true' TZ: Europe/Berlin WEBUI_AUTH: true DATA_DIR: /app/backend/data ENABLE_ADMIN_CHAT_ACCESS: false VECTOR_DB: qdrant QDRANT_URI: http://qdrant:6333 ``` ### Logs & Screenshots Sadly the 500er is not shown in the logs of OW, Ingress or Keycloak ``` 2026-02-24 13:45:39.763 | INFO | httpx._client:_send_single_request:1740 - HTTP Request: POST https://auth.example.tld/realms/TEST-REALM/protocol/openid-connect/token "HTTP/1.1 200 OK" │ │ 2026-02-24 13:45:39.828 | INFO | open_webui.utils.oauth:handle_callback:1717 - Stored OAuth session server-side for user 4fb0dcfc-05b4-4e6d-b30d-18fd0453edce, provider oidc │ │ 2026-02-24 13:45:39.829 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /oauth/oidc/callback?state=4MkQSHc0SvmlsjlEO03eCLKqmJOESg&session_state=0pXNWDSv5Jvva9pMBG5gG14t&iss=https%3A%2F%2Fauth.example.tld%2Frealms%2FTEST-REALM&code=d44da585-85e9-113c-8ba1-04d5c7528de0.0pXNWDSv5Jvva9pMBG │ │ 5gG14t.be15e21d-74d7-4a57-8a64-719f0616a1b5 HTTP/1.1" 307 │ │ 2026-02-24 13:45:40.090 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/config HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.171 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/config HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.463 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.544 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/channels/ HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.569 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.871 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/functions/ HTTP/1.1" 200 │ │ 2026-02-24 13:45:40.946 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.21.2.21:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.249 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /static/custom.css HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.249 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/KKwIle5C.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.249 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/4gHKtCzx.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.252 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DFjR6pSH.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.253 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/C1FmrZbK.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.309 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/nodes/0.BtxtnfEF.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.327 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CvHPcCA1.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.329 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/T0BhK213.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.329 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/EtJBOeiQ.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.404 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/D_TrlUwm.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.404 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DNJQuHYn.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.438 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/w5qfc4Cv.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.438 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CnPq0zmq.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.439 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Bfc47y5P.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.471 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DXxarABC.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.474 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DNZvd2W6.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.474 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/B1Cj3nBs.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.474 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Dz-XfIya.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.474 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/assets/Modal.CSlFhZkq.css HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.479 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/nodes/2.BkF4bJcu.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.479 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BG0m-QS6.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.494 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/oms1MLyo.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.495 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CmRnvz_r.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.508 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DTt1BA2l.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.509 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BVAaVYqF.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.510 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DaQnBgyN.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.511 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BAKlP3L3.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.512 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CV94TvfR.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.514 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DznnwXEV.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.514 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Cof7saRK.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.514 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DWSrwC-q.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.516 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BXVgcTlz.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.517 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/assets/Markdown.BSTcku12.css HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.517 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BdKJ7Ez7.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.518 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DeYIK5GM.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.518 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/bdRxQ3qV.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.519 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Qqw61sLr.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.520 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DVubmN6D.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.521 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/BeMBIz2w.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.522 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/C4wBtwcX.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.522 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/DqrvjQIg.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.523 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Cln4BVBR.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.523 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/B14vFxRi.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.524 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Dqq8gCwN.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.524 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/CIxUFCUX.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.674 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /api/config HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.727 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /_app/immutable/chunks/Fzn31xC1.js HTTP/1.1" 200 │ │ 2026-02-24 13:45:41.811 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.99.101.207:0 - "GET /api/version HTTP/1.1" 200 ``` ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-21 01:57:44 -05:00
Author
Owner

@VonNao commented on GitHub (Feb 24, 2026):

Error was found

<!-- gh-comment-id:3951638911 --> @VonNao commented on GitHub (Feb 24, 2026): Error was found
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#122894