arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 93 forks source link

Off not working "Service worker is not registred or does not control the Start URL" #99

Open robthepaper opened 5 years ago

robthepaper commented 5 years ago

Hi, I have this message in my chrome devtools and offline doesn't work. I am working on localhost and even tried with https ://localhost but still have this message.

Does anyone know why it is not registered?

arthurbergmz commented 5 years ago

Have you tried removing webpack-pwa-manifest from the Webpack config? If so, does the error still appear?

If you have tried removing the webpack-pwa-manifest from your Webpack config and got no errors, please, can you post your Webpack config and Service Worker register?

samgermain commented 3 years ago

Have you tried removing webpack-pwa-manifest from the Webpack config? If so, does the error still appear?

Then the message "No Manifest Detected" is displayed