dosubot[bot] commented on issue #34612: URL: https://github.com/apache/superset/issues/34612#issuecomment-3166913336
<!-- Answer --> In Superset v5, if a THEME config with brandLogoUrl is set (either in your superset_config.py or via the Theme Editor), it will override APP_ICON for the logo image. Also, if you've ever used the Theme Editor, your browser's localStorage may store a custom logo that takes precedence over backend config changes—even if you update APP_ICON, you won't see the change until you clear localStorage for your Superset site. To fix this, check for any THEME config with brandLogoUrl and remove or update it if you want APP_ICON to control the logo, and clear your browser's localStorage for the Superset domain, then reload the page to see if your APP_ICON change takes effect. Make sure your custom logo image is accessible at the path you set and is being served correctly by your web server or proxy. [Reference 1](https://github.com/apache/superset/issues/33930) | [Reference 2](https://github.com/apache/superset-frontend/src/features/home/Menu.tsx) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7d8f46fe-cba5-4cf1-990b-3a6da23ca506?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34612) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
