gatsby-source-google-sheets icon indicating copy to clipboard operation
gatsby-source-google-sheets copied to clipboard

Naming the first column of a sheet "id" breaks the plugin

Open benjaminmock opened this issue 6 years ago • 2 comments

If the first column of a sheet is called id, the plugin breaks with something like this

"gatsby-source-google-sheets" threw an error while running the sourceNodes lifecycle:

value must be an array of bytes



  TypeError: value must be an array of bytes
  
  - v35.js:29 generateUUID
    [running]/[uuid]/lib/v35.js:29:38
  
  - gatsby-node.js:45 
    [running]/[gatsby-source-google-sheets]/gatsby-node.js:45:2    1
  
  - Array.forEach
  
  - gatsby-node.js:43 _callee$
    [running]/[gatsby-source-google-sheets]/gatsby-node.js:43:1    8
  
  - task_queues.js:82 processTicksAndRejections
    internal/process/task_queues.js:82:5

benjaminmock avatar Oct 07 '19 20:10 benjaminmock

This happens, had a hard time figuring this out.

ahmednrana avatar Mar 23 '20 09:03 ahmednrana

Still happens. I nearly fell over when I saw this listed as an issue.

katansapdevelop avatar May 23 '20 05:05 katansapdevelop