-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conversation Not Exists #13567
Comments
@gefule Hello! I'm here to help you with bug reports, answer your questions, and assist you in becoming a contributor. Let's work together to resolve any issues you're experiencing. The error message "Conversation Not Exists" appears because when generating a new link with the same domain name, the system likely expects a system-generated conversation ID rather than a custom or user-defined one. In Dify, you should omit the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other | Bug Report |
This is exactly the regenerate button does. |
This error message is reported by the chat dialog box that is shared internally by Dify, and I have no way to intervene. |
I know the reason is that: although the address of the newly generated shared URL has changed, the locally cached information still exists, which will lead to a mismatch and keep triggering this error. If I regenerate the URL and ask users to clear the cache again, the user experience will not be very good. However, I don't know how to improve this situation. |
https://udify.app/chat/bKyVZvf4LIaJZOTA I think you would have this error instead after regenerating the url ![]() |
I didn't encounter this error. My operation steps were as follows: First, I accessed url1, then had a chat in the browser. After that, I regenerated url2 in the background. The domain names of these two urls are the same, and the only difference is that the latter part of the link of url2 is a new random string. At this time, when I open url1, it shows a 404 error, which I understand. However, when I access url2, since it has the same domain name, it will interact with the background using the local cache of url1 just now, and that's when this error will be reported. |
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When you share a chatbot, and after others have used it, you generate a new link (with the domain name remaining unchanged) in the background. When they access it again, they will encounter this error.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: