Cannot Open Conversations After Running the Program – API Request Returns 400 Error #97

Closed
opened 2026-02-16 10:16:06 -05:00 by yindo · 1 comment
Owner

Originally created by @BIBIYES on GitHub (Dec 6, 2025).

Image Image

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.

Originally created by @BIBIYES on GitHub (Dec 6, 2025). <img width="2880" height="1742" alt="Image" src="https://github.com/user-attachments/assets/5141144b-1a1d-44e4-8db4-ec0816fbc909" /> <img width="3024" height="1648" alt="Image" src="https://github.com/user-attachments/assets/29e1b2a0-40d3-43c3-acdc-576b87a06692" /> 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.
yindo closed this issue 2026-02-16 10:16:06 -05:00
Author
Owner

@crazywoola commented on GitHub (Feb 4, 2026):

Hi @BIBIYES, thanks for opening this issue.

        ### Why this is being closed
        This report does not yet meet the required issue standard for `langgenius/webapp-conversation`.
        - Include Dify version.
  • Include deployment mode (Cloud or Self Hosted).

  • Include steps to reproduce.

  • Include expected behavior.

          ### Relevant guidelines
          - Bug report template: https://github.com/langgenius/dify/blob/3aecceff27c6b712628ad463c6e6ac15b8527ebe/.github/ISSUE_TEMPLATE/bug_report.yml
          - Code of Conduct / Language Policy: https://github.com/langgenius/dify/blob/4c1ad40f8e8a6ee58a958330558f2178b7e47fa7/.github/CODE_OF_CONDUCT.md
          - Contributing guide: https://github.com/langgenius/dify/blob/25ac69afc5ac9324079be5f0d02b2a2b03dcc784/CONTRIBUTING.md
    
          ### Next steps
          Please open a new issue in English and include all required details from the bug template/contributing guide.
    
          Thanks for understanding and for your contribution.
    
@crazywoola commented on GitHub (Feb 4, 2026): Hi @BIBIYES, thanks for opening this issue. ### Why this is being closed This report does not yet meet the required issue standard for `langgenius/webapp-conversation`. - Include Dify version. - Include deployment mode (Cloud or Self Hosted). - Include steps to reproduce. - Include expected behavior. ### Relevant guidelines - Bug report template: https://github.com/langgenius/dify/blob/3aecceff27c6b712628ad463c6e6ac15b8527ebe/.github/ISSUE_TEMPLATE/bug_report.yml - Code of Conduct / Language Policy: https://github.com/langgenius/dify/blob/4c1ad40f8e8a6ee58a958330558f2178b7e47fa7/.github/CODE_OF_CONDUCT.md - Contributing guide: https://github.com/langgenius/dify/blob/25ac69afc5ac9324079be5f0d02b2a2b03dcc784/CONTRIBUTING.md ### Next steps Please open a new issue in English and include all required details from the bug template/contributing guide. Thanks for understanding and for your contribution.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#97