(Internet Explorer 11) Favicon only loads first time (F5)

Hey guys,

As the title states, my app’s favicon only loads during the first time I visit the site, or press F5. When navigating in between views or doing some other actions, the icon changes to the default Internet Explorer favicon. It is also happening on Vaadin’s flow bakery demo website (I’ve attached an image for reference)

IE Version: 11.371.16299.0

I’ve set the favicon at my MainLayout page, by implementing a PageConfigurator.

@Override
public void configurePage(InitialPageSettings settings) {
	settings.addLink("shortcut icon", "favicon.ico");
	settings.addFavIcon("icon", "favicon.ico", "16x16");
}

17056500.png

Confirmed. I’ve created a GitHub issue about it here: https://github.com/vaadin/flow/issues/3981

Please add any details you feel necessary. Thanks a lot!

Gilberto Torrezan Filho:
Confirmed. I’ve created a GitHub issue about it here: https://github.com/vaadin/flow/issues/3981

Please add any details you feel necessary. Thanks a lot!

Thank you, Gilberto! Will contribute to GitHub thread if found any more observations.