Describe the problem/error/question
I have a set of 4 workflows that I regularly duplicate for each new customer we have.
Today I have duplicated them again, but one workflow (below) errors with a 503 whenever it does anything with Google Sheets. Even the first node - which just clears a sheet - throws a 503 error.
I did get it to clear a sheet once, but it has errored since.
What could be going wrong?
My other workflows using the same shared Google credentials are working fine. They have Google Sheets nodes too.
I’m using n8n cloud. Upgrading the instance to the latest version didn’t help.
What is the error message (if any)?
ERROR: Service unavailable - try again later or consider setting this node to retry automatically (in the node settings)
503 - {“error”:{“code”:503,“message”:“The service is currently unavailable.”,“status”:“UNAVAILABLE”}} - The service is currently unavailable.
NodeApiError: Service unavailable - try again later or consider setting this node to retry automatically (in the node settings)
at Object.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Sheet/v2/transport/index.js:49:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at GoogleSheet.getData (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js:40:26)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Sheet/v2/actions/sheet/clear.operation.js:178:30)
at Object.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Sheet/v2/actions/router.js:67:23)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Sheet/v2/GoogleSheetsV2.node.js:21:16)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:706:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:656:53
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1058:20
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.27.2
- Database (default: SQLite): n/a - n8n cloud
- n8n EXECUTIONS_PROCESS setting (default: own, main): n/a? - n8n cloud
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: n/a - n8n cloud