{"record":{"id":"1f98fea90e9af334","repo":"gatsbyjs/gatsby","slug":"your-remote-version-of-wpgraphql-is-not-within-the","errorCode":null,"errorMessage":"Your remote version of WPGraphQL is not within the accepted range\n(${supportedWpPluginVersions.WPGraphQL.version}).\n\nThis is not a bug and it means one of two things:\n you either need to upgrade WPGraphQL or gatsby-source-wordpress.","messagePattern":"Your remote version of WPGraphQL is not within the accepted range\n\\((.+?)\\)\\.\n\nThis is not a bug and it means one of two things:\n you either need to upgrade WPGraphQL or gatsby-source-wordpress\\.","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby-source-wordpress/src/steps/check-plugin-requirements.ts","lineNumber":189,"sourceCode":"1. If the version of WPGatsby in your WordPress instance is higher than ${\n      maxVersion || minVersion\n    }\nit means you need to upgrade your version of gatsby-source-wordpress.\n\n2. If the version of WPGatsby in your WordPress instance is lower than ${minVersion}\nit means you need to upgrade your version of WPGatsby.\n\nDownload a matching version at https://github.com/gatsbyjs/wp-gatsby/releases\nor update via ${protocol}//${hostname}/wp-admin/plugins.php`\n  }\n\n  if (!wpGatsbyIsSatisfied || !wpgqlIsSatisfied) {\n    message += `\n${reasons}`\n  }\n\n  if (message) {\n    helpers.reporter.panic(formatLogMessage(message))\n  }\n}\n\n// This blank request is used to find debug messages\n// when a graphql request is made with no query\n// for example if 2 root fields are registered with the fieldname \"products\"\n// this will throw a helpful error message explaining that one should be removed\nconst blankGetRequest = async ({\n  url,\n  helpers,\n}: {\n  url: string\n  helpers: NodePluginArgs\n}): Promise<void> =>\n  fetch(url)\n    .then(response => response.json())\n    .then(json => {\n      if (json?.errors?.length) {","sourceCodeStart":171,"sourceCodeEnd":207,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/8b06340921ffdf23125a365b9c9923690cb62ce6/packages/gatsby-source-wordpress/src/steps/check-plugin-requirements.ts#L171-L207","documentation":"Error \"Your remote version of WPGraphQL is not within the accepted range\n(${supportedWpPluginVersions.WPGraphQL.version}).\n\nThis is not a bug and it means one of two things:\n you either need to upgrade WPGraphQL or gatsby-source-wordpress.\" thrown in gatsbyjs/gatsby.","triggerScenarios":"Thrown at packages/gatsby-source-wordpress/src/steps/check-plugin-requirements.ts:189 when the library encounters an invalid state.","commonSituations":"Occurs when the remote WPGraphQL version falls outside the range supported by gatsby-source-wordpress. Upgrade WPGraphQL on the WordPress site, or downgrade/upgrade gatsby-source-wordpress to a compatible version.","solutions":["Upgrade WPGraphQL on the WordPress site to a version inside the supported range.","Alternatively upgrade gatsby-source-wordpress so its supported range covers your installed WPGraphQL version."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"8b06340921ffdf23125a365b9c9923690cb62ce6","analyzedAt":"2026-08-13T02:36:21.405Z","schemaVersion":2},"datasetVersion":"2026-08-13T04:17:16.726Z"}