mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #23226] [CLOSED] fix(WEB_FETCH_MAX_CONTENT_LENGTH): getting 500 error when trying to modify web search config #50141
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23226
Author: @steffen-karlsson
Created: 3/30/2026
Status: ❌ Closed
Base:
dev← Head:fix_issue_23127📝 Commits (1)
360de2ffix(WEB_FETCH_MAX_CONTENT_LENGTH): getting 500 error when trying to modify web search config📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/open_webui/routers/retrieval.py(+1 -1)📄 Description
Description
When saving config changes to web search in the current release (
0.8.12) of open-webui we get a 500 error. This is a fix for that: https://github.com/open-webui/open-webui/issues/23127.Added
None
Changed
Updated
/config/updateAPI endpoint with correct env variable name, as per PERSISTENT_CONFIG_REGISTRY..Deprecated
None
Removed
None
Fixed
https://github.com/open-webui/open-webui/issues/23127
Security
None
Breaking Changes
None
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.