Everything was working fine with my Service Worker project, but suddenly I am seeing the following error:
Uncaught (in promise) DOMException: Failed to register a ServiceWorker: ServiceWorker cannot be started
This is being reported as on index.html:1 although I am registering the SW in a file called sw.js.
I couldn't find anything on Google - any guidance on what causes this error to occur?