mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
bug: whitelisting does not save #902
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 @iamEvanYT on GitHub (May 13, 2024).
Bug Report
Description
Bug Summary:
Whitelisting models in Admin Panel does not save when restarting the project.
Steps to Reproduce:
Expected Behavior:
Whitelisting should persist between deployments.
Actual Behavior:
Whitelisting reverting to original state after restart.
Environment
Open WebUI Version: v0.1.124
Ollama (if applicable): 0.1.37
Operating System: macOS Sonoma
Browser (if applicable): Chrome
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):


Before Restart
After Restart
Installation Method
Manual installation (
bash start.sh)Additional Information
None
Note
None