DEV Community

Discussion on: Building a galery with Gatsby, Google Sheets and Netlify

Collapse
 
umbralimi profile image
Fraser Gorrie • Edited

** UPDATE ** - Fixed

Turns out that the value of cell A1 in my case was 'id". When I change that to something else like "sup",
It worked!

I get this exact error as well.

In my case, I can confirm that the proper worksheet was opened and at the time of the error, the function is looking at the data in Cell A1 and it reading it correctly
console.log({r}).
The problem occurs while trying to make the call to createNode using the contents of r

Perhaps, Miguel you will have some time to rerun your code and confirm it still works for you?