mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #412] Unable to create a new chat #12053
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 @KshitizSharmaV on GitHub (Jan 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/412
Description
Bug Summary:
When trying to create a new chat, an internal server error (500) occurs, accompanied by Unhandled Promise Rejections due to SyntaxError in specific scripts. This issue seems to have appeared in the latest two updates.
Steps to Reproduce:
Open the application.
Attempt to create a new chat.
Observe the errors.
Expected Behavior:
The application should allow the creation of a new chat without encountering server errors or script issues.
Actual Behavior:
The server responds with a status of 500 (Internal Server Error) when attempting to create a new chat. Additionally, there are Unhandled Promise Rejections due to SyntaxError in certain JavaScript files.
Environment
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Reproduction Details
Confirmation:
I have read and followed all the instructions provided in the README.md.
I have reviewed the troubleshooting.md document.
I have included the browser console logs.
I have included the Docker container logs. - I'm running the app with 'sh start.sh'
Logs and Screenshots
Browser Console Logs:
Additional Information
The issue seems to be related to the latest two pushes. It is critical to investigate the changes made in these updates to identify the root cause of the server errors and syntax issues.
Note
This bug report follows the provided instructions and includes all necessary information for reproduction and addressing of the issue. Further analysis of the recent updates and detailed examination of the logs and scripts mentioned are required for resolution.
@KshitizSharmaV commented on GitHub (Jan 7, 2024):
I'm able to add more prompts to the existing chat, the problem is happening while I'm creating a new chat.
@tjbck commented on GitHub (Jan 7, 2024):
Hi, Thanks for creating this issue! I cannot seem to reproduce the issue at all, and I have not modified any of the codes for creating new chats. Could you try clearing browser cache and see if that does anything? Keep us updated, Thanks!
@KshitizSharmaV commented on GitHub (Jan 7, 2024):
Thanks let me try
@KshitizSharmaV commented on GitHub (Jan 7, 2024):
False Alarm, My sincere apologies. Would double check next time.
@KshitizSharmaV commented on GitHub (Jan 14, 2024):
Actual Issue: I was making a manual update to the .db file via SQLite browser and didn't finish saving the change. The Db got locked and the application wasn't able to access it.
Solution: Try closing the other application accessing the same .db file.