nuxt-community / pwa-template

PWA template for vue-cli based on the starter template
MIT License
133 stars 12 forks source link

WorkboxError: An error was thrown by workbox with error code: ;'request-not-cached' with extras: #8

Closed marcosgallardo closed 7 years ago

marcosgallardo commented 7 years ago

Hi everybody,

I'm getting this errors while navigating this template with only an extra page (eg: about.vue).

image

Steps to reproduce them:

  1. Exec npm run build

image

  1. Exec npm run start

The server cannot found the index.spa.html, index.ssr.html and vue-ssr-client-manifest.json files, but those files exists in the dist folder.

Any thoughts?

This question is available on Nuxt.js community (#c8)
pi0 commented 7 years ago

Hi. This problem is due to rc3 upgrade. Please upgrade your dependencies to the lastest version (workbox@1.1.3)

ghost commented 6 years ago

Still a problem on a fresh install.