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
Might just want to update the readme that this requires gatsby-source-filesystem be in the gatsby-config.
Without it I was getting.
Error: Could not find owner plugin of node for loadNodeContent with owner `gatsby-source-filesystem`
It's pretty clear the cause, but I am assuming something bad happens if you change the name here ?
// Then create the node, as if it were created by the gatsby-source
// filesystem plugin.
return createNode(fileNode, {
name: `gatsby-source-filesystem`
});
Working fine now.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Stephen,
Might just want to update the readme that this requires gatsby-source-filesystem be in the gatsby-config.
Without it I was getting.
It's pretty clear the cause, but I am assuming something bad happens if you change the name here ?
Working fine now.
Thanks
The text was updated successfully, but these errors were encountered: