Environment
- Dify Version: [your version here - 右下などに表示されているバージョンを入力]
- Deployment: Cloud / Self-hosted (Docker) [どちらか選択]
- Browser: Chrome / Firefox / Safari [使っているブラウザを入力]
Description
I’m trying to set up an Opening Statement (Conversation Opener) in an Advanced Chat application, but the save button remains disabled/grayed out no matter what I input.
Steps to Reproduce
- Create a new Advanced Chat application
- Go to Settings (gear icon) → Features tab
- Enable “Conversation Opener”
- Try to input text in the Opening Statement field
- The interface shows placeholder text: “ここにオープナーメッセージを書いてください。変数を使用できます。{{variable}} を入力してみてください。”
- I tried:
- Plain text without variables
- Text with conversation variables like {{user_name}}
- Simple English text
- Text with/without line breaks
- Save button never becomes clickable
Expected Behavior
The Opening Statement should be saved and displayed when users open the chat preview.
Actual Behavior
Cannot save any Opening Statement. The feature appears to be non-functional.
Screenshots
[If possible, attach screenshots of:
- The Opening Statement input screen
- Browser console (F12) showing any errors]
Questions
- Is there a specific format or requirement for Opening Statement that I’m missing?
- Is this a known issue in the current version?
- Are there any workarounds to display an automatic first message when the chat starts?
Additional Context
I found a similar issue (#11500) but it was about the state not persisting. In my case, I cannot even save it in the first place.
Any help would be appreciated!