mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Cannot send messages on an imported conversation - ReferenceError: files is not defined #75
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 @MiracleXYZ on GitHub (Dec 7, 2023).
Describe the bug
Cannot send messages on an imported conversation. The console shows the following error message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The message should be sent and the model should start responding.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@MiracleXYZ commented on GitHub (Dec 7, 2023):
Reverting back to
ghcr.io/ollama-webui/ollama-webui@sha256:d88463c203627eb537c39f04085a35a951095474e1948661a0d3fd9b1a570d82solved this issue. I guess the issue has something to do with this commit.@tjbck commented on GitHub (Dec 7, 2023):
Hi, Thanks for creating this issue. Taking a look now, stay tuned for updates.
@tjbck commented on GitHub (Dec 7, 2023):
The latest release should've fixed your issue, Let me know if the issue still persists, Thanks!
@MiracleXYZ commented on GitHub (Dec 8, 2023):
It is now fixed. Thanks!