mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8796] Prompt including html code leads to Network Problem with Ollama #30790
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 @hemzet on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8796
Bug Report
Installation Method
Ollama native on a remote Ubuntu server. OpenWebUI build with
docker buildfrom GitHub repo.Environment
Open WebUI Version: 0.5.6
Ollama (if applicable): 0.5.7
Operating System: MacOS
Browser (if applicable): Firefox
Confirmation:
Expected Behavior:
If html code snippets are included in a prompt, either as text or file, a response is generated.
Actual Behavior:
A Network Problem error message appears.
Description
Bug Summary:
Instead of analysing the code included in the promt, e. g. for code optimisation, an error message is shown.
Reproduction Details
Steps to Reproduce:
Include html snippets in the prompt.
Logs and Screenshots
Browser Console Logs:
No errors other than the Network Problem entry in the console log.
Screenshots/Screen Recordings (if applicable):
Additional Information