Dify can't add LLM , version: 1.1.3 #12457

Closed
opened 2026-02-21 19:07:30 -05:00 by yindo · 4 comments
Owner

Originally created by @Sunzhuoyi on GitHub (Apr 1, 2025).

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

1.1.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

I cloned the code and pulled it up using docker ,after I added the LLM plugin I found that adding the key backend interface keeps returning 500.

Image

when I run "docker logs docker-plugin_daemon-1", information as follows:

Image

✔️ Expected Behavior

I can add LLM into dify

Actual Behavior

the llm can't access, not only tongyi ,but also aws bedrock.

Originally created by @Sunzhuoyi on GitHub (Apr 1, 2025). ### 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 1.1.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce I cloned the code and pulled it up using docker ,after I added the LLM plugin I found that adding the key backend interface keeps returning 500. <img width="1369" alt="Image" src="https://github.com/user-attachments/assets/e56b6fde-2437-46ef-aac4-138ddaaf4eb7" /> when I run "docker logs docker-plugin_daemon-1", information as follows: ![Image](https://github.com/user-attachments/assets/01f2deaf-e45b-40b3-aff2-93074902299b) ### ✔️ Expected Behavior I can add LLM into dify ### ❌ Actual Behavior the llm can't access, not only tongyi ,but also aws bedrock.
yindo added the 🐞 bug label 2026-02-21 19:07:30 -05:00
yindo closed this issue 2026-02-21 19:07:30 -05:00
Author
Owner

@Sunzhuoyi commented on GitHub (Apr 1, 2025):

I deploy dify with root permission.
and I deploy it success in another ec2, and the version is 1.1.0

@Sunzhuoyi commented on GitHub (Apr 1, 2025): I deploy dify with root permission. and I deploy it success in another ec2, and the version is 1.1.0
Author
Owner

@crazywoola commented on GitHub (Apr 1, 2025):

Please take a look at this https://github.com/langgenius/dify/pull/16189

@crazywoola commented on GitHub (Apr 1, 2025): Please take a look at this https://github.com/langgenius/dify/pull/16189
Author
Owner

@binglun30 commented on GitHub (Apr 1, 2025):

Please use docker info to print the Docker-related information, especially the details under "Security Options."

@binglun30 commented on GitHub (Apr 1, 2025): Please use docker info to print the Docker-related information, especially the details under "Security Options."
Author
Owner

@Sunzhuoyi commented on GitHub (Apr 2, 2025):

@binglun30 thanks, I have fixed this problem. In this case , it's because of different version of docker client and docker server.

@Sunzhuoyi commented on GitHub (Apr 2, 2025): @binglun30 thanks, I have fixed this problem. In this case , it's because of different version of docker client and docker server.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12457