The curl execution succeeds but the dify-client execution fails. #7377

Closed
opened 2026-02-21 18:20:16 -05:00 by yindo · 1 comment
Owner

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

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • 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.

Dify version

v0.14.2

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

  1. Use langgenius/webapp-conversation to create a project.
  2. Run npm dev
  3. 500 App is unavailable

✔️ Expected Behavior

No response

Actual Behavior

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). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version v0.14.2 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce 1. Use langgenius/webapp-conversation to create a project. 2. Run npm dev 3. 500 App is unavailable ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior 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 added the 🐞 bug🤔 cant-reproduce labels 2026-02-21 18:20:16 -05:00
yindo closed this issue 2026-02-21 18:20:16 -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/dify#7377