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 found a similar open issue titled "API's Arg user can be empty" which might be related to the problem you're experiencing. This issue is still open and was last updated on November 24, 2024, but it doesn't have any comments or solutions yet [1].
Regarding the 'user' parameter, the correct format and expected value is a string, such as "abc-123" [2]. It seems like the documentation might not be clear enough on what specific value to use for the 'user' parameter. It should be a unique identifier for the user within your application, as defined by your own rules.
If using your username or email doesn't work, ensure that the 'user' parameter is set to a unique identifier that your application recognizes. If the issue persists, it might be worth checking if there are any specific authentication or permission requirements needed to access the conversation list via the API, although I couldn't find specific details on this [2].
Self Checks
Dify version
0.11.2
Cloud or Self Hosted
Cloud
Steps to reproduce
doc: https://cloud.dify.ai/app/6a1e97c1-4864-414a-9cbe-aab3b46d86ba/develop#conversations
The doc said the
user
parameter is "用户标识,由开发者定义规则,需保证用户标识在应用内唯一。", it not clear enough. I have no idea what should I use.Not matter I ignore the
user
parameter, or use my username/email, it returns nothing.✔️ Expected Behavior
I expect it return the conversation list shows in the app log page.
❌ Actual Behavior
returns nothing
The text was updated successfully, but these errors were encountered: