Icons of Studio Applications (Conversation Assistant, Workflow) Fail to Synchronize After Application Release #13665

Closed
opened 2026-02-21 19:13:14 -05:00 by yindo · 2 comments
Owner

Originally created by @Le1a on GitHub (May 7, 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

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

The icon has been set for studio applications such as the conversation assistant and workflow. However, after the application is released, the icon fails to be synchronized.

✔️ Expected Behavior

Image

Actual Behavior

Image

Originally created by @Le1a on GitHub (May 7, 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 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce The icon has been set for studio applications such as the conversation assistant and workflow. However, after the application is released, the icon fails to be synchronized. ### ✔️ Expected Behavior ![Image](https://github.com/user-attachments/assets/17762562-320a-420a-9d5e-45d79573e9e6) ### ❌ Actual Behavior ![Image](https://github.com/user-attachments/assets/d8071062-3cb9-4771-8417-1cd768f08f3c)
yindo added the 🌚 invalid label 2026-02-21 19:13:14 -05:00
yindo closed this issue 2026-02-21 19:13:15 -05:00
Author
Owner

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

Hello @Le1a! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and assist you in becoming a contributor. I'm here while you wait for a human maintainer. How can I assist you today?

For issues with icon synchronization in self-hosted Docker environments using Dify version 1.3.1, you might want to check the configuration related to asset management. Dify ensures that the API returns absolute paths for icon URLs to prevent 404 errors, especially when CONSOLE_API_URL is empty. This was addressed in a previous fix where icon URLs were changed to start with '/', allowing browsers to correctly interpret and display them [1].

Additionally, if you encounter missing tool icons after upgrading, you may need to adjust the Nginx configuration file at /dify/docker/nginx/conf.d/default.conf.template. This involves adding specific rules to handle application entry points and static resource requests correctly. After making these changes, restart the Nginx service to ensure the icons display properly [2].

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 7, 2025): <!-- Greeting --> Hello @Le1a! I'm [Dosu](https://dosu.dev), your friendly bot here to help you solve bugs, answer questions, and assist you in becoming a contributor. I'm here while you wait for a human maintainer. How can I assist you today? <!-- Answer --> For issues with icon synchronization in self-hosted Docker environments using Dify version 1.3.1, you might want to check the configuration related to asset management. Dify ensures that the API returns absolute paths for icon URLs to prevent 404 errors, especially when `CONSOLE_API_URL` is empty. This was addressed in a previous fix where icon URLs were changed to start with '/', allowing browsers to correctly interpret and display them <sup>[[1]](https://github.com/langgenius/dify/issues/15472)</sup>. Additionally, if you encounter missing tool icons after upgrading, you may need to adjust the Nginx configuration file at `/dify/docker/nginx/conf.d/default.conf.template`. This involves adding specific rules to handle application entry points and static resource requests correctly. After making these changes, restart the Nginx service to ensure the icons display properly <sup>[[2]](https://github.com/langgenius/dify/issues/14835)</sup>. <!-- 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/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5715d70a-f824-4ab2-85de-9d324a97193e?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (May 7, 2025):

Duplicated.
You should change the settings in Monitoring -> Settings instead

@crazywoola commented on GitHub (May 7, 2025): Duplicated. You should change the settings in Monitoring -> Settings instead
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#13665