You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
$ vue init nuxt-community/pwa-template my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
$ npm run build
$ npm start
Navigate to localhost:3000
What is expected ?
Error-less PWA application.
What is actually happening?
Error in browser console when entering /:
workbox.3de3418b.js:158 Uncaught (in promise) WorkboxError: An error was thrown by workbox with error code: ;'request-not-cached' with extras: '{"url":"http://localhost:3000/_nuxt/layouts_default.061f990e7d3f96dc329e.js","error":{}}'
at http://localhost:3000/_nuxt/workbox.3de3418b.js:160:1358
at Generator.throw (<anonymous>)
at step (http://localhost:3000/_nuxt/workbox.3de3418b.js:83:30)
at http://localhost:3000/_nuxt/workbox.3de3418b.js:96:13
WorkboxError @ workbox.3de3418b.js:158
(anonymous) @ workbox.3de3418b.js:160
step @ workbox.3de3418b.js:83
(anonymous) @ workbox.3de3418b.js:96
This bug report is available on Nuxt.js community (#c13)
The text was updated successfully, but these errors were encountered:
Version
1.0.0
Reproduction link
https://github.com/nuxt-community/pwa-template
Steps to reproduce
What is expected ?
Error-less PWA application.
What is actually happening?
Error in browser console when entering /:
The text was updated successfully, but these errors were encountered: