N8n cloud version - mismatch dashboard page vs "about n8n" page in UI

Describe the problem/error/question

about n8n page via UI shows: version 1.111.0-exp.0
dashboard shows version 1.123.18
Why are there 2 different versions reported and should these match? Which version am I running? I discovered this when I tried to use project scoped variables and could not.

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi @jbhmt ,

This is a classic “stuck update” situation.

The short answer:

You are actually running version 1.111.0-exp.0.

Always trust the “About n8n” page inside the editor—that is the code actually executing in your browser and on the server right now.

How to fix it:

  1. Go to your n8n Cloud Dashboard.
  2. Look for a “Restart” or “Stop/Start” button for your instance.
  3. Force a restart. This will kill the old container and force it to boot up the new 1.123.18 image.
  4. Once it’s back, check the “About” page again—it should now match.

If a restart doesn’t fix it, the update might be failing due to a database migration issue, and you’ll need to contact support.

If my answer helped solve your question, would you mind marking it as the solution?

It’ll help others find it more easily—and I’d really appreciate it!

1 Like

On Cloud, the version shown in about n8n as the one actually running if it’s below 1.118.0 you won’t have project‑scoped variables yet. Just ask the instance Admin to upgrade to the latest version if you are facing any errors with this one.

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