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
After the latest the deployment I noticed the font on the speakers page is not rendered correctly. Opening the console, I found 404s on https://webassembly-summit.org/speakers. On the other routes I don't get the 404s but nevertheless the bad-precaching-response.
ttraenkler
changed the title
Javascript files not found due to caching issue
Service worker caching error for outdated assets
Jan 13, 2020
ttraenkler
changed the title
Service worker caching error for outdated assets
Service worker caching error for outdated Javascript bundles
Jan 13, 2020
After the latest the deployment I noticed the font on the speakers page is not rendered correctly. Opening the console, I found 404s on https://webassembly-summit.org/speakers. On the other routes I don't get the 404s but nevertheless the bad-precaching-response.
speakers:1 GET https://webassembly-summit.org/_next/static/wXMJzV_JnmWQNVu98m8GP/pages/speakers.js net::ERR_ABORTED 404
PrecacheController.mjs:194 Uncaught (in promise) bad-precaching-response: bad-precaching-response :: [{"url":"https://webassembly-summit.org/_next/static/chunks/commons.43171be2915a298a1ac7.js?WB_REVISION=546453f9928c5e8eeabe","status":404}]
at l.o (https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-precaching.prod.js:1:1749)
at async Promise.all (index 0)
at async l.install (https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-precaching.prod.js:1:1221)
n @ WorkboxError.mjs:30
o @ PrecacheController.mjs:194
This relates to the service worker introduced in #41.
The text was updated successfully, but these errors were encountered: