brandonmp / gatsby-source-google-sheets

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
90 stars 32 forks source link

value must be an array of bytes on uuid #37

Open bipinct opened 4 years ago

bipinct commented 4 years ago

ERROR #11321 PLUGIN

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

value must be an array of bytes

43 | rows.forEach(function (r) { 44 | createNode(Object.assign(r, {

45 | id: uuidv5(r.id, uuidv5("gsheet", seedConstant)), | ^ 46 | parent: "SOURCE", 47 | children: [], 48 | internal: {

File: node_modules/gatsby-source-google-sheets/gatsby-node.js:45:21

TypeError: value must be an array of bytes