Describe the issue/error/question
I had a server changeover. Along the way I also had updates from n8n. Unfortunately, I can not analyze the reason.
But I have the following problem.
I have a workflow with a webhook. This webhook is called by another program. The other program works without errors.
But n8n starts the workflow but then shows that it failed.
When then look why, then the execution is completely empty and has no data.
My log file also looks very strange. The configuration is read in several times as if n8n had crashed but then not really.
I mean “Initializing n8n process” is logged only once.
Just like the start of the existing workflows.
But the import is always logged again afterwards.
If I then also do the manual execution again, something quite funny also comes up:

As soon as the workflow should theoretically start because data is coming in, this error occurs.
Is it perhaps also because it generally does not work?
And also why the config is read several times?
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.212.1
- **Database you’re using (default: SQLite):postgres **
- Running n8n with the execution process [own(default), main]: main
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm