n8n login error
elefanteartificial
PROOP

9 months ago

I was going to login in our n8n account hosted in railway and i couldnt also seem to lost my connection with database postgres . Need help to restore that urgent please.

Attachments

Solved$10 Bounty

7 Replies

elefanteartificial
PROOP

9 months ago

After railway up in my postgres database the problem is that the server did not conect to my n8n at all

Attachments


sarahkb125
EMPLOYEE

9 months ago

Hi there - this looks like an issue with the n8n setup itself. Looking to our community to help here


9 months ago

The “public user does not exist” message means n8n’s compulsory ​public​ account was deleted or never created.

Check the logs for the following:

insert into "user_entity"

("id","email","firstName","lastName","globalRoleId","password","createdAt","updatedAt")

values

('public','public@n8n.io','Public','User',

(select id from "role_entity" where name = 'member' limit 1),

'', now(), now())

on conflict ("id") do nothing;


elefanteartificial
PROOP

8 months ago

Guys, I have fixed the problem, however today after automatically move to metal my postgres base it crashed again with the same error. Railway team please help me and stop upgrading to metal. Crashed my base 2 times

Attachments


sarahkb125

Hi there - this looks like an issue with the n8n setup itself. Looking to our community to help here

elefanteartificial
PROOP

8 months ago

Guys, I have fixed the problem, however today after automatically move to metal my postgres base it crashed again with the same error. Railway team please help me and stop upgrading to metal. Crashed my base 2 times


elefanteartificial

Guys, I have fixed the problem, however today after automatically move to metal my postgres base it crashed again with the same error. Railway team please help me and stop upgrading to metal. Crashed my base 2 times

sim
FREE

8 months ago

How did you fix it the first time? Curious


sim

How did you fix it the first time? Curious

elefanteartificial
PROOP

8 months ago

I have rollback the server from metal edge to my legacy server . Also i have reconfigured through CLI forcing the n8n app to update tables


Status changed to Solved chandrika 8 months ago


Loading...