sandwich @sandwich - 27d
Interesting. Could you send me console log?
Ah, ok. See the issue. Other than livereload for some reason being in the production build (oops), looks like the service worker deregister implementation was naive. Many thanks, will patch it today.
hotfix will be deployed in roughly ~10 minutes. It's possible the error caused you to have breaking state. lmk if the error persists.
It might be a CDN caching issue, with the change that was added, it would be impossible for that error to occur.
CDN cache has been purged.
Should have it this time. I'm assuming you're using Firefox in a private tab. It handles serviceWorkers in a secureContext, and I wasn't accounting for this case. ~10 minutes.
handles serviceWorkers in a secureContext differently*
sandwich @sandwich - 26d
Thanks for the help btw, it's difficult to rapidly develop + test every possible case in every possible browser :D
Well, I just figured it out. The changes weren't being deployed :D