mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Model Addition Fails in Silicon Flow Plugin - No Error, But Not Successful #514
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 @CHEFRA on GitHub (Aug 4, 2025).
Self Checks
Dify version
1.6.0
1.7.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
中文:
✔️ Expected Behavior
The model should be successfully added to the plugin’s model list. A success message (e.g., “Model added successfully”) should typically be shown, and the model list should refresh immediately to display the newly added model.
模型能够成功添加到插件列表中,并可以在后续使用中找到该模型。通常会看到“添加成功”的提示信息,或者模型列表会立即刷新并显示新添加的模型。
❌ Actual Behavior
After clicking the add button, the system shows its done, and the process appears to complete. However, upon refreshing the model list or reopening the plugin, the added model is not found in the list. The model was not actually saved or added successfully.
点击添加按钮后,系统显示修改成功,看起来操作似乎完成了。但是,刷新模型列表或重新打开插件后,发现之前添加的模型并未出现在列表中。模型实际上没有被保存或添加成功。
@dosubot[bot] commented on GitHub (Aug 4, 2025):
Hi @CHEFRA! I'm Dosu and I’m helping the dify team.
This kind of silent failure when adding a model in the Silicon Flow plugin (no error, but model not saved) is usually caused by network/configuration issues between your Dify containers and the plugin daemon, missing migration steps after a Docker upgrade, or credential validation problems that aren't surfaced to the UI.
Here’s a focused checklist to help you debug:
localhostor127.0.0.1for any service endpoints in your Docker environment. Usehost.docker.internalor your host’s internal IP so containers can communicate properly.PLUGIN_DAEMON_URLshould point to the correct host and port (e.g.,http://host.docker.internal:5002), andSANDBOX_ENABLE_NETWORKshould be set totrue.If you’ve checked all of the above and the model still doesn’t appear, try capturing any error messages from your browser’s network tab and share relevant logs from your Docker containers for deeper diagnosis.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@crazywoola commented on GitHub (Aug 4, 2025):
Similar to this https://github.com/langgenius/dify-official-plugins/issues/1517
@CHEFRA commented on GitHub (Aug 6, 2025):
Updated to the latest version:1.7.1, problem remained.
Additionally, I’ve noticed that several similar issues have been reported in the community over the past few days, suggesting this might be a widespread bug rather than an isolated issue on my end.
@Reverse-Flash-Kamen commented on GitHub (Aug 14, 2025):
Also have this problem
@dosubot[bot] commented on GitHub (Aug 31, 2025):
Hi, @CHEFRA. I'm Dosu (https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!
@CHEFRA commented on GitHub (Sep 21, 2025):
latest stable version 1.8.1,still has this problem.