Install plugins did not appear in the Dify app even it has successfully downloaded from the marketplace #11586

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

Originally created by @nikkoyuthinkcol on GitHub (Mar 18, 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.0.1

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

Use YAML file by @Winson-030

  1. Upgrade from 0.15.x to v.1.x
  2. set dify-plugin-daemon == 0.0.3-local; dify-api:release-1.0.1-fix1; dify-web == release-1.0.1-fix1
  3. ran delete commands due to PluginDaemonInternalServerError: no available node
  4. upgrade dify-plugin-daemon == 0.0.4-local
  5. deleted entries suggested from the postgresql using psql based on the issue here
delete from plugin_installations where plugin_unique_identifier is not null;
delete from plugin_declarations where plugin_unique_identifier is not null;
delete from ai_model_installations where plugin_unique_identifier is not null;
delete from plugins where plugin_unique_identifier is not null;
  1. and also emptied all plugin directories from the plugin-daemon
/app/storage/assets
/app/storage/cwd
/app/storage/plugin
/app/storage/plugin_packages
  1. visit the dify webpage
  2. download any of the plugins (i.e. cohere, openai...)
  3. plugin did not show up in the dify app
  4. no errors popping up from the console, all tasks return 200.

Image

✔️ Expected Behavior

Plugins enlisted in the data directory

Actual Behavior

No plugins are listed even the plugin-daemon successfully downloaded the sources. Even they are downloaded in the daemon-plugin volume. In this case, it can be displayed in the Azure File Share system

Image

Originally created by @nikkoyuthinkcol on GitHub (Mar 18, 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.0.1 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce Use [YAML file by @Winson-030](https://github.com/Winson-030/dify-kubernetes) 1. Upgrade from 0.15.x to v.1.x 2. set dify-plugin-daemon == 0.0.3-local; dify-api:release-1.0.1-fix1; dify-web == release-1.0.1-fix1 3. ran delete commands due to `PluginDaemonInternalServerError: no available node` 4. upgrade dify-plugin-daemon == 0.0.4-local 5. deleted entries suggested from the postgresql using `psql` based on the issue [here](https://github.com/langgenius/dify/issues/15843) ``` delete from plugin_installations where plugin_unique_identifier is not null; delete from plugin_declarations where plugin_unique_identifier is not null; delete from ai_model_installations where plugin_unique_identifier is not null; delete from plugins where plugin_unique_identifier is not null; ``` 6. and also emptied all plugin directories from the plugin-daemon ``` /app/storage/assets /app/storage/cwd /app/storage/plugin /app/storage/plugin_packages ``` 7. visit the dify webpage 8. download any of the plugins (i.e. cohere, openai...) 9. plugin did not show up in the dify app 10. no errors popping up from the console, all tasks return 200. ![Image](https://github.com/user-attachments/assets/a247971f-6319-4e91-945c-5c3f883c184e) ### ✔️ Expected Behavior Plugins enlisted in the data directory ### ❌ Actual Behavior No plugins are listed even the plugin-daemon successfully downloaded the sources. Even they are downloaded in the daemon-plugin volume. In this case, it can be displayed in the Azure File Share system ![Image](https://github.com/user-attachments/assets/718913ce-8011-41c6-965b-647aaa5fdd60)
yindo added the 🐞 buggood first issue🤔 cant-reproduce labels 2026-02-21 19:01:29 -05:00
yindo closed this issue 2026-02-21 19:01:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#11586