-
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
I got this error when Gatsby Build breaks. Anyone has any idea? #11802
Comments
Can you try updating |
Thanks Pieh. I did and it's spitting out where the problem is for me. Now I'm working on solving the problem. |
We had same issue today, hope it will help: we had refactoring and basically had a typo in functional component declaration: instead of proper:
we had:
|
Yes we have multiple issues that break the Gatsby Build process. Thank you for sharing with us. 👍 |
Great! Sounds like this is mostly answered, so going to close it out. @jerus1403 would you be able to make a comment confirming what your issue(s) were so that anyone else who lands here will be able to track your solution too? Thanks so much, and thanks for using Gatsby! 💪 |
The issues were most from the graphql query the unknown properties after I changed some post types from the CMS (Wordpress). We use Wordpress as a headless CMS for our project. |
error Building static HTML for pages failed
See our docs page on debugging HTML builds for help https://gatsby.app/debug-html
8 | else
9 | root["lib"] = factory(root["@reach/router"], root["core-js/library/fn/array/from"], root["core-js/library/fn/array/is-array"], root["core-js/library/fn/is-iterable"], root["core-js/library/fn/json/stringify"], root["core-js/library/fn/map"], root["core-js/library/fn/object/assign"], root["core-js/library/fn/object/create"], root["core-js/library/fn/object/define-property"], root["core-js/library/fn/object/get-own-property-descriptor"], root["core-js/library/fn/object/get-own-property-symbols"], root["core-js/library/fn/object/get-prototype-of"], root["core-js/library/fn/object/keys"], root["core-js/library/fn/object/set-prototype-of"], root["core-js/library/fn/promise"], root["core-js/library/fn/symbol"], root["core-js/library/fn/symbol/iterator"], root["core-js/modules/es6.array.find-index"], root["core-js/modules/es6.array.iterator"], root["core-js/modules/es6.array.sort"], root["core-js/modules/es6.function.name"], root["core-js/modules/es6.map"], root["core-js/modules/es6.object.assign"], root["core-js/modules/es6.object.keys"], root["core-js/modules/es6.promise"], root["core-js/modules/es6.regexp.constructor"], root["core-js/modules/es6.regexp.match"], root["core-js/modules/es6.regexp.replace"], root["core-js/modules/es6.regexp.search"], root["core-js/modules/es6.regexp.split"], root["core-js/modules/es6.regexp.to-string"], root["core-js/modules/es6.string.ends-with"], root["core-js/modules/es6.string.includes"], root["core-js/modules/es6.string.iterator"], root["core-js/modules/es6.string.link"], root["core-js/modules/es7.array.includes"], root["core-js/modules/web.dom.iterable"], root["fs"], root["lodash"], root["path"], root["react"], root["react-dom/server"], root["react-helmet"]);
WebpackError: Invariant Violation: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified de v environment for full errors and additional helpful warnings.
universalModuleDefinition:10 ba
lib/webpack/universalModuleDefinition:10:2
bootstrap:24 a.read
lib/webpack/bootstrap:24:1
bootstrap:36 renderToString
lib/webpack/bootstrap:36:1
static-entry.js:190 Module../.cache/static-entry.js.webpack_exports.default
lib/.cache/static-entry.js:190:18
bootstrap:24 Promise
lib/webpack/bootstrap:24:1
gatsby-browser-entry.js:1 Promise._resolveFromExecutor
lib/.cache/gatsby-browser-entry.js:1:1
bootstrap:68 new Promise
lib/webpack/bootstrap:68:1
bootstrap:5 tryCatcher
lib/webpack/bootstrap:5:1
bootstrap:50 MappingPromiseArray._promiseFulfilled
lib/webpack/bootstrap:50:1
api-runner-ssr.js:6 MappingPromiseArray.PromiseArray._iterate
lib/.cache/api-runner-ssr.js:6:27
bootstrap:67 MappingPromiseArray.init
lib/webpack/bootstrap:67:1
bootstrap:19 MappingPromiseArray._asyncInit
lib/webpack/bootstrap:19:1
The text was updated successfully, but these errors were encountered: