spring boot - Vaadin SpringBoot - Favicon with @PWA not working - Stack Overflow

admin2025-04-16  2

I'm using Vaadin UI (v24) with SpringBoot (v3.4). I've added a favicon which is correctly displayed when I open the app in my browser.

When I add the @PWA annotation to my app, the favicon is not displayed anymore but the app is recognized as a PWA app in my browser. To "fix" the missing favicon, I added the "icon" property of @PWA annotation with the path of my favicon. Well, the favicon is now displayed but my browser does not recognize the app as PWA anymore.

Does anyone have the same problem and maybe a solution for me?

转载请注明原文地址:http://anycun.com/QandA/1744791318a87674.html