Connecting Gatsby to a Strapi CMS Heroku Backend

Failed to compile
GraphQL Error Encountered 2 error(s):
- Unknown field 'allStrapiCategory' on type 'Query'. Source: document `usersHassanabuduDocumentsPersonalCodeProjects100DaysGatsbyBlueBinderSrcComponentsListCategoriesSTsx1901940577` file: `GraphQL request`
  
  GraphQL request (3:13)
  2:           query {
  3:             allStrapiCategory {
                 ^
  4:               edges {
  
- Unknown field 'allStrapiCategory' on type 'Query'. 

      file: /Users/hassanabudu/Documents/_personal/code/_projects/100_days_gatsby/blue-binder/src/components/Nav-S.tsx

But you know what, I fixed it! It’s simply that my local machine had content and the setup on Heroku did not.

2 Likes