Can not switch to the new conversation automatically after clicking "start a new chat" button #11570

Closed
opened 2026-02-21 19:01:20 -05:00 by yindo · 0 comments
Owner

Originally created by @netsailer on GitHub (Mar 18, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.1

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

Running chatbot web ui with public url.

  1. Send some messages in current conversaion

Image

  1. Click "start a new chat" button
  2. The chat contents on the right is still there.

Image

✔️ Expected Behavior

Switch to the new conversation automatically after clicking "start a new chat" button

Actual Behavior

After starting a new chat, the old messages are still displayed in the chatting area.

when sending a new message, the new message is displayed below the old messages, but actually sent to the new conversation.

Image

At this time, if you click on another conversation in the left list and then click on the new conversation, you can see the message you just sent.

Image

I think the possible issue is that the chat data on the right is not cleared after starting a new chat.

Originally created by @netsailer on GitHub (Mar 18, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.1 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce Running chatbot web ui with public url. 1. Send some messages in current conversaion ![Image](https://github.com/user-attachments/assets/68d6c845-516d-4107-95ad-231485ddb3b3) 2. Click "start a new chat" button 3. The chat contents on the right is still there. ![Image](https://github.com/user-attachments/assets/d3aa440a-db52-4d77-b96b-1a8f3a7dc1ab) ### ✔️ Expected Behavior Switch to the new conversation automatically after clicking "start a new chat" button ### ❌ Actual Behavior After starting a new chat, the old messages are still displayed in the chatting area. when sending a new message, the new message is displayed below the old messages, but actually sent to the new conversation. ![Image](https://github.com/user-attachments/assets/7825ace0-06b2-41b1-b98a-4a6702ccb848) At this time, if you click on another conversation in the left list and then click on the new conversation, you can see the message you just sent. ![Image](https://github.com/user-attachments/assets/7ecc6ed3-cc79-41f0-aa25-339caf2dfc08) I think the possible issue is that the chat data on the right is not cleared after starting a new chat.
yindo closed this issue 2026-02-21 19:01:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#11570