All my workflows seems to work well, but in worker logs I have strange error message like this
2025-07-10T12:20:57.134Z | debug | Running node "If is OK" started {"node":"If is OK","workflowId":"1","file":"logger-proxy.js","function":"exports.debug"}
2025-07-10T12:20:57.135Z | error | node execution output incorrect data
Error: node execution output incorrect data
at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1220:6)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1582:27
at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2153:11
{"file":"error-reporter.js","function":"defaultReport"}
2025-07-10T12:20:57.136Z | debug | Running node "If is OK" finished successfully {"node":"If is OK","workflowId":"1","file":"logger-proxy.js","function":"exports.debug"}
Like I said it did not impact the execution of my workflow but I don’t really understand where these errors messages come from and how to delete them