-1

I tried many ways but it didn't work. Please help me :(

repo url : https://github.com/Kentico/gatsby-starter-kontent-lumen

image

Simply007
  • 444
  • 3
  • 14
ufukcam
  • 93
  • 6
  • 1
    The image doesn't spot the error, it's above. In addition, try to explain what have you tried, give details, etc. Check: https://stackoverflow.com/help/how-to-ask – Ferran Buireu Sep 02 '20 at 08:11
  • You could add `--logging` option to your build script to see the more detailed information: https://github.com/Kentico/kontent-gatsby-packages/tree/master/packages/gatsby-source-kontent#logging – Simply007 Jan 26 '21 at 15:23
  • you should paste in the relevant stacktrace right into the question without using an image. @ferranBuireu is right that the actual error is above the lines seen in the image. – Logemann Jan 27 '21 at 10:12

1 Answers1

2

It looks like you don't have the proper environment variables set.

Could you double-check if the KONTENT_PROJECT_ID and KONTENT_LANGUAGE_CODENAMES is set according to the netlify.toml in the repository on your Netlify site project?

https://docs.netlify.com/configure-builds/environment-variables/#declare-variables

Simply007
  • 444
  • 3
  • 14