Closed amandakievet closed 4 years ago
Issue was I grabbed the wrong base id — i thought it was in the URL of my base, but when I checked the API documentation (handy feature) for that table, it showed a different one. Thanks anyway!
Got the same problem, but for me it was the tableName
. Thought the name of the base is the name of the table. Adding an image, maybe it will help someone in the future!
👋 I wanted to test out AirTable as a data source so I set up a completely new Gatsby repo
gatsby new my-repo-name
Then I added this plugin
npm install --save gatsby-source-airtable
Then I plugged in my Airtable API Key, the base ID and a table name and when I ran
gatsby develop
, I got the error:I do have records set up in my AirTable, though I am on a Pro Plan Trial. I'm not sure if that would matter?
Here's my package.json:
And here's my
gatsby.config
:(
xxxxx...
are my actual keys in my file)Thanks