nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

PreCache Strategy error.

Open phantodev opened this issue 1 year ago • 2 comments

Hi guys... i have this error in my NUXT 3 APP... Can you help me please?

workbox-5357ef54.js:2582 Uncaught (in promise) bad-precaching-response: The precaching request for 'http://localhost:3000/' failed with an HTTP status of 404. at PrecacheStrategy._handleInstall (http://localhost:3000/workbox-5357ef54.js:2582:17) at async PrecacheStrategy._handle (http://localhost:3000/workbox-5357ef54.js:2511:18) at async PrecacheStrategy._getResponse (http://localhost:3000/workbox-5357ef54.js:2360:22)

phantodev avatar Oct 02 '23 18:10 phantodev

Same issue here... If someone knows the fix, please let me know.

RomanKollerSnoop avatar May 17 '24 15:05 RomanKollerSnoop

you need to prerender navigate fallback page, by default /

userquin avatar May 17 '24 16:05 userquin