mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
WEBUI Model Selection does not persist firefox Linux #236
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 @ganakee on GitHub (Jan 27, 2024).
webui.log
Bug Report
On each launch of the WEBUI, the WEBUI indicates that a model is not selected.
Bug Summary:
Each time WEBUI is opened, WEBUI seems to "forget" persistent information such as the models selected and the Prompt Suggestions.
Steps to Reproduce:
Expected Behavior:
The settings should persist between sessions.
Actual Behavior:
The settings seem to disappear after a browser closure. I notice this with Set default model, the models settings page, and the Prompt Suggestions selections. I am logged in, but it seems like most of the core settings do not persist.
Environment
170472813122.04~24d69e2 SMP PREEMPT_DYNAMIC Mon J x86_64 x86_64 x86_64 GNU/LinuxLogs and Screenshots
Browser Console Logs:
@tjbck commented on GitHub (Jan 29, 2024):
Hi, I'll close this issue for now as unable to reproduce the issue at all in all three of my machines using firefox (ubuntu, windows, macos). Could you verify that you can see the message toast when you click on set default like such:
Keep us updated, Thanks!
@ganakee commented on GitHub (Feb 3, 2024):
If this happens to others, in my case, the issue was linked to my config.
I have ollama-webui running on Computer A mapped to port 3000.
I access ollama-webui on Computer B.
If Computer A was not up and running (with ollama-webui) BEFORE trying to access via Computer B, the error occurs.
I have also seen this if Computer A is up and running but ollama-webui is restarted on Computer A, access by Computer B "forgets."
This is probably just my config. The solution is making sure ollama-webui is fully up and running (and no start/sstop) before trying to access it via Computer B.