After signing up, I cant sign in when I come back on the site. I have always the sign-up form with no link to the sign-in form. How can I bypass this sign up form to get the sign in one? What did I miss?
Self hosted n8n on linux.
I am using the lastest docker image (1.16) with sqlite database.
If you are seeing the sign up page I suspect the volume is not being correctly configured for the database. Do you see the issue when you load the page or after you restart the container and load the page?
I would say both. Usually, on a signup page, you have an “already registered? signin.” link which allow you to be redirected to a signin form. Here I just have signup page with no way to access a signin page (even in manually changing the url). How can I do to signin when I have already signed me up?**
You are probably not attaching the volume. So the sqlite database is gone everytime u start the container.
No database = no saved data and so also no accounts.
That is why you are getting the signup every time, there simply is no account to sign in to.