Users are not shown after adding a new user

Describe the problem/error/question

On Monday I have updated to the latest 2.12.3 version.
Now I wanted to add a new User in the settings. After I have added it, all users are not shown anymore. It shows “0 Users” and the table is empty. The users are not deleted, because we still can login.
Until this update it used to work perfectly.
Is this a known bug?

I also tried already to flush redis, because this, sometimes was a problem in the past after updating

What is the error message (if any)?

No error message. Everything was successful. Only the table then was suddenly empty

Information on your n8n setup

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

I found another hint!
In the Network View of the Developer tools, it shows a 500 error with “invalid url”.
And the copied invite URL looks like this: https:///signup?inviterId=xxxx
So the host is missing in the invite url. I am not sure if I have a configuration problem of my instance, or if this is a general issue.
After adding the host manually to the invite url and after the user has run through the signup, all users are back again.
So can someone confirm the issue with the host in the invite url , or tell me maybe, where I have to add the host in the configuration that it will be added to the signin url?

Hi @marfie i guess the issue is related to the base url in your n8n config, you need to set a N8N_EDITOR_BASE_URL

1 Like

Thank you so much for your answer. In the end it was the N8N_HOST env variable. For some reason, this was gone. Maybe I have deleted it by accident, when I added the new N8N version to the docker compose file. I readded the Variable, and now everything is working again.
Thank you all for your support.

1 Like

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