-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] Favicon not loading on page load #1588
Comments
Hi Please share your nginx conf. |
Hi, I'm running pretty much the same configuration and I'm having an issue with the favicon not showing in Firefox. This is using a fully cleared cache and also in a Private Window. I can't comment update breaking it, as I only switched back to Firefox from Brave a few hours ago. I get the same problem if I bypass the reverse proxy. If I append the various /favicon.ico, /web-icons/favicon-32x32.png etc. listed in Firefox's inspector tab to the URL most of the icons are loading. I think there are 2 issues here: The missing favicon-16x16.png and Firefox seemingly being determined to use the missing image, rather than fallback to favicon-32x32.png or favicon.ico. Cheers. |
Yeah I've just looked into this and in firefox the favicon is not showing up at all. Seems to be only a problem on firefox and possibly apple devices: Firefox still seems to have hardcoded a preferred size:
I think dashy is somewhat missing the correct variable to define the favicon for firefox, however I was not able to find any working variable. It seems that firefox has issues regarding favicon dating from a month ago to 20years back 😂 I tried adding the 16x16 pixel variant which was once included: But that did nothing, as firefox somehow expects a favicon on exactly this url: |
Can confirm this bug, icon is not displaying on Firefox. |
If anybody is using Caddy as a reverse proxy and looking for a quick fix: modify your Caddyfile to rewrite the favicon path:
If you also need Apple support (or whatever that failed call to
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
With today's image update, it's now working for me (Firefox). The favicon is back! |
Yup got fixed by a PR here: |
confirmed, thx for the merge ! |
Environment
Self-Hosted (Docker)
System
Dashy running in Docker container behind Nginx
Version
3.1.0
Describe the problem
Dashy favicon no longer loads after update.
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: