I ran into this error when using the library msw.
[MSW] Failed to register the Service Worker:
Failed to register a ServiceWorker for scope ('http://localhost:3000/') with script ('http://localhost/mockServiceWorker.js'): Operation has been aborted
An important thing is, if I use another browser or a different Chrome profile, it'll work just fine.
I tried clearing cache but that doesn't help. How to resolve this?