-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://fantasticmetropolis.com #10151
Comments
I've got the same problem. I'm not sure how I stuck in this status. System: I've found this error from the workbox issue and it looks like a safari bug. GoogleChrome/workbox#1730 (comment) |
Also getting this error? |
i'm facing the same problem. |
I also had that problem in iOS 12.1, Today upgraded to iOS 12.1.1 and it works now |
fixes gatsbyjs#10151 Issue in `gatsby-plugin-offline` was fixed in gatsbyjs#10329, but gatsbyjs.org didn't upgrade.
GoogleChrome/workbox#1663 gatsbyjs/gatsby#10151 To make this even worse, the problem is only encountered on the built hosted website rather than locally
See GoogleChrome/workbox#1663 and gatsbyjs/gatsby#10151 . Despite being same-origin, crossOrigin=anonymous needs to be set for Safari
Description
Gatsby site returns "Safari cannot open the page. The error was: "FetchEvent.respondWith. received an error: Returned response is null."
Steps to reproduce
Open site as normally,
close safari or go to another webpage & return to site.
Expected result
Site should load as normal
Actual result
Error screen is returned
Environment
System:
OS: macOS 10.14.1
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Shell: 5.5.1 - /usr/local/bin/zsh
Binaries:
Node: 10.9.0 - /usr/local/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
Browsers:
Chrome: 70.0.3538.102
Firefox: 63.0.3
Safari: 12.0.1
npmPackages:
gatsby: ^2.0.55 => 2.0.55
gatsby-image: ^2.0.20 => 2.0.20
gatsby-plugin-manifest: ^2.0.10 => 2.0.10
gatsby-plugin-offline: ^2.0.17 => 2.0.17
gatsby-plugin-react-helmet: ^3.0.1 => 3.0.2
gatsby-plugin-remove-serviceworker: ^1.0.0 => 1.0.0
gatsby-plugin-sharp: ^2.0.13 => 2.0.13
gatsby-plugin-styled-components: ^3.0.1 => 3.0.3
gatsby-source-filesystem: ^2.0.9 => 2.0.9
gatsby-source-prismic: ^2.0.0 => 2.1.0
gatsby-transformer-sharp: ^2.1.8 => 2.1.8
npmGlobalPackages:
gatsby-cli: 2.4.2
The text was updated successfully, but these errors were encountered: