How do I troubleshoot Gatsby Cloud build? #31602
-
I have an error on Gatsby Cloud build when gatsby-source-wordpress v5 plugin is running that I don't get when building locally. On a local build I see that the page queries run and then later the media item queries run, however on Gatsby Cloud the build dies on the page query with the error:
I've done this with a fresh npm install to be sure I'm on the same package versions as the cloud. Why would the build behave differently on Gatsby Cloud vs locally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The error above was a bit of a red herring. Looks like my issue was the Wordpress Jetpack plugin blocking sign-ins and dropping the graphql connection from Gatsby Cloud |
Beta Was this translation helpful? Give feedback.
The error above was a bit of a red herring. Looks like my issue was the Wordpress Jetpack plugin blocking sign-ins and dropping the graphql connection from Gatsby Cloud