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
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?
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.