Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

Service Worker is not working #395

Closed oeway closed 3 years ago

oeway commented 3 years ago

There seems some issue wit the service worker at https://kitware.github.io/itk-vtk-viewer/app/

Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://kitware.github.io/itk-vtk-viewer/app/autoworkbox-v4.3.1/workbox-sw.js' failed to load.
    at https://kitware.github.io/itk-vtk-viewer/app/serviceWorker.js:14:1
(anonymous) @ serviceWorker.js:14
A bad HTTP response code (404) was received when fetching the script.
thewtex commented 3 years ago

The Workbox version we are using is quite old -- initial steps are to upgrade.