mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Restart causes all clients to be logged out #758
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 @rikhuijzer on GitHub (Apr 29, 2024).
Bug Report
First of all, thanks all contributors for making this software. I'm having an instance that I share with some friends and it's been very nice.
Description
Bug Summary:
Every time the open-webui restarts, all logged-in users get logged out. Because the open-webui is often used by multiple devices, this is quite a hassle. I have a script that automatically pulls in the latest open-webui version, but this means that all devices have to log in again every few days. The problem is that when I open open-webui, I'm usually inside some train of thought so having to spend a minute on logging in is very cumbersome. On desktops logging in is quick enough to not be a hassle, but on mobile devices (my primary use-case for open-webui), it is quite cumbersome.
Steps to Reproduce:
Restart the open-webui Docker container.
Expected Behavior:
Remain logged in.
Actual Behavior:
Have to re-login.
Environment
v0.1.122
Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Server runs Ubuntu. Clients run all kinds of OSes including Apple's MacOS and iPadOS.
Firefox on MacOS M2 and Safari on iPhone SE (2022).
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker Compose on Hetzner 2 vCPU with 2 GB RAM.
@Yanyutin753 commented on GitHub (Apr 29, 2024):
me too, good idea!
sometimes i set up automatic updates, and then all my friends had to log in again to use it !