mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20901] issue: Upgrade to 0.7.2 breaks API access #19327
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 @huornlmj on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20901
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.7.2
Ollama Version (if applicable)
0.12.6
Operating System
Ubuntu 24.04.3 LTS
Browser (if applicable)
N/A
Confirmation
README.md.Expected Behavior
After upgrade, existing API settings should persist and API should still operate as it did before the upgrade
Actual Behavior
API access deactivated - had to manually re-activate it.
Users who had API access before the upgrade lost access after the upgrade.
Users are now getting a mixture of
{"detail":"Method Not Allowed"}and{"detail":"API key not allowed to access this endpoint."}Steps to Reproduce
Use last latest version before 0.7.2, enable API access for user accounts and confirm API access works.
Upgrade to 0.7.2.
Observe API is now disabled, and when manually re-enabled, API access is not possible.
Logs & Screenshots
N/A
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 23, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20840 issue: OTEL seems not working on 0.7.2
by tnndclub • Jan 21, 2026 •
bug#20812 issue: Unable to start Open WebUI on SaaS platforms (Render, Koyeb) after updating to v0.7.2
by tempppabx1 • Jan 20, 2026 •
bug#20128 issue: Characters are broken in 0.6.43
by frenzybiscuit • Dec 22, 2025 •
bug#20327 issue: Unable to use any Open WebUI version newer than 0.6.25 due to hybrid search performance
by galvanoid • Jan 02, 2026 •
bug#18145 issue: 0.6.33 regression
by Ark-Levy • Oct 08, 2025 •
bugShow 5 more related issues
#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug#14529 issue: Open WebUI does not work on versions after version 0.6.7
by OpenSoftware-World • May 30, 2025 •
bug#16025 issue: 404 and style errors in 0.6.15+
by drewbroadbent • Jul 25, 2025 •
bug#20087 issue: Audio transcript broken at 0.6.42
by zilingzhang • Dec 22, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@huornlmj commented on GitHub (Jan 23, 2026):
Sorry - false positive. The issue is actually different now, in that previous models I had made are not visible now via API, but other models that are just available from a simple ollama pull are working.