mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #20812] issue: Unable to start Open WebUI on SaaS platforms (Render, Koyeb) after updating to v0.7.2 #34823
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 @tempppabx1 on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20812
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The application should successfully start the web server, allowing the service to be accessible via the assigned URL on SaaS platforms like Render or Koyeb.
Actual Behavior
After upgrading to v0.7.2, the startup process stalls. The logs display messages regarding database migrations and security warnings (JWT/CORS), but the web service never initializes. No further logs are generated, and the platform's health check eventually fails because the port is not being listened to.
Steps to Reproduce
Deploy Open WebUI v0.7.x (e.g., v0.7.2) on a SaaS platform (Render, Koyeb, etc.).
Connect to a PostgreSQL database instance.
Observe the deployment logs.
The process stops after the "Will assume transactional DDL" or JWT warning line, and the web server fails to start.
Logs & Screenshots
INFO:open_webui.internal.db:There is nothing to migrate
INFO:open_webui.env:Running migrations
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
WARNI [open_webui.env] ⚠️ SECURITY WARNING: JWT_EXPIRES_IN is set to '-1'
See: https://docs.openwebui.com/getting-started/env-configuration
Additional Information
I have been using Open WebUI v0.6 on these SaaS platforms for a long time without any issues. This startup failure only started occurring immediately after attempting to upgrade to v0.7.2.
@owui-terminator[bot] commented on GitHub (Jan 20, 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:
#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#14529 issue: Open WebUI does not work on versions after version 0.6.7
by OpenSoftware-World • May 30, 2025 •
bug#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug#18145 issue: 0.6.33 regression
by Ark-Levy • Oct 08, 2025 •
bug#18157 issue: v0.6.33 login no longer possible
by gothicVI • Oct 08, 2025 •
bugShow 5 more related issues
#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug#19481 issue: admin panel not working
by kybeq • Nov 25, 2025 •
bug#15788 issue: web page extracting not working with 0.6.16
by Fredson001 • Jul 16, 2025 •
bug#19855 issue: Docker Compose Deployment Fails to Serve Web Interface
by mrviktort • Dec 10, 2025 •
bug#16025 issue: 404 and style errors in 0.6.15+
by drewbroadbent • Jul 25, 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.
@tempppabx1 commented on GitHub (Jan 20, 2026):
After further testing, I found that the issue was introduced in version v0.6.42 and persists in all subsequent versions. While the release notes mention that dependency version bumps might cause compatibility issues for existing plugins, my instance does not use any plugins. I also attempted a clean installation, but it did not help
@Classic298 commented on GitHub (Jan 20, 2026):
Not an official deployment that is supported by us. If there are no error logs (the one you mentioned are no errors and are very OK to be shown) then I cannot help with further troubleshooting. Would need more information on how it is intalled and set up with great detail and some logs.
But with the officially supported deployment methods, I cannot reproduce any issues or startup troubles. So, out of scope.
These SaaS are not our service, we do not support them.
https://docs.openwebui.com/getting-started/quick-start/