Problem logging in Column User.role does not exit
n8nsecretarialife
HOBBYOP

4 months ago

Hi everyone, I'm unable to access my n8n app through railway (hobby Plan) and I get the error "Problem logging in column User.role does not exit" Could someone help me?

$10 Bounty

2 Replies

Railway
BOT

4 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


Try adding this environment variable to your n8n service in Railway:

DB_MIGRATIONS_RUN_ON_STARTUP=true

Then restart your n8n service. This should automatically fix the missing role column issue.

If that doesn't work, you'll need to manually add the column to your database but try this first as it's the easiest fix!


Loading...