Hello,
I deployed the n8n application with postgres database in my own server and everything is OK.
But, most of the time, when I run a workflow, it stays loading to infinity. (sometimes it works fine)
When I tried to stop it, I got this error :
And in the server log I got this message :
Error: The execution id "7" could not be found. at /usr/local/lib/node_modules/n8n/dist/src/Server.js:1031:23 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async /usr/local/lib/node_modules/n8n/dist/src/ResponseHelper.js:71:26
It was a very simple workflow, just to test.
Does any one has an idea, what can be the problem causing this error ? is there any missing configuration that I should do it when deploying the n8n app in my server ?
Thanks, Best regards,