Hello,
I’m new to Airtable and I’m trying to build a React Next.js app with Airtable as an api.
here is the relevant code in pages/index.js
export async function getStaticProps() {
var Airtable = require('airtable');
var base = new Airtable({ apiKe...