-
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
GraphQL query error since gatsby-transformer-remark 2.7.4 release #23426
Comments
I can definitely reproduce, but it seems unreasonably difficult to debug what exactly is happening - for some reason attaching debugger makes the problem not reproducible anymore |
Adding at least stack trace of where the error happens:
More to follow |
Ah, seems like this was already discovered ( #21188 (comment) ) and fixed ( #23427 ) in master, but not yet published to npm. I will publish this tomorrow (finishing for today) |
So for today, please pin to previous I applied same fix from #23427 locally and couldn't reproduce the problem anymore. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Description
Build fail when gatsby-transformer-remark is upgraded (from either 2.6.59 or 2.7.3) to 2.7.4
(Issue may be related to 82c05aa)
Steps to reproduce
As the issue seems to rely on async processing and depending on amount of GraphQL nodes to process, I wasn't able to create a minimal reproduction test case. But the project I'm working on is open source, so you may reproduce the error with it:
Build may take several minute to complete
Expected result
Successfull build
Actual result
Build error
Environment
The text was updated successfully, but these errors were encountered: