mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #22256] issue: Images in pending message queue are displayed as blank #106670
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 @ShirasawaSama on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22256
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When multiple messages containing images are queued for sending in a conversation, the images in the pending (waiting-to-be-sent) messages should be displayed correctly with proper previews/thumbnails, so users can visually confirm what content is about to be sent.
Actual Behavior
Images attached to messages that are still waiting in the send queue appear as blank (empty) placeholders. The image previews are not rendered until the message is actually sent and processed. This gives users no visual feedback about which images are queued, and may cause confusion about whether the images were successfully attached.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@silentoplayz commented on GitHub (Mar 8, 2026):
I am able to reproduce this on the latest
devbranch of Open WebUI. The image sent to be queued must not contain text along with the image itself for the issue to be reproduced though. In this case, it's just the image being queued to be sent as a message, so I'm unsure what the expected behavior should be here.Steps to Reproduce
Edit: I suppose the expected behavior would be what OP suggests — the attached image should be shown as a preview or thumbnail in the queued messages.
@tjbck commented on GitHub (Mar 8, 2026):
Addressed in dev.
@Classic298 commented on GitHub (Mar 8, 2026):
defeddf21b@silentoplayz commented on GitHub (Mar 9, 2026):
I can confirm this issue has been resolved with v8.0.10 of Open WebUI.
@ShirasawaSama commented on GitHub (Mar 9, 2026):
Thanks!