Why does the localhost sign in doesnt work?

When i start running n8n through cmd i created an account but when i tried logging in to another gmail account it doesnt get logged in why that happens?

Please provide more context.
What is the type of n8n setup? npm? docker?
Follow the question template

Hey thank you very much for helping I’ll try each possibility and will let you know. I installed through

npm install n8n -g

Hey I installed using:

npm install n8n -g

and ran it using “n8n” and then localhost opens up but signing on different google account is throwing error but I think I found the solution in this thread itself, thanks to @Tanzeela_Tauseef

good luck keep going @imrozkhan205

Hey, I logged out from the main account and tried logging in incognito and it worked but when I tried logging on different account it didn’t so I reset it using the command you mentioned:

n8n user-management:reset

I didn’t have any progress in that old account so it didn’t matter creating a new account. Also do you have any idea of building an automation from Facebook leads to the CRM software (our custom built).

The first account you created is the “Owner.” Only the owner can add new users.

To add other accounts, you need to:

-Log in with your first (Owner) account

-Go to the Users tab.

-Click Invite and enter the second Gmail address.

This will only work if you have setup smtp email for n8n

See if these help

Hey thank you very much!! this would be very useful because my teammate would be sharing the workflows with me in future

I had this doubt that workflows are built on localhost right? or via https://myname.app.n8n.cloud ?according to my research localhost:5678 is free to build.

Facebook Leads workflow in n8n can work from your localhost, but only if you expose your local n8n instance to the public internet. If this is not what you want, write clearly to clarify

My earlier post is just suggestions. You will still have to adapt to your own needs

Yes we are exposing our local n8n instance to public internet using ngrok