PWA

Hi!

I wrote a PWA with Vaadin 14.0.0:

@com.vaadin.flow.server.PWA(name = “MyAppName”, shortName = “MyShortAppName”, enableInstallPrompt = true, offlinePath = “myCustom-offline-page.html”)

I put “myCustom-offline-page.html” in /src/main/webapp/myCustom-offline-page.html.

When the app goes offline not the content of my custom page is shown. The app shows the content of the default offline page.

Is there a problem with PWA and Vaadin 14.0.0?

Thank you very much,
Thomas