Closed Virakal closed 2 years ago
Hi @Virakal ,
I'm sorry this is happening. We'd need a minimal reproduction to be able to effectively debug this as the error log doesn't provide sufficient info that can assist us in debugging this.
Hi @marvinjude.
Unfortunately we've not been able to figure out enough to reproduce this, and it's stopped happening. I'm afraid I'm not sure what fixed it, either.
Hi @Virakal,
Thanks a lot for reporting back! I'll close this issue since you can't reproduce it anymore. Please feel free to open a new issue with minimal reproduction if you happen to run into this in the future.
Thanks for using Gatsby! 💜
Preliminary Checks
Description
We have a Gatsby setup using a WordPress source that has been working for us until my colleague got a new laptop. On the new laptop he is seeing the following error, which says it is an issue with Gatsby and to report it here:
The query causing the error is:
The query runs fine for me if I run it on the GraphQL IDE but I'm unable to confirm if it does for my colleague because they aren't able to access the IDE without a successful build. We aren't seeing an PHP errors that might indicate an issue with the WordPress source. Not sure if it's relevant but the laptop is an M1 Macbook, whereas I've had it run successfully on Windows, Linux and regular OS X. The page that the error occurs on changes for every build.
Reproduction Link
Unable to reproduce
Steps to Reproduce
Run gatsby develop or gatsby build on an M1 Macbook
Expected Result
Successful build
Actual Result
Build error, shown above.
Environment
Config Flags
No response