Unable to upload local plugins to /plugin or /cwd with showing "successs" on the front-end interface #17746

Closed
opened 2026-02-21 19:39:08 -05:00 by yindo · 0 comments
Owner

Originally created by @Luuzs on GitHub (Sep 18, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • 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, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.4.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

I have successfully deployed Dify and can create simple workflows. However, I encountered an issue when uploading plugins(etc. the model provider). The environment is without internet or python,
Here is where the code changed:
.env :
NGINX = 6819
EXPOSE_NGINX_PORT=6819
FORCE_VERIFYING_SIGNATURE=false
docker-compose.yaml:
/api:
privileged: true
/worker:
privileged: true

✔️ Expected Behavior

I expect to upload my plugins successfully, and see the plugins which uploaded on the front-end interface.

Actual Behavior

when i upload plugins, it soonly show "success".
However, on the front-end interface,there is no plugins shown.
And my plugins only upload to docker\volumes\plugin_daemon\plugin_packages, but \plugin_daemon\plugin and \plugin_daemon\cwd is still null.

Originally created by @Luuzs on GitHub (Sep 18, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [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, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.4.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce I have successfully deployed Dify and can create simple workflows. However, I encountered an issue when uploading plugins(etc. the model provider). The environment is **without internet or python**, Here is where the code changed: .env : NGINX = 6819 EXPOSE_NGINX_PORT=6819 FORCE_VERIFYING_SIGNATURE=false docker-compose.yaml: /api: privileged: true /worker: privileged: true ### ✔️ Expected Behavior I expect to upload my plugins successfully, and see the plugins which uploaded on the front-end interface. ### ❌ Actual Behavior when i upload plugins, it soonly show "success". However, on the front-end interface,there is no plugins shown. And my plugins only upload to docker\volumes\plugin_daemon\plugin_packages, but \plugin_daemon\plugin and \plugin_daemon\cwd is still null.
yindo added the 🐞 bugoutdated labels 2026-02-21 19:39:08 -05:00
yindo closed this issue 2026-02-21 19:39:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#17746