mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: Unexpected token 'd', "data: {"id"... is not valid JSON #6423
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 @craftpip on GitHub (Sep 17, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
0.11.10
Operating System
Windows 10
Browser (if applicable)
any
Confirmation
README.md.Expected Behavior
On chatting the LLM's response should be printed on screen
Actual Behavior
On chatting, the LLM replies "Unexpected token 'd', "data: {"id"... is not valid JSON"
Steps to Reproduce
services:
open-webui:
image: ghcr.io/open-webui/open-webui:v0.6.28
container_name: open-webui
ports:
- "3002:8080"
environment:
- OLLAMA_BASE_URL=http://10.69.1.164
volumes:
- ./open-webui3:/app/backend/data
restart: always
and the toast shows the error:
Logs & Screenshots
Additional Information
i have been using openwebui for almost a year now,
on the latest update i've been facing this error. I've got no way to know whats wrong, i have tried many older versions still the same error.
it would be great if you point me to the right direction.
its a beautiful project.