Favicon Springboot

Hi everybody. Seems like the favicon doesn’t work when using Vaadin Flow 10 and SpringBoot. The Bakery App has the standard Vaadin icon instead of “Bakery App Icon”.

With my PWA everything works fine, expect when I distributed it to the server, then the icon gets overwritten with the standard one. I can see that the icon was found and gets cached correctly.

Anyone found a solution for this?

I have the same issue. However, when running the app on localhost the custom favicon shows up. When deployed to a cloud server the favicon shows default. I tried the PageConfigurator solution found on other threads but it does not work either.

Ok, had the same problem. For any further google travelers that are desperate:

[Favicons in a PWA]
(https://vaadin.com/docs/v14/flow/pwa/tutorial-pwa-icons.html)

Basically. Put the icon in your webapp Folder and define iconPath=“yourpathstartinginwebapp”

Have a nice day

Sebastian Göhring:
Ok, had the same problem. For any further google travelers that are desperate:

[Favicons in a PWA]
(https://vaadin.com/docs/v14/flow/pwa/tutorial-pwa-icons.html)

Basically. Put the icon in your webapp Folder and define iconPath=“yourpathstartinginwebapp”

Have a nice day

Can you give an example of the iconPath?

I have the same issue, it shows the default PWA favicon on chrome, firefox works okay