gatsby-source-google-sheets
gatsby-source-google-sheets copied to clipboard
Naming the first column of a sheet "id" breaks the plugin
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
This happens, had a hard time figuring this out.
Still happens. I nearly fell over when I saw this listed as an issue.