Problem logging in column User.role does not exist

The solution for me in a Railway App was this (thanks to the guys here and a little assitance of ChatGPT):

Go to your deployment instance (in my case it was named “Primary”).
Click on Variables;
Then Add new Variable: N8N_RUN_MIGRATIONS
Set the value to “true“
Deploy

Then you can remove that variable!

Thats what helped for me.

3 Likes