-
Notifications
You must be signed in to change notification settings - Fork 13.8k
The icon does not appear when adding a tool. #14578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are two similar open issues related to icons not appearing when adding a tool:
For your specific issue, ensure that the community board has access to the necessary data sources and marketplace, check for any errors in fetching the icon, and verify that the icon file is correctly placed in the 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 |
You can install those missing packages back. |
After uninstalling and reinstalling the tool, the icon still doesn't appear when adding a process. |
I checked the icon URL, and the Docker icon URL is as follows: If I manually enter the URL below, it displays correctly. The URI below is consistent with the Cloud version. Could there be an error with the URI in the community version? |
Can you change the issue status to "open"? I found that the icon isn’t displaying because, in the community version, the icon’s URI in the workflow or agent includes an extra "/app/22bb5036-a40e-4387-8ebc-4138c950eb91," which causes it to fail to display. |
The issue you're experiencing with the icon not displaying in the community version seems to be related to the extra "/app/{id}" segment in the URI. This discrepancy between the community and cloud versions could be due to differences in how the URI is constructed for resources like icons. To address this, you might want to check the configuration settings related to URI paths. Specifically, ensure that the environment variables influencing the URI structure are correctly set. These include variables like Additionally, the functions responsible for generating the full URI for icons are located in the If the issue persists, it might be necessary to look into the specific logic that adds the "/app/{id}" segment to the URI in the community version and adjust it to match the cloud version's behavior. 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 |
Self Checks
Dify version
1.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When adding a tool to the workflow, the icon does not appear. This issue only occurs on the community board, while it displays correctly on Cloud.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: