Hello there I've setup a Gatsby Project and connected it to WordPress using the WebHook URL provided by Gatsby Cloud.
If I make a new post on WordPress a build is triggered but it fails with the following error:
18:32:46 PM:
success gatsby-source-wordpress ingest WPGraphQL schema - 1.152s
18:32:46 PM:
success createSchemaCustomization - 1.288s
18:32:47 PM:
ERROR Method get TypedArray.prototype.length called on incompatible receiver [object Object]
But if I trigger a manual build it goes successfully through or if I make a commit an the branch everything is OK. I don't know where the problem is located since it's working with manual build or by commit.