V1.66.0 Showing DEV in browser tab and login

I just updated to v1.66.0 (on NPM) and I notice that I’m seeing DEV in certain places now:
image
image

Is there a way to remove this?

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:

happening to me too

Was this not happening before 1.66?
npm releases are aware of what release channel they are on.
n8n’s docker images explicitly sets the release type.

You can set the env variable N8N_RELEASE_TYPE=stable to fix this.
But considering that we don’t recommend running npm version of n8n in production, I’d recommend switching to the docker version instead.

2 Likes

No it wasn’t happening before. Ran the typical npm upgrade command for n8n like I have recently npm update -g n8n which has previously always updated to the latest version not the next version. I’ll add that parameter and revert to the previous version I was on.

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