Fails in dev environment @ createSchemaCustomization
See original GitHub issueFor 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:
- WP Gatsby 0.9.1
- WP GraphQL 1.1.1
- gatsby-source-wordpress-experimental 6.2.0
- WP 5.6
Once I’ve updated gatsby-config.js I run gatsby develop
and encounter the following issue:
warn Warning: there are unknown plugin options for "gatsby-source-wordpress-experimental": protocol,
restApiRoutePrefix, hostingWPCOM, useACF
success load plugins - 0.871s
success onPreInit - 0.034s
success initialize cache - 0.019s
success copy gatsby files - 0.062s
success onPreBootstrap - 0.017s
success gatsby-source-wordpress ensuring plugin requirements are met - 2.294s
⠀
info gatsby-source-wordpress
This is either your first build or the cache was cleared.
Please wait while your WordPress data is synced to your Gatsby cache.
Maybe now's a good time to get up and stretch? :D
success gatsby-source-wordpress ingest WPGraphQL schema - 2.367s
ERROR
There was an error
not finished createSchemaCustomization - 4.703s
As you can see the error provides no feedback on what could be causing this problem. Please can you help me address this issue?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:16 (11 by maintainers)
Top Results From Across the Web
gatsby transformer sharp createSchemaCustomization ...
Im having an issue when deploying to digitalocean a gatsby app. Im getting the following error: ERROR #11321 PLUGIN [2021-05-04 ...
Read more >Troubleshooting Common Errors - Gatsby
You may encounter an error like Error: ReferenceError: window is not defined that you didn't see in development if you reference browser globals...
Read more >Gatsby Deployment Fails - Netlify Support Forums
... time ~25-30 mins each time and eventually fails with the following output. ... read from environment 8:30:05 PM: Using ruby version 2.7.2...
Read more >Gatsby-source-plugin threw an error while running the ...
"gatsby-source-prismic" threw an error while running the createSchemaCustomization lifecycle: Cannot convert undefined or null to object ...
Read more >Problems running through the public quick-start project exercise
MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby ... in │ 18949 ms │ [develop:backend ] │ Environment │ development ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
gatsby-souce-wordpress@v4
which was just released.I just tried this morning with the latest packages. But no bueno. Here’s some more info:
Gatsby info
WordPress Plugins
Gutenberg:
9.9.1
WP Gatsby:1.0.1
WP GraphQL:1.1.3
WPGraphQL Custom Post Type UI:1.1
WPGraphQL for Advanced Custom Fields:0.3.4
WPGraphQL WPML:0.0.1
WordPress Version:5.6.1
Build Error
Had the same problem but with : gatsby-source-wordpress-experimental:
^7.0.0
, WP GraphQL:v1.1.2
Downgraded to: gatsby-source-wordpress-experimental:
^6.0.0
, WP GraphQL:v1.0.5
(as suggested by @AdrianLuk )and it’s working again for me 🎉
some other plugins I have installed in WP that remained untouched: WP Gatsby:
v0.9.1
WPGraphQL Custom Post Type UI:v1.1
WPGraphQL for Advanced Custom Fields:v0.3.4
WPGraphQL WPML:v0.0.1