500 App is unavailable #60

Closed
opened 2026-02-16 10:15:58 -05:00 by yindo · 1 comment
Owner

Originally created by @zhaoxuyll on GitHub (Dec 24, 2024).

The curl execution succeeds but the client execution fails.

error

image

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

image

Originally created by @zhaoxuyll on GitHub (Dec 24, 2024). The curl execution succeeds but the client execution fails. ## error ![image](https://github.com/user-attachments/assets/92dc2cc4-f204-4bd4-a9ff-dfc6be7b23fb) ## 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 ![image](https://github.com/user-attachments/assets/d63dcc95-6246-4208-9f77-fd52a86df94e)
yindo closed this issue 2026-02-16 10:15:58 -05:00
Author
Owner

@zhaoxuyll commented on GitHub (Dec 24, 2024):

The problem was found because of my proxy configuration.

@zhaoxuyll commented on GitHub (Dec 24, 2024): The problem was found because of my proxy configuration.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#60