I've recently added Cloudfront to my web app. I'm using a WorkBox service worker and getting the error:
VM7 workbox-strategies.prod.js:1 Uncaught (in promise) TypeError: Failed to fetch
I found out from this SO post to watch the Network tab to find out what resource was causing the problem.
I checked and found out -- it's trying to load my own domain!
The domain loads in the browser just fine. Why would the service worker be throwing this fetch error?