Albert Mir
Albert Mir
The error is with '/offline' path set in `serviceworker.js`: `var filesToCache = [ '/offline', ... ];` This happens because you have to set up a new route for `/offline` path...
I looked for all required definitions and it seems that those are already added by `laravel-pwa`. It looks like some incompatibility with with old iOS versions and splash screens, since...
This randomly happens to us as well:  We've never experienced those 500 errors while using the site we're testing or running the tests locally. It only happens on the...