mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23773] issue: Different network cards with different IPs accessing the /chat/completions interface yield different responses #20067
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 @fallinloveq on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23773
Check Existing Issues
Installation Method
Docker
Open WebUI Version
ghcr.io/open-webui/open-webui:main
Ollama Version (if applicable)
lmsysorg/sglang:nightly-dev-cu13-20260401-b6fe0cca
Operating System
Ubuntu 24.04.2 LTS
Browser (if applicable)
Chrome 146.0.7680.164
Confirmation
README.md.Expected Behavior
When running openwebui on an Ubuntu server using Docker, the results should be consistent regardless of which network port is used for access
Actual Behavior
The data corresponding to /chat/completions is SSE stream data, but the page parses it as JSON
Steps to Reproduce
多网卡环境,分别使用不同局域网ip访问
Ubuntu 24.04.2 LTS
docker: 29.3.1-1
ghcr.io/open-webui/open-webui:main
Logs & Screenshots
192.168.1.x
10.255.x.x
Additional Information
No response
@Classic298 commented on GitHub (Apr 16, 2026):
That's a web socket error. The second image you show is when the client was unable to make a proper websocket connection due to network issues network limitations or other error.