Gatsby + Netlify CMS - error Your site's “gatsby-node.js” must set the page path when creating a page #28503
Unanswered
jd-fillmore
asked this question in
Help
Replies: 2 comments
-
Had the same issue and I did not have frontmatter in one of my markdown files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue. For me it work if I change name of slug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's saying that path is null and the context > slug is null. However they are defined in my gatsby-node.js file.
It was working locally, now it's not. Trying to figure out why this is happening. Searched Google and S/O, can't seem to find an answer.
Here's the error below when deploying to Netlify or try to run 'gatsby develop':
My front matter markdown in my blog post files are:
My gatsby-node.js:
My blogTemplate.js file:
Beta Was this translation helpful? Give feedback.
All reactions