mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
500 App is unavailable #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhaoxuyll on GitHub (Dec 24, 2024).
The curl execution succeeds but the client execution fails.
error
curl
curl --location 'https://api.dify.ai/v1/conversations?user=user_172bfa2e-a372-4c48-b806-3ecbaa6820e7%3Ade1aa7ef-dcc2-4dc5-99a2-311002e2a7de&last_id=&limit=20'
--header 'Authorization: Bearer app-1BXaIJEO4VHuDBDfGLK7yXHb'
{
"limit": 20,
"has_more": false,
"data": []
}
client
@zhaoxuyll commented on GitHub (Dec 24, 2024):
The problem was found because of my proxy configuration.