question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Favicon missing in welcome page on chrome / macos

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
DGuhrcommented, Mar 21, 2022

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.

1reaction
marvinschamcommented, Mar 20, 2022

As of 17.0.0 line 23 contains an invisible U+00A0 non-breaking space character (see the &nbsp; in the body element) which seems to cause this. Commit 9fd86ac removes this character so the next release should fix this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found