The conversation opening remarks of dify cannot be saved. After being turned on and then opened again, it is still in an unopened state. #7121

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

Originally created by @lvenle on GitHub (Dec 9, 2024).

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

0.13.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

1、create agent
2、turned on conversation opener,pubulish
3、refres the page

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @lvenle on GitHub (Dec 9, 2024). ### 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 0.13.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1、create agent 2、turned on conversation opener,pubulish 3、refres the page ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🤔 cant-reproduce label 2026-02-21 18:19:01 -05:00
yindo closed this issue 2026-02-21 18:19:01 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 9, 2024):

Hey @lvenle! I'm here to help you with any bugs, questions, or contributions for Dify. Let's work together to resolve your issue.

I found a similar unsolved discussion regarding the conversation opener feature not working as expected in Dify. You can check it out here [1].

For your issue, ensure that the conversation opener feature is enabled during the application setup. The state of the conversation opener is managed using React state management and the immer library, which should persist changes unless there is a specific issue with the setup or configuration [2]. Additionally, check the logging configuration in your setup, as it might provide insights into any errors occurring during the state-saving process [3][4].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot[bot] commented on GitHub (Dec 9, 2024): <!-- Greeting --> Hey @lvenle! I'm here to help you with any bugs, questions, or contributions for Dify. Let's work together to resolve your issue. <!-- Answer --> I found a similar unsolved discussion regarding the conversation opener feature not working as expected in Dify. You can check it out [here](https://github.com/langgenius/dify/discussions/9781) <sup>[[1]](https://github.com/langgenius/dify/discussions/9781)</sup>. For your issue, ensure that the conversation opener feature is enabled during the application setup. The state of the conversation opener is managed using React state management and the `immer` library, which should persist changes unless there is a specific issue with the setup or configuration <sup>[[2]](https://github.com/langgenius/dify/blob/main/web/app/components/base/features/new-feature-panel/conversation-opener/index.tsx)</sup>. Additionally, check the logging configuration in your setup, as it might provide insights into any errors occurring during the state-saving process <sup>[[3]](https://github.com/langgenius/dify/blob/main/api/core/app/task_pipeline/message_cycle_manage.py)</sup><sup>[[4]](https://github.com/langgenius/dify/blob/main/api/extensions/ext_logging.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Dec 9, 2024):

Can not reproduce.
image
However if you are talking about the old conversations, then it won't have the openers, because the new configurations only work for the new conversation.

@crazywoola commented on GitHub (Dec 9, 2024): Can not reproduce. <img width="289" alt="image" src="https://github.com/user-attachments/assets/26f93e80-9f61-4ac0-b97a-640bf9f0648b"> However if you are talking about the old conversations, then it won't have the openers, because the new configurations only work for the new conversation.
Author
Owner

@lvenle commented on GitHub (Dec 9, 2024):

problem

Hey @lvenle! I'm here to help you with any bugs, questions, or contributions for Dify. Let's work together to resolve your issue.

I found a similar unsolved discussion regarding the conversation opener feature not working as expected in Dify. You can check it out here [1].

For your issue, ensure that the conversation opener feature is enabled during the application setup. The state of the conversation opener is managed using React state management and the immer library, which should persist changes unless there is a specific issue with the setup or configuration [2]. Additionally, check the logging configuration in your setup, as it might provide insights into any errors occurring during the state-saving process [3][4].

To continue talking to Dosu, mention @dosu.

Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

thanks! the problems was resolved, i just forget to add introduce information ,only add 3 sample question,when i add the introduce,it works fine!

but there is lack of promot if the introduce information is empty ! hope to improve! @crazywoola

@lvenle commented on GitHub (Dec 9, 2024): problem > Hey @lvenle! I'm here to help you with any bugs, questions, or contributions for Dify. Let's work together to resolve your issue. > > I found a similar unsolved discussion regarding the conversation opener feature not working as expected in Dify. You can check it out [here](https://github.com/langgenius/dify/discussions/9781) [[1]](https://github.com/langgenius/dify/discussions/9781). > > For your issue, ensure that the conversation opener feature is enabled during the application setup. The state of the conversation opener is managed using React state management and the `immer` library, which should persist changes unless there is a specific issue with the setup or configuration [[2]](https://github.com/langgenius/dify/blob/main/web/app/components/base/features/new-feature-panel/conversation-opener/index.tsx). Additionally, check the logging configuration in your setup, as it might provide insights into any errors occurring during the state-saving process [[3]](https://github.com/langgenius/dify/blob/main/api/core/app/task_pipeline/message_cycle_manage.py)[[4]](https://github.com/langgenius/dify/blob/main/api/extensions/ext_logging.py). > > _To continue talking to [Dosu](https://dosu.dev), mention @dosu._ > > Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/0a2a8c4d-174d-437b-888c-ad66f756db36?feedback_type=other) thanks! the problems was resolved, i just forget to add introduce information ,only add 3 sample question,when i add the introduce,it works fine! but there is lack of promot if the introduce information is empty ! hope to improve! @crazywoola
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7121