Closed youmustfight closed 6 years ago
Would you be able to share anything about your data structure? Ideally, I would like to add this situation to the example in this so we can reproduce the error and then test against it.
Sure! Here's the table & view that I'm playing with name: short text url: url status: single select of 'toDo'/'haveDone' type: single select of 'cooking'/'read'/'listen' attachment: attachment createdAt: date doneAt: date
Not having much like reproducing (and my main dev box is barely treading water at this point 😢 ). Do you have the availability to PR an example in the repo? I can copy whatever base you come up with into my personal airtable which travis-ci is hooked up to.
@youmustfight published a new release, would appreciate a test on your add as I wasn't able to reproduce the issue. Hopefully your issue is fixed and thanks for the PR!
I have a GatsbyJS project that is solely using Airtable at the moment, and during build I am able to fetch the data, but it immediately throws this error on the step that follows which I believe is build:
This seems to have occurred both when I had no data being fetched and when I did, so I changed line number 115 in gatsby-node.js
to
and it works fine now. Some versions details:
"node": 8.12.0 "gatsby": "next", "gatsby-source-airtable": "^2.0.0-beta.1",