Gregory
Gregory

Reputation: 149

Deploy Gatsby + Contentful website to Netlify

I've built simple blog website using Gatsby and Contentful CMS. Now I am gonna deploy it to Netlify but met a build error.

enter image description here

enter image description here

Upvotes: 3

Views: 73

Answers (1)

Jason Jin
Jason Jin

Reputation: 1849

I encountered such an error before. It is because I didn't add environment variables into Netlify settings. You may have env values in your project such as contentful spaceId, access token, etc. Please check it again if you added it or not.

Go to Netlify settings -> Build & deploy -> Environment section

environment variables

Upvotes: 2

Related Questions