mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
issue: User hangs on creation #5389
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 @RamboRogers on GitHub (May 29, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.12 (latest)
Ollama Version (if applicable)
No response
Operating System
RKE2
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
A user is added.
Actual Behavior
Container hangs.
Steps to Reproduce
Running container in RKE2, whenever I add a user, I get a hardlock the last 3 versions. Not sure what's going on?
Logs & Screenshots
0._b3aThe7.js:2 Backend config: Object
12:27:34.237 0._b3aThe7.js:1 connected o_2SJYK7dBz8EeCBAAAD
12:28:19.262 0._b3aThe7.js:1 Socket undefined disconnected due to ping timeout
12:28:41.263 0._b3aThe7.js:1 connect_error Error: timeout
at CGwCSIWv.js:1:37620
12:29:05.261 0._b3aThe7.js:1 connect_error Error: timeout
at CGwCSIWv.js:1:37620
12:29:32.259 0._b3aThe7.js:1 connect_error Error: timeout
at CGwCSIWv.js:1:37620
12:30:22.999 0._b3aThe7.js:1 connect_error Error: timeout
at CGwCSIWv.js:1:37620
Container Logs:
│ 2025-05-29 16:27:30.547 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} │
│ 2025-05-29 16:27:30.547 | INFO | open_webui.routers.ollama:get_all_models:323 - get_all_models() - {} │
│ 2025-05-29 16:27:30.870 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:53351 - "GET /api/v1/chats/e60914a5-c024-427f-b1f5-358a │
│ 2025-05-29 16:27:31.203 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:53351 - "GET /api/v1/chats/1bd6b931-a133-47c7-b750-8d1c │
│ 2025-05-29 16:27:31.238 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:53351 - "GET /api/v1/chats/03696424-4813-47c8-8a4c-06f9 │
│ 2025-05-29 16:27:31.319 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /api/models HTTP/1.1" 200 - {} │
│ 2025-05-29 16:27:32.739 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /_app/version.json HTTP/1.1" 200 - {} │
│ 2025-05-29 16:27:34.082 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /api/v1/auths/signout HTTP/1.1" 200 - {} │
│ 2025-05-29 16:27:34.100 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /auth HTTP/1.1" 200 - {} │
│ 2025-05-29 16:27:34.138 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /static/loader.js HTTP/1.1" 304 - {} │
│ 2025-05-29 16:27:34.143 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /static/splash.png HTTP/1.1" 304 - {} │
│ 2025-05-29 16:27:34.173 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /static/splash-dark.png HTTP/1.1" 304 - {} │
│ 2025-05-29 16:27:34.220 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /api/config HTTP/1.1" 200 - {} │
│ 2025-05-29 16:27:34.239 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P │
│ 2025-05-29 16:27:34.244 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "GET /static/favicon-dark.png HTTP/1.1" 304 - { │
│ 2025-05-29 16:27:34.255 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:52522 - "POST /ws/socket.io/?EIO=4&transport=polling&t= │
│ 2025-05-29 16:27:34.255 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.42.0.0:53351 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P │
│ 2025-05-29 16:27:47.234 | INFO | open_webui.models.auths:insert_new_auth:108 - insert_new_auth - {}
Additional Information
No response
@RamboRogers commented on GitHub (May 29, 2025):
I restart the container and I can log in as the user no problem.
@rgaricano commented on GitHub (May 29, 2025):
If it's solved (probably cookie or cache issue), then, please, close the topic.
(it unload the review work for the maintainer)
@RamboRogers commented on GitHub (May 29, 2025):
No, not solved, repeats with a new user.