You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Workflow executions, after update n8n to version 0.204.0 with Postgres and Docker Compose, and trying to filter for workflow execution failed, this error occurs:
Environment (please complete the following information):
OS: Debian 11
n8n Version: 0.204.0
Node.js Version - Docker
Database system: PostgreSQL 11
Operation mode: own
Additional context
withpostgres-postgres-1 | 2022-11-25 13:13:40.825 UTC [49] ERROR: invalid input syntax for type timestamp: "{"_type":"isNull","_useParameter":false,"_multipleParameters":false}"
withpostgres-postgres-1 | 2022-11-25 13:13:40.825 UTC [49] STATEMENT: SELECT COUNT(1) AS "cnt" FROM "public"."execution_entity" "ExecutionEntity" WHERE ("ExecutionEntity"."workflowId" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) AND "ExecutionEntity"."finished" = $11 AND "ExecutionEntity"."waitTill" = $12 AND NOT(0=1)
The text was updated successfully, but these errors were encountered:
Hi @dannyeuu,
Thank you for reporting this issue and apologies for the delay in getting back to you. Our team is currently working on a fix and we'll update you here once we have released it.
Describe the bug
On Workflow executions, after update n8n to version 0.204.0 with Postgres and Docker Compose, and trying to filter for workflow execution failed, this error occurs:
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: