Closed Karol-Waliszewski closed 2 years ago
Hi @Karol-Waliszewski,
Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it.
If you're up for it, we'd very much appreciate if you could provide a minimal reproduction and we'll be able to take another look.
Thanks for using Gatsby! 💜
Hiya!
This issue has gone quiet. Spooky quiet. 👻
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
Hey again!
It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY
. Please feel free to comment on this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community! 💪💜
Preliminary Checks
Description
After upgrade from gatsby 3 to gatsby 4 plugin stopped working. We updated plugin as well as Wordpress plugins in CMS.
Error we get:
https://reactjs.org/docs/error-decoder.html/?invariant=31&args[]=AggregateError%3A%20GraphQL%20Document%20Validation%20failed%20with%206%20errors%3B%0A%20%20Error%200%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22wpGatsbyCompatibility%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fcheck-plugin-requirements.js%3A5%3A3%0A%0AError%201%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22isWpGatsby%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fcheck-plugin-requirements.js%3A2%3A3%0A%0AError%202%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22generalSettings%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fcheck-plugin-requirements.js%3A2%3A3%0A%0AError%203%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22wpGatsby%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fcheck-plugin-requirements.js%3A5%3A3%0A%0AError%204%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22schemaMd5%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fingest-remote-schema%2Fdiff-schemas.js%3A2%3A3%0A%0AError%205%3A%20GraphQLDocumentError%3A%20Cannot%20query%20field%20%22generalSettings%22%20on%20type%20%22Query%22.%0A%20%20%20%20at%20%2FUsers%2Fkarolwaliszewski%2FDocuments%2FProgramming%2Findigital%2Fvictoriadom%2Fnode_modules%2Fgatsby-source-wordpress%2Fdist%2Fsteps%2Fingest-remote-schema%2Fdiff-schemas.js%3A5%3A3
Reproduction Link
.
Steps to Reproduce
Expected Result
Development starts
Actual Result
Error
Environment
Config Flags
No response