DEV Community

Discussion on: Multilingual website with Gatsby and Contentful - Part 1

Collapse
 
kishokanth profile image
Kishokanth

It says Cannot query field "path" on type "ContentfulPost" after I created a contentful model just like yours :/

Collapse
 
louisbertin profile image
Louis Bertin • Edited

Do you have this message when you want to display your Contentful data in Gatsby ?
I think you can try :

  • sometimes you have to rerun the project : kill the current Gatsby process and rerun gatsby develop
  • did you tried to fetch your data in the GraphQL Playground provided by Gatsby ?