gatsby-source-wordpress build fails when updating WP GraphQL to v2.0 #39231
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
Getting this error when trying to build with gatsby-source-wordpress:
ERROR UNKNOWN\n\n gatsby-source-wordpress Your remote version of WPGraphQL is not within the accepted range (>=1.1.2 <2.0.0). This is not a bug and it means one of two things: you either need to upgrade WPGraphQL or gatsby-source-wordpress. 1. If the version of WPGraphQL in your WordPress instance is higher than 2.0.0 it means you need to upgrade your version of gatsby-source-wordpress. 2. If the version of WPGraphQL in your WordPress instance is lower than 1.1.2 it means you need to upgrade your version of WPGraphQL. You can find a matching WPGraphQL version at https://github.com/wp-graphql/wp-graphql/releases
Seems pretty straightforward what the issue is, but I'm unsure if there are larger implications considering this is a major version upgrade, and there's not a matching version of gatsby-source-wordpress currently.
Reproduction Link
/
Steps to Reproduce
...
Expected Result
Successful build
Actual Result
Receive an error message indicating I have the wrong version of gatsby-source-wordpress
Environment
Config Flags
FAST_DEV: true
PRESERVE_FILE_DOWNLOAD_CACHE: true
DEV_SSR: false
The text was updated successfully, but these errors were encountered: