Google sheets node seems to be broken on version 1.106.3 (self-hosted)

Describe the problem/error/question

all other nodes execute without a problem, but google sheets node is the only one that returns this error:

Problem executing workflow
There was a problem executing the workflow.
Error: Cannot read properties of undefined (reading ‘execute’)

What is the error message (if any)?

Workflow execution had an error
Error: Cannot read properties of undefined (reading ‘execute’)

Please share your workflow

Share the output returned by the last node

no output because workflow doesnt execute

Information on your n8n setup

  • n8n version: 1.106.3
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): scaling (single-main)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker / railway
  • Operating system: userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/129.0.0.0 safari/537.36 edg/129.0.0.0

Google Sheets node works just fine here on my self-hosted 1.106.3. Is your node able to pull your document and sheet in the configuration? What about other documents, can you get any other sheets?

Its able to search for documents and sheets no problem

but when choosing any of them, and saving, the whole workflow doesnt execute

Ive changed the source sheet multiple times, verified the lastest version. cleared executions, redeployed, not sure what else to attempt.

the node doesnt have any filtering or anything and its not a custom node. it was working fine before the update im super confused lol

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.