mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23480] issue: "Save" button unresponsive when saving prompt with dynamic variables #58663
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 @daniporr on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23480
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
irrelevant
Operating System
Windows 11
Browser (if applicable)
irrelevant
Confirmation
README.md.Expected Behavior
When I click the "Save" button, the prompt should be saved and sent.
Actual Behavior
When I click the "Save" button, nothing happens.
Steps to Reproduce
Logs & Screenshots
I am unsure which logs would be relevant in this instance.
Additional Information
The issue may be related to #23472, but I am uncertain, as two of the points mentioned there do not apply to this case: there is no error during the save operation and there is no loading spinner.
Please note that I have been using this new model and prompt for months, and it was working fine before upgrading to the latest version. However, I must admit that I have not upgraded Open WebUI for some time, so this bug may have been introduced in previous versions as well.
@pr-validator-bot commented on GitHub (Apr 7, 2026):
⚠️ Invalid Issue Title
Hey @daniporr, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@daniporr, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@github-pmj commented on GitHub (Apr 7, 2026):
I believe I have the same issue -v0.8.12, docker container open-webui:main, Edge and Firefox on Windows 11
Monitoring the dev console when populating the placeholder in the modal shows:
and the following when clicking Save:
I have tried creating a new template in an Incognito window but still experienced the issue.
@minnixtx commented on GitHub (Apr 7, 2026):
Exact same issue with 0.8.12 Docker install:
Console log:
@flefevre commented on GitHub (Apr 8, 2026):
Bug: Prompt Save button becomes unresponsive when onSubmit fails - loading state never resets #23472
@Classic298 commented on GitHub (Apr 8, 2026):
Can you guys please test latest
devthanks CC @minnixtx @github-pmj@github-pmj commented on GitHub (Apr 8, 2026):
@Classic298 I have pulled the ghcr.io/open-webui/open-webui:dev container and tested with a couple of templates with variables and they now work as expected - thanks.
@Classic298 commented on GitHub (Apr 8, 2026):
Amazing thanks for confirming.