Describe the issue/error/question
I can’t connect on notion to get database
What is the error message (if any)?
Error message :
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.notionApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Notion/GenericFunctions.ts:68:9)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Notion/v2/NotionV2.node.ts:485:21)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1271:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:939:29
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
{
“meta”: {
“instanceId”: “371e93466d963ff00a8219688d2c8e2f5d3402d383f1411627e3070bd320428a”
},
“nodes”: [
{
“parameters”: {
“resource”: “databasePage”,
“operation”: “get”,
“pageId”: {
“__rl”: true,
“value”: “fc5f3f919d684e94838e4b6629854014”,
“mode”: “id”,
“__regex”: “^([0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12})”
}
},
“id”: “9d6cf71b-f2eb-4670-b40c-e9d16f1925c9”,
“name”: “Notion (Beta)”,
“type”: “n8n-nodes-base.notion”,
“typeVersion”: 2,
“position”: [
1080,
400
],
“credentials”: {
“notionApi”: {
“id”: “30”,
“name”: “Notion account”
}
}
}
],
“connections”: {}
}
Share the output returned by the last node
Information on your n8n setup
- n8n version: Version 0.212.0
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: