Describe the issue/error/question
hi, i am trying to sync notion database as clickup tasks using the following workflow which is supposed to create a task from a notion database and also write the “clickup id”. But in the first step it doesn’t create the task
What is the error message (if any)?
ERROR: UNKNOWN ERROR - check the detailed error for more information
Error Cannot PUT /api/v2/task/
Details
Time
11/1/2023, 12:10:29 PM
Stack
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.clickupApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ClickUp/GenericFunctions.js:30:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ClickUp/ClickUp.node.js:831:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:659:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:585:53
Please share the workflow
Share the output returned by the last node
ERROR: UNKNOWN ERROR - check the detailed error for more information
Error Cannot PUT /api/v2/task/
Details
Time
11/1/2023, 12:10:29 PM
Stack
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.clickupApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ClickUp/GenericFunctions.js:30:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ClickUp/ClickUp.node.js:831:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:659:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:585:53
Information on your n8n setup
- n8n version:0.210.2
- Database you’re using (default: SQLite):SQLite
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]:Docker
Thanksss