Missing onError handler for invocation 'extracting-queries' Types #39294
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
Hello!
After upgrading wordpress, gatsby-source-wordpress and woocommerce, i ended up with this:
And in the wordpress side I have:
WooCommerce v 9.8.2
WP Gatsby v 2.3.3
WPGraphQL v 2.3.0
WPGraphQL WooCommerce (WooGraphQL) v 0.19.0
In the wordpress side everything is fine, i can go to GraphQL IDE and do my queries to retrieve my products and all their attributes. All the attributes have pageInfo on their structure.
The error occurs when I try to run the project, like gatsby develop, but some of these error and warnings appears:
And it gets stuck in the loop.
Reproduction Link
https://codesandbox.io/p/sandbox/github/gatsbyjs/gatsby-starter-minimal
Steps to Reproduce
Expected Result
Run all queries and mount the structure without any errors.
Actual Result
Retrieve info but cannot mount structure in the gatsby side.
Environment
Config Flags
No, I don't
The text was updated successfully, but these errors were encountered: