Hello,
I have also the same problem, and unfortunately I don’t have the necessary knowledge to understand why it’s happening.
However, while navigating in n8n’s source code, I noticed a particular environment variable called N8N_RELEASE_TYPE in the Dockerfiles, which it can pick “dev” or “stable” as possible options.
Setting N8N_RELEASE_TYPE=stable fixes the issue for me.
I hope that it also works for you, regards.
Antoni Aloy Torrens
Version information:
- n8n version: 1.70.4
- Running n8n via: npm
- Database: SQLite (N/A in this case)
- n8n EXECUTIONS_PROCESS setting: default (N/A in this case)
- Operating system: Debian 11 (N/A in this case)

