-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Web frontend can't fetch customized icon #11079
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
I found a similar closed issue related to icon display: Upload 'Powered by Brand' image not showing up. This issue was resolved by a pull request that fixed the problem [1]. You might want to check if the solution provided there is applicable to your situation. Additionally, the web frontend of Dify uses JSON data to define and render SVG elements for customized icons. This JSON structure includes attributes for SVG elements, which are then parsed and rendered in the frontend [2]. It might be helpful to verify that the JSON data for your customized icons is correctly structured and accessible in your cloud-hosted environment. |
the same as mine. it showed a yellow button |
I can reproduce it, see #11086 (comment) |
Fixed in #11094 |
Self Checks
Dify version
0.12.0
Cloud or Self Hosted
Cloud
Steps to reproduce
Upgrade to 0.12.0
✔️ Expected Behavior
No response
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: