mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
issue: incorrect default value for WEBSOCKET_MANAGER in docs #140
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 @rozatoo on GitHub (Dec 16, 2025).
The environment value WEBSOCKET_MANAGER is documented to have the default value of 'redis' in the docs:
https://docs.openwebui.com/getting-started/env-configuration#websocket_manager
In reality the default is an empty string:
https://github.com/open-webui/open-webui/blob/6f1486ffd0cb288d0e21f41845361924e0d742b3/backend/open_webui/env.py#L620C1-L620C60
@Classic298 commented on GitHub (Dec 16, 2025):
good catch thanks - fixed in
dev