After upgrading to 1.2.1 it seems the n8n node no longer works. It just returns 400 errors when:
- Get Execution
- Get Many Executions
- Get Workflow
- Get Many Workflows
Other facts:
- The API playground with same API key still works fine
- The node can fetch/pre-populate the list of workflows still
What is the error message (if any)?
ERROR: Request failed with status code 400
Details
Time
10/08/2023, 9:56:23 pm
HTTP Code
400
Stack
NodeApiError: Request failed with status code 400
at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:114:23)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:686:23)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:631:53
Please share your workflow
Information on your n8n setup
- n8n version: 1.2.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu (host)