mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[GH-ISSUE #16854] issue: Fail to Embed HTML files #72678
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 @tthung282 on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16854
Check Existing Issues
Installation Method
Docker
Open WebUI Version
V0.6.5
Ollama Version (if applicable)
No response
Operating System
Ubuntu server 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I was trying to embed a HTML content into chat using this template: {{HTML_FILE_ID_[file_id]}}
Actual Behavior
This is my file when access by file_id:
I can download it using "/content" path but when I use the template {{HTML_FILE_ID_[file_id]}}, I get this url: "http://localhost:1234/api/v1/files/bb791128-cf54-4c66-8af5-878dbca4bebe/content/html" with the error bellow:
I'm using open-webui v0.6.25.
I haven't found any similar issues nor solutions.
Please help me !!!
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Aug 23, 2025):
https://openwebui.com/f/omar97/visualize seems to be a year old, most like the function itself needs to be updated.