mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #24193] issue: System Prompt missing after reload #58893
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 @Scarjit on GitHub (Apr 28, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24193
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
No response
Operating System
Arch Linux x86_64 (Linux 7.0.1-1-cachyos-eevdf)
Browser (if applicable)
Firefox 150.0 (64-bit)
Confirmation
README.md.Expected Behavior
System prompt should be shown (and applied for completions) after page reload
Actual Behavior
System prompt is empty after reload
Steps to Reproduce
The same behavior is consistent across multiple devices (PC, Android) and Browsers (Firefox, Chromium).
Logs & Screenshots
https://github.com/user-attachments/assets/3cf2c682-7e8b-4674-bc87-62a531488b16
Docker logs
API response
As seen here the system prompt is not returned.
Completion API
As seen here, the frontend sends the system prompt
Firefox console logs
Pre-reload:
Post-reload:
URLS for pre-reload and post-reload have been de duplicated for readability.
Docker Compose config
Additional Information
If i reload old chats, the system prompt stays there.
@Intcc commented on GitHub (May 1, 2026):
i have the same issue, fresh install - no global system prompt there.
@Classic298 commented on GitHub (May 4, 2026):
likely fixed by
86df8bf27etesting wanted