N8n logo changed to "n8n dev"

Hello

I have 2 self-hosted n8n instances :

  • one through npm
  • one through docker (cloudron)

Recently, my npm instance shows the “dev” logo, without me changing anything in my setup (just usual updates).

image

Both instances are up-to-date on the same version, but the npm one shows “n8n-dev”

Does this mean anything ?

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi !

I have the same problem… No solution…

I tried to update to latest but nothing changed…

Any ideas ?

Npm installation
Version 1.69.2, updated to crurent version today.

Sincerely

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)
6 Likes

Hi !

Thank you soooooo much it works like a charm !

Ahahah :slight_smile:

Sincerely,

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.