mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
issue: 500: Internal Error #6848
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 @nurb2kea on GitHub (Nov 6, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.35
Ollama Version (if applicable)
Version 0.12.10 (0.12.10)
Operating System
latest MacOS Tahoe
Browser (if applicable)
brave browser
Confirmation
README.md.Expected Behavior
to work as usual after the update
Actual Behavior
500: Internal Error when opening.
Was working a minute ago!
Steps to Reproduce
#!/bin/bash
Activate conda base environment
source ~/miniforge3/bin/activate base
Kill existing Open WebUI processes
#~/stop-openwebui.sh
pip install --upgrade open-webui
conda deactivate
~/stop-openwebui.sh
~/start-openwebui.sh
Logs & Screenshots
500: Internal Error
Additional Information
As you can see I use this miniforge3 setup to run openwebui with it's python.
Works fine until this update.
@nurb2kea commented on GitHub (Nov 6, 2025):
openwebui.log
@MichalRIcar commented on GitHub (Nov 6, 2025):
Updated to the latest version 0.6.35 just now and → the server responded with a status of 502 ()
reverted back to 0.6.34 and works
@krijonk commented on GitHub (Nov 6, 2025):
same here, server status 502
I even tried doing a fresh installation thinking the updating was the cause of problem, but fresh install has same 502 error.
@Classic298 commented on GitHub (Nov 6, 2025):
Based on the provided logs by OP, this is definitely a duplicate of https://github.com/open-webui/open-webui/issues/18973
Fix is easy: pip install -U open-webui firecrawl
And new version 0.6.36 already OTW.
@nurb2kea commented on GitHub (Nov 6, 2025):
Can confirm working with new version 0.6.36 update.
Thanks a lot!