mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #20205] issue: Unable to Export Chats #19122
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 @sameert89 on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20205
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Export All Chats should export the chats.
Actual Behavior
A 500 (Internal Server Error is returned)
Steps to Reproduce
Uncaught (in promise) SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSONLogs & Screenshots
The container logs:
Browser logs
Additional Information
Tried redeploying after clearing the database, same issue persists.
@owui-terminator[bot] commented on GitHub (Dec 27, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20119 issue: Unable to export images from conversations containing imagery to external sources (e.g., another Open WebUI instance)
by CookSleep • Dec 22, 2025 •
bug#20059 issue: Chat response is not working
by navilg • Dec 20, 2025 •
bug#19227 issue: Chat messages containing Mermaid diagrams cannot be exported as PDFs
by ShirasawaSama • Nov 17, 2025 •
bug#19226 issue: The conversation history of multiple models cannot be exported to PDF
by ShirasawaSama • Nov 17, 2025 •
bug#18995 issue: image generation and edition doesn’t work on temporary chats
by futureshield • Nov 06, 2025 •
bugShow 5 more related issues
#19987 issue: There is a lack of visual consistency between the home page and the chat interface.
by i-iooi-i • Dec 16, 2025 •
bug#19393 issue: shared chats with images - images won't show
by Classic298 • Nov 23, 2025 •
bug#18999 issue: Unable to load chat history
by i-iooi-i • Nov 07, 2025 •
bug#11664 issue: Cannot export chat by Download PDF
by ddddavid-he • Mar 14, 2025 •
bug#16625 issue: ENABLE_ADMIN_CHAT_ACCESS does not remove "export Database" and "Export all chats" functionality from admin ui
by dwt • Aug 14, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Dec 27, 2025):
I am able to reproduce this issue on the latest
devcommit. https://github.com/open-webui/open-webui/issues/20206 is certainly related.@Classic298 commented on GitHub (Dec 28, 2025):
fixed by https://github.com/open-webui/open-webui/pull/20212