-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
status: needs reproductionThis issue needs a simplified reproduction of the bug for further troubleshooting.This issue needs a simplified reproduction of the bug for further troubleshooting.type: question or discussionIssue discussing or asking a question about GatsbyIssue discussing or asking a question about Gatsby
Description
Summary
Periodically on my production site I'm seeing the following error;
Error: Missing resources for /
at render(./.cache/ensure-resources.js:133:17)
at Sg(./node_modules/react-dom/cjs/react-dom.production.min.js:169:129)
at Hh(./node_modules/react-dom/cjs/react-dom.production.min.js:214:16)
at Ih(./node_modules/react-dom/cjs/react-dom.production.min.js:215:274)
at ji(./node_modules/react-dom/cjs/react-dom.production.min.js:230:233)
at ki(./node_modules/react-dom/cjs/react-dom.production.min.js:229:143)
at Fh(./node_modules/react-dom/cjs/react-dom.production.min.js:226:196)
at bg(./node_modules/react-dom/cjs/react-dom.production.min.js:224:28)
at qi(./node_modules/react-dom/cjs/react-dom.production.min.js:243:14)
at render(./node_modules/react-dom/cjs/react-dom.production.min.js:251:109)
at oi(./node_modules/react-dom/cjs/react-dom.production.min.js:254:364)
at Ai(./node_modules/react-dom/cjs/react-dom.production.min.js:254:350)
at apply(./.cache/production-app.js:114:7)
at r(./node_modules/@sentry/browser/dist/index.js:3114:1)
It seems like sometimes this causes the site to not render at all and just show a blank page.
Relevant information
You can see the trace on Sentry here
Environment (if relevant)
This is the env on which the site is built;
System:
OS: macOS High Sierra 10.13.2
CPU: x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.11.1 - ~/.nvm/versions/node/v8.11.1/bin/node
Yarn: 1.9.4 - ~/.nvm/versions/node/v8.11.1/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.11.1/bin/npm
Browsers:
Chrome: 71.0.3578.98
Safari: 11.0.2
npmPackages:
gatsby: ^2.0.19 => 2.0.72
gatsby-image: ^2.0.15 => 2.0.20
gatsby-plugin-create-client-paths: ^2.0.2 => 2.0.2
gatsby-plugin-google-gtag: ^1.0.8 => 1.0.8
gatsby-plugin-manifest: ^2.0.5 => 2.0.10
gatsby-plugin-offline: ^2.0.11 => 2.0.17
gatsby-plugin-page-transitions: ^1.0.7 => 1.0.7
gatsby-plugin-react-helmet: ^3.0.0 => 3.0.2
gatsby-plugin-sharp: ^2.0.18 => 2.0.18
gatsby-plugin-stripe-elements: ^1.0.9 => 1.0.9
gatsby-plugin-twitter: ^2.0.8 => 2.0.8
gatsby-source-filesystem: ^2.0.4 => 2.0.12
gatsby-transformer-sharp: ^2.1.12 => 2.1.12
npmGlobalPackages:
gatsby-cli: 2.0.0-rc.1
gatsby-plugin-countly: 0.2.0
No idea where to start with debugging this so any help is appreciated!
kristiehowboutdat, suyalcinkaya, ronanlevesque, efd1, lauriejones and 24 more
Metadata
Metadata
Assignees
Labels
status: needs reproductionThis issue needs a simplified reproduction of the bug for further troubleshooting.This issue needs a simplified reproduction of the bug for further troubleshooting.type: question or discussionIssue discussing or asking a question about GatsbyIssue discussing or asking a question about Gatsby