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
/usr/local/lib/node_modules/n8n/dist/src/ResponseHelper.js:128
id: fullExecutionData.id.toString(),
^
TypeError: Cannot read properties of undefined (reading 'id')
at Object.unflattenExecutionData (/usr/local/lib/node_modules/n8n/dist/src/ResponseHelper.js:128:31)
at /usr/local/lib/node_modules/n8n/dist/src/WorkflowRunner.js:245:57
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
To Reproduce
My system has
1 n8n
1 webhook
2 workers
1 redis
1 postgres
Expected behavior
Ignore this error
The text was updated successfully, but these errors were encountered:
Sorry but that information alone does not allow us to help you. You have to fill out the full issue template (right now you for example simply deleted the whole environment part). Additionally, do we also need a proper description on how to reproduce this. Right now all you did list is a rough overview on how your system looks like. That is comparable with a person coming to the hospital saying that he/she is human and they have stomach ache. It is for sure an important piece of the puzzle but this alone will not be enough to understand what is wrong with the patient. We for example do not even know which n8n version you are using, how your workflow looks like, if it happens always, only in production or manual testing, ...
As we did not receive any more information, do I now close this issue. You are obviously free to comment again any time with more data which will enable us to help you. We can then open this issue again if necessary.
We also merged recently #3032 which could help with this problem.
Describe the bug
To Reproduce
My system has
1 n8n
1 webhook
2 workers
1 redis
1 postgres
Expected behavior
Ignore this error
The text was updated successfully, but these errors were encountered: