issue: incorrect default value for WEBSOCKET_MANAGER in docs #140

Closed
opened 2026-02-15 17:15:18 -05:00 by yindo · 1 comment
Owner

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

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
yindo closed this issue 2026-02-15 17:15:19 -05:00
Author
Owner

@Classic298 commented on GitHub (Dec 16, 2025):

good catch thanks - fixed in dev

@Classic298 commented on GitHub (Dec 16, 2025): good catch thanks - fixed in `dev`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#140