You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my workflow that was working normally 3 days ago suddenly had a problem today. After checking the log, found that the problem was in the Trigger. Trigger can't even be recreated.
TypeError: Cannot read property 'rowCount' of undefined
at file:///var/task/user/google_sheets/google_sheets.app.mjs:264:29
at Array.map ()
at Object.getWorksheetLength (file:///var/task/user/google_sheets/google_sheets.app.mjs:262:10)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.getWorksheetLengthsById (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:64:32)
at async Object.processSpreadsheet (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:111:36)
at async Object.deploy (file:///var/task/user/google_sheets/sources/common/http-based/base.mjs:59:7)
at async /var/task/index.js:95:13
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async Runtime.exports.main [as handler] (/var/task/index.js:60:20)
The text was updated successfully, but these errors were encountered:
my workflow that was working normally 3 days ago suddenly had a problem today. After checking the log, found that the problem was in the Trigger. Trigger can't even be recreated.
TypeError: Cannot read property 'rowCount' of undefined
at file:///var/task/user/google_sheets/google_sheets.app.mjs:264:29
at Array.map ()
at Object.getWorksheetLength (file:///var/task/user/google_sheets/google_sheets.app.mjs:262:10)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.getWorksheetLengthsById (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:64:32)
at async Object.processSpreadsheet (file:///var/task/user/google_sheets/sources/common/new-row-added.mjs:111:36)
at async Object.deploy (file:///var/task/user/google_sheets/sources/common/http-based/base.mjs:59:7)
at async /var/task/index.js:95:13
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async Runtime.exports.main [as handler] (/var/task/index.js:60:20)
The text was updated successfully, but these errors were encountered: