You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Describe the bug
When on gatsby 4.1 with 6.1 gatsby-source-wordpress the code generator fails the entire build in either develop or build mode.
Objects are not valid as a React child (found: AggregateError: GraphQL Document Validation failed with 6 errors; Error 0: GraphQLDocumentError: Cannot query field "wpGatsbyCompatibility" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/check-plugin-requirements.js:5:3 Error 1: GraphQLDocumentError: Cannot query field "isWpGatsby" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/check-plugin-requirements.js:2:3 Error 2: GraphQLDocumentError: Cannot query field "generalSettings" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/check-plugin-requirements.js:2:3 Error 3: GraphQLDocumentError: Cannot query field "wpGatsby" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/check-plugin-requirements.js:5:3 Error 4: GraphQLDocumentError: Cannot query field "schemaMd5" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/ingest-remote-schema/diff-schemas.js:2:3 Error 5: GraphQLDocumentError: Cannot query field "generalSettings" on type "Query". at /Users/jreynolds/p/ripplecom-gatsby/node_modules/gatsby-source-wordpress/dist/steps/ingest-remote-schema/diff-schemas.js:5:3). If you meant to render a collection of children, use an array instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
When on gatsby 4.1 with 6.1 gatsby-source-wordpress the code generator fails the entire build in either develop or build mode.
The text was updated successfully, but these errors were encountered: