I do a project for my client. Right now it’s built on my Notion page and I address pages by URL. I invited the client as a guest on my page to add content and enjoy automations. But he complained about errors.
So I guess that Notion nodes fail when deal with guest added DB items. When I changed addressing from URL to ID, it works fine.
What is the error message (if any)?
ERROR: Database Page parameter’s value is invalid. This is likely because the URL entered is incorrect
NodeOperationError: ERROR: Database Page parameter’s value is invalid. This is likely because the URL entered is incorrect at extractValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/ExtractValue.js:134:15) at getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1643:54) at Object.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2342:24) at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Notion/v2/NotionV2.node.js:392:83) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:725:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:66 at processTicksAndRejections (node:internal/process/task_queues:95:5) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1085:20
Can you share the full URL you are using? I suspect the issue could be with how we parse the url and we need to tweak it slightly for guest / public pages.
@artildo – Thanks for raising this topic. I found a similar bug today, and left feedback on @Jon’s PR. Hopefully it can be merged, released, and deployed soon!
Hello came across the same issue. See below.
I’m self hosted on version 1.55.3
I’m using the notion “archive” node based. Both Id and Url produced the same errors. I’ve been testing individual url and they point to existing page.
I should also say it was working last week and I believe I upgraded to the latest version over the week-end.
Thanks for your help,
Best
Julien
{
“errorMessage”: “ERROR: Page parameter’s value is invalid. This is likely because the URL entered is incorrect [item 0]”,
“errorDetails”: {},
“n8nDetails”: {
“nodeName”: “Notion1”,
“nodeType”: “n8n-nodes-base.notion”,
“nodeVersion”: 2.2,
“resource”: “page”,
“operation”: “archive”,
“itemIndex”: 0,
“time”: “8/27/2024, 6:55:18 PM”,
“n8nVersion”: “1.55.3 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeOperationError: ERROR: Page parameter’s value is invalid. This is likely because the URL entered is incorrect”,
" at extractValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/ExtractValue.js:134:15)“,
" at getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1654:54)”,
" at Object.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2361:24)“,
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Notion/v2/NotionV2.node.js:486:83)”,
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:42)“,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:66”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1104:20"
]
}
}
@Rowingbobcat I’m experiencing the same thing just today. I wonder if they’ve released any fix for this already. Did you notice any change/fix in the functionality?
Hello
I think the same problem happens with the Notion Update Page module, Operation : “Archive”, when the page is a Database Page
thanks for looking into this