You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Dify version
v0.15.1
Cloud or Self Hosted
Self Hosted (Source), Self Hosted (Docker)
Steps to reproduce
Set up the embedding through a script on an HTML page.
In the embedded chat, the chat history is currently reloaded when the page is refreshed by fetching values from the localStorage.
✔️ Expected Behavior
Since it is an iframe, it is not possible to clear the localStorage using JavaScript to perform a reset. At the moment, I have configured a chat where an ID is prefilled, but if the user accesses a different page, I should be able to reset the chat to avoid having an incorrect ID, for example, through a parameter configurable via script.
❌ Actual Behavior
Currently, it is not possible to pass reset the chat. Only with a manual click of the user on the button reset.
2. Additional context or comments
No response
3. Can you help us with this feature?
I am interested in contributing to this feature.
The text was updated successfully, but these errors were encountered:
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Dify version
v0.15.1
Cloud or Self Hosted
Self Hosted (Source), Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
Since it is an iframe, it is not possible to clear the localStorage using JavaScript to perform a reset. At the moment, I have configured a chat where an ID is prefilled, but if the user accesses a different page, I should be able to reset the chat to avoid having an incorrect ID, for example, through a parameter configurable via script.
❌ Actual Behavior
Currently, it is not possible to pass reset the chat. Only with a manual click of the user on the button reset.
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: