PWA mode production ?

Good morning, in development mode, PWA works normal, but not in production mode, do I need to configure something in the pom?

Vaadin 15.0.5

Parts of the PWA functionality is restricted by browsers to only work for pages loaded over https. There is an exception for localhost which makes it work for local development.

Actually, it’s not like HTTPs, I’ll check and give feedback