-
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
Gatsby crashes every time I update existing .md files #19608
Comments
Hi! 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! 💜 |
Likely related to Also seems to be related: #19748 |
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! 💪💜 |
This is still an issue with the latest version of Gatsby. It's reproducible with I bumped into this while working with My current workaround is to fix Gatsby version to Created a repro at https://github.com/tomivirkki/bug-repro |
Thanks for the repro. I'll take a look when I have a chance! |
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! 💪💜 |
Looks like we have some sort of race condition which causes hot-page-reloader to start rebuilding pages prematurely (internal event This required further investigation. |
Oh but if I upgrade all packages to the latest versions - it stops crashing. So I guess this was already fixed somewhere. Probably here: #20836 |
Great, it seems to work now. |
Description
I have a blog with gatsby and every time i update an existing blog posts .md file, the gatsby develop command crashes with the following error:
Field "featuredImage" must not have a selection since type "String" has no subfields.
Steps to reproduce
install gatsby default starter
gatsby-node.js content:
gatsby-config.js content:
Expected result
It work properly until I edit posts.
Actual result
it fails with :
Field "featuredImage" must not have a selection since type "String" has no subfields.
Environment
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Binaries:
Node: 10.15.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.9.0-next.0 - C:\Program Files\nodejs\npm.CMD
Languages:
Python: 3.6.5 - /c/Users/Hugens/AppData/Local/Programs/Python/Python36-32/python
Browsers:
Edge: 44.18362.449.0
npmPackages:
gatsby: ^2.17.6 => 2.17.15
gatsby-background-image: ^0.8.18 => 0.8.19
gatsby-image: ^2.2.30 => 2.2.33
gatsby-plugin-manifest: ^2.2.25 => 2.2.28
gatsby-plugin-netlify-cms: ^4.1.26 => 4.1.28
gatsby-plugin-offline: ^3.0.17 => 3.0.21
gatsby-plugin-react-helmet: ^3.1.13 => 3.1.15
gatsby-plugin-sharp: ^2.2.34 => 2.3.0
gatsby-remark-copy-linked-files: ^2.1.28 => 2.1.30
gatsby-remark-images: ^3.1.29 => 3.1.31
gatsby-remark-relative-images: ^0.2.3 => 0.2.3
gatsby-source-filesystem: ^2.1.35 => 2.1.37
gatsby-transformer-remark: ^2.6.32 => 2.6.35
gatsby-transformer-sharp: ^2.3.1 => 2.3.5
The text was updated successfully, but these errors were encountered: