Favicon missing in welcome page on chrome / macos
See original GitHub issueDescribe the bug
Our favicon is missing when opening the welcome page on chrome / macos (see additional details)
Version
<=latest
Expected behavior
Favicon is shown
Actual behavior
Favicon is missing on the welcome page. It shows up when opening other pages like login / admin ui, though.
How to Reproduce?
e.g.
kc.sh start-dev
-> navigate to localhost:8080 -> see no favicon shows up on welcome page browser tab -> enter admin credentials and click
Anything else?
Chrome version: 98.0.4758.80 (Official Build) (x86_64) MacOS version: 11.6.1
Works on Firefox 91.5.0esr (64-bit)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Favicon Not Showing Up - How to Fix In Chrome, Wordpress ...
When you add a favicon to your site, it may not show up since your browser has 'saved' your site as one without...
Read more >Favicon not showing up in Google Chrome - Stack Overflow
Great answer. I would make sure you use both link rel = icon and link rel=shortcut icon . The Base64 solution works on...
Read more >Missing browser bar favicons in Safari across all Mac devices
1) Close and quit Safari. · 2) Using Finder, click Go > Go to Folder from the menu bar · 3) Enter ~/Library/Safari/Favicon...
Read more >Chrome Icon Not Appearing On Your Mac? Here's The Fix
Chrome Icon Not Appearing On Your Mac? Here's The Fix · Manually Dragging The Chrome Icon · Installing Google Chrome Again · Delete...
Read more >How to fix your Favicons - Matt Fantinel - Web Developer
They should be a simple icon that identifies your webpage on a bunch of scenarios, i.e. the icon displayed on the tab besides...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just double-checked. This issue here is fixed by the PR from #10157 - thx @marvinscham for pointing it out. I think we should include #10157 / #10271 in 17.0.1 then 😃
closing here for it is fixed and will create a backport of #10271 for the 17.0.1 release.
As of 17.0.0 line 23 contains an invisible
U+00A0
non-breaking space character (see the
in the body element) which seems to cause this. Commit 9fd86ac removes this character so the next release should fix this.