You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pretty high percentage of errors it seems people are getting stuck on are bad queries in gatsby-node.js e.g. in createPages.
Queries in components are validated by Relay Modern (though people seem to often miss the warnings) but errors in node.js code isn't validated and just throws weird errors.
We should validate queries and give more helpful errors.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale?
Issue that may be closed soon due to the original author not responding any more.
label
Jan 20, 2018
A pretty high percentage of errors it seems people are getting stuck on are bad queries in gatsby-node.js e.g. in createPages.
Queries in components are validated by Relay Modern (though people seem to often miss the warnings) but errors in node.js code isn't validated and just throws weird errors.
We should validate queries and give more helpful errors.
The text was updated successfully, but these errors were encountered: