Notion Update DB: There was a problem loading the parameter

Describe the problem/error/question

i am getting

Issues:

There was a problem loading the parameter options from server: "[object Object]"

What is the error message (if any)?

Issues:

There was a problem loading the parameter options from server: "[object Object]"

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.9.4
  • Database (default: SQLite): Supabase Postgress
  • n8n EXECUTIONS_PROCESS setting (default: own, main): not changed
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux

hi @Keshav-writes-code

The banner at the top of the node is telling you exactly what’s wrong:

you dont have access to that database in Notion. Go to the database in Notion then to Connections, and add your n8n integration there.
let me know :crossed_fingers:

already did

erro 404 from Notion means database id extracted from the url is invalid or inaccessible
Instead of using “By URL”, try to switch to: Database Page → By ID Then paste only the database ID.

lets see if this works

how to get db id

from your node, it’s

8a624d3106af49bf959d9bc087a45669

still getting the same error

ohh, so i was putting the Database url instead of the Database Page Url in that field, that solved it for me

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.