DEV Community

Discussion on: Build a site with Nextjs and Airtable

Collapse
 
andihaki profile image
andi hakim arif

hi David,

are u didn't facing this issue?
i try to clone your project n run it

Error: An API key is required to connect to Airtable

Collapse
 
kouliavtsev profile image
kouliavtsev

This is related to calling getPosts outside getStaticProps, since you are not able to read process.env.FOO client side.