Describe the issue/error/question
Every time I run a workflow that contains a Notion Node, it stops at said node with an error 400, and when I try to change some settings to see what the problem might be, I can’t, it looks like the UI is not responding, but only to make changes on the filters, toggle switches or drop down menus (these open and load the corresponding data, but when trying to select a different database for example, it won’t change)
The credentials drop down menu for the notion node works as expected, but nothing else, not even the reset value button or the delete options buttons (the ones with the trashcan logo).
A message that reads:
To access content, make sure it’s shared with your integration in Notion
It’s shown, but I made sure the credentials has the corresponding access to the database in use.
What is the error message (if any)?
The Notion node, exists with this error message:
ERROR: 400 - {“object”:“error”,“status”:400,“code”:“validation_error”,“message”:“The property type in the database does not match the property type of the filter provided: database property number does not match filter text”}
Error: Request failed with status code 400
at createError (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:269:11)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Please share the workflow
Share the output returned by the last node
The last node on the workflow is not activated since the error occurs on the second node (Notion).
Information on your n8n setup
I run n8n on a Docker container following the official guide, under an Ubuntu Server installation (Ubuntu Focal 20.04.3 LTS)
- n8n version:: 0.159.1
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]: (I dont know what this is refering to:/)
runningdocker --debug infoshows:
Client:
Context: default
Debug Mode: true
Plugins:
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Docker Buildx (Docker Inc., v0.7.1-docker)
Server:
Containers: 35
Running: 34
Paused: 0
Stopped: 1
Images: 34
Server Version: 20.10.12
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: active
NodeID: 5o48sx0mzf30c0o6o5pmxtjim
Is Manager: true
ClusterID: p8t5pwsfe6vn5zuq29v73rnri
Managers: 1
Nodes: 1
Default Address Pool: 10.0.0.0/8
SubnetSize: 24
Data Path Port: 4789
Orchestration:
Task History Retention Limit: 5
Raft:
Snapshot Interval: 10000
Number of Old Snapshots to Retain: 0
Heartbeat Tick: 1
Election Tick: 10
Dispatcher:
Heartbeat Period: 5 seconds
CA Configuration:
Expiry Duration: 3 months
Force Rotate: 0
Autolock Managers: false
Root Rotation In Progress: false
Node Address: 192.168.100.200
Manager Addresses:
192.168.100.200:2377
Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
Default Runtime: runc
Init Binary: docker-init
containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d
runc version: v1.0.2-0-g52b36a2
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: default
Kernel Version: 5.4.0-94-generic
Operating System: Ubuntu 20.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 3
Total Memory: 15.27GiB
Name: ubuntuserver
ID: UWII:F2ED:WUQW:XC65:VYRG:44BX:J3QX:L4Z5:DGOL:GRJV:K7GV:C6QG
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No swap limit support
Any insight on what this error means or how to solve it would mean a lot,
Thanks everyone


