Always shows "Installing 1 plugin,..." #14013

Closed
opened 2026-02-21 19:15:04 -05:00 by yindo · 1 comment
Owner

Originally created by @YesonWyld on GitHub (May 19, 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.3.1 & 1.4.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image
When the mouse points to the installation status button on the "PLUGINS" interface, the popped - up tip always shows "Installing 1 plugin,...", but in fact all the plugins have been installed or updated and are running normally.
How can I reset the popped - up tip message of this installation status button?

This issue occurred when I upgraded from 1.3.0 to 1.3.1, and the above status persisted in 1.4.0.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @YesonWyld on GitHub (May 19, 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.3.1 & 1.4.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/51117025-cdaa-419e-b652-f24ad04a425a) When the mouse points to the installation status button on the "PLUGINS" interface, the popped - up tip always shows "Installing 1 plugin,...", but in fact all the plugins have been installed or updated and are running normally. How can I reset the popped - up tip message of this installation status button? This issue occurred when I upgraded from 1.3.0 to 1.3.1, and the above status persisted in 1.4.0. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 19:15:04 -05:00
yindo closed this issue 2026-02-21 19:15:04 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (May 19, 2025):

The issue you're experiencing, where the tooltip always shows "Installing 1 plugin,..." despite all plugins being installed or updated, seems to be related to a persistent UI state that wasn't reset during the upgrade from version 1.3.0 to 1.3.1 and continues in 1.4.0.

To address this, you might want to check if there are any cached states or local storage entries related to the plugin installation status that need to be cleared. Additionally, ensure that your Docker containers are properly restarted after the upgrade, as sometimes cached states can persist across container restarts.

If the issue persists, it might be worth looking into the code responsible for updating the installation status messages. Unfortunately, I couldn't find specific details on where this logic is implemented in the Dify codebase. However, you might want to explore the UI components related to plugin management to see if there's any logic that could be causing this persistent message.

If you have access to the codebase, reviewing the sections that handle plugin installation status updates, particularly in the UI components, might provide insights into how the status message is being set and potentially how it can be reset.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (May 19, 2025): <!-- Answer --> The issue you're experiencing, where the tooltip always shows "Installing 1 plugin,..." despite all plugins being installed or updated, seems to be related to a persistent UI state that wasn't reset during the upgrade from version 1.3.0 to 1.3.1 and continues in 1.4.0. To address this, you might want to check if there are any cached states or local storage entries related to the plugin installation status that need to be cleared. Additionally, ensure that your Docker containers are properly restarted after the upgrade, as sometimes cached states can persist across container restarts. If the issue persists, it might be worth looking into the code responsible for updating the installation status messages. Unfortunately, I couldn't find specific details on where this logic is implemented in the Dify codebase. However, you might want to explore the UI components related to plugin management to see if there's any logic that could be causing this persistent message. If you have access to the codebase, reviewing the sections that handle plugin installation status updates, particularly in the UI components, might provide insights into how the status message is being set and potentially how it can be reset. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/0c34544e-9efd-4173-b6d2-4e9fa985a4db?feedback_type=other)</sup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#14013