mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 00:45:21 -04:00
Cannot Open Conversations After Running the Program – API Request Returns 400 Error #97
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 @BIBIYES on GitHub (Dec 6, 2025).
After running the program, I am unable to load the conversation list. The frontend attempts to request:
GET http://localhost:3000/api/conversations?limit=100&first_id=
The response from the server is:
{
"data": [],
"error": "Request failed with status code 400"
}
The browser console also shows an exception, and the page fails to display any conversation data.
@crazywoola commented on GitHub (Feb 4, 2026):
Hi @BIBIYES, thanks for opening this issue.
Include deployment mode (Cloud or Self Hosted).
Include steps to reproduce.
Include expected behavior.