Albert Mir

Results 3 comments of 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: ![cypress-random-500-error](https://user-images.githubusercontent.com/61497067/140875572-3db3e5c3-e5ee-44f1-8a69-72dc5b61d33f.png) We've never experienced those 500 errors while using the site we're testing or running the tests locally. It only happens on the...