ignacioxd / ragin-mages

JavaScript MOBA game built with Phaser 3
https://raginmages.net
59 stars 21 forks source link

Service worker fails when set to 'update on reload' #118

Closed adnanusman closed 6 years ago

adnanusman commented 6 years ago

When the option for the service worker to reload is set active, the website fails to load.

The error in the console is:

The FetchEvent for "https://raginmages.net/" resulted in a network error response: an object that was not a Response was passed to respondWith().

adnanusman commented 6 years ago

I'm looking into it.

PepperAddict commented 6 years ago

swerror

Here's the screenshot of the error to refer back to.

adnanusman commented 6 years ago

Thanks @PepperAddict :)

adnanusman commented 6 years ago

I was looking into this today and tried to replicate issue.... Doesn't seem to happen any more. Page reloads fine in 'update on reload' mode. Can anyone else verify please?