Hi,
I see that postgresql prints following error message.
ERROR: bind message has 27771 parameter formats but 0 parameters
STATEMENT: SELECT “ExecutionEntity”.“id” AS “ExecutionEntity_id”, “ExecutionEntity”.“mode” AS “ExecutionEntity_mode”, “ExecutionEntity”.“retryOf” AS “ExecutionEntity_retryOf”, “ExecutionEntity”.“status” AS “ExecutionEntity_status”, “ExecutionEntity”.“startedAt” AS “ExecutionEntity_startedAt”, “ExecutionEntity”.“stoppedAt” AS “ExecutionEntity_stoppedAt”, “ExecutionEntity”.“workflowId” AS “ExecutionEntity_workflowId” FROM “public”.“execution_entity” “ExecutionEntity” WHERE ( (“ExecutionEntity”.“id” IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35 … … $90000
On n8n web executions section “Problem loading data” pop-up appears under right page. I cant see executions in this section also.
How can I tell n8n to query 100 parameters in stead of more then 90000 ? And how can I see executions.
Describe the problem/error/question
What is the error message (if any)?
ERROR: bind message has 27771 parameter formats but 0 parameters
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.12.2
- **Database (default: SQLite):postgresql-15.4
- **n8n EXECUTIONS_PROCESS setting (default: own, main):main
- **Running n8n via (Docker, npm, n8n cloud, desktop app):openshift 4.9
- **Operating system:linux