mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #13324] issue: Bug, openwebui keeps on logging me out #55552
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 @jamesyc on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13324
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v.0.6.6 latest docker image: ghcr.io/open-webui/open-webui:dev
Ollama Version (if applicable)
No response
Operating System
ubunutu 24.04 LTS
Browser (if applicable)
Firefox latest
Confirmation
README.md.Expected Behavior
Not get logged out when i refresh the page
Actual Behavior
I get logged out randomly
Steps to Reproduce
docker compose pull && docker compose up -dto get latest version and clear the logsLogs & Screenshots
Additional Information
No response
@athoik commented on GitHub (Apr 29, 2025):
PR https://github.com/open-webui/open-webui/pull/13313
@jamesyc commented on GitHub (Apr 29, 2025):
Ok, i took a look at that PR. Yep, looks like it should fix the
TypeError: '>' not supported between instances of 'int' and 'NoneType'issue, although it looks like a CI build failed for that PR.How long does it take to update the docker
image: ghcr.io/open-webui/open-webui:devafter the PR is checked into main?@tjbck commented on GitHub (Apr 29, 2025):
Addressed.