-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails in dev environment @ createSchemaCustomization #29535
Comments
I've discovered the issue is WP Graphql 1.1.1....downgrading to 1.0.5 for now fixes it for me |
Hi @RobinSJames can you share your simple reproduction you made as well as the output of running Thanks! |
Had the same problem but with : Downgraded to: and it's working again for me 🎉
some other plugins I have installed in WP that remained untouched: |
Hi @sarahannnicholson , thanks for sharing that! If you're able to share the output of Thanks |
Hey @TylerBarnes, here it is:
|
I can confirm that rolling back to previous versions worked for me too 🔥 |
@TylerBarnes @AdrianLuk Is it not possible to explicitly state the reliance/dependency on WP related plugins in the tutorials because I used this as a de facto starting point. Since this wasn't the first instance of my technical issues - not solely due to this plugin, but a part was played - I've begun looking at alternative CMSs which unfortunately means I will be abandoning WP and this plugin (perhaps temporarily, perhaps not) due to my development experience. I do believe an up-to-date version of the documentation detailing specific requirements on both ends could have thwarted me from taking a step back and giving my options a thorough investigation. |
Hi @TylerBarnes this is still an issue. My
WP Plugins are as follows:
Output of
Please let me know if you require anymore information in order to reproduce. |
Same problem with "gatsby develop" and "build" on a fresh new app, here is my output:
|
Heyo, @TylerBarnes is there anything else you need from the community in terms of reproduction? Curious because this issue is preventing myself (and others) from upgrading to I just tried this morning with the latest packages. But no bueno. Here's some more info: Gatsby info
WordPress PluginsGutenberg: Build Error
|
Can confirm that I'm also getting this error with same plugin versions as @sarahannnicholson |
The same error: my configuration:
The I'm curious about the 2 plugins(WP Gatsby, WP GraphQL) version in |
I figured it out! There is a null value of
|
A workaround for this issue temporarily is using my patched starter:
This starter is a fork version of official Wordpress blog starter which includes a patch script
Enjoy! |
#29554) Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
This should be fixed as of |
Awesome! @TylerBarnes love to see this! |
For the past few days this issue has been preventing me from making changes to our code. I will not use the code from my repo as it is private but I have replicated this via the Gatsby WordPress tutorial and encountered the exact same problem.
Specification of plugins:
Once I've updated gatsby-config.js I run
gatsby develop
and encounter the following issue:As you can see the error provides no feedback on what could be causing this problem.
Please can you help me address this issue?
The text was updated successfully, but these errors were encountered: