I run docker-compose up -d --build vector-admin and when its finished I open http://localhost:3001/ and I get redirected to http://localhost:3001/onboarding-setup.
The UI is new and it says "Create your custom login". When I use some random email and "password" as password to create a custom login I get this error message
Error creating login: [000] System setup has already been completed - you cannot do this again.
I tried deleting the container and the images, pulling everything new and spinning them up again. Nothing helped. I'm stuck.
How are you running VectorAdmin?
Docker (local)
What happened?
I have used your fantastic tool before and it used to work. This is why it's even more frustrating.
When I use some random email and "password" as password to create a custom login I get this error message
Are there known steps to reproduce?
This is my
.env
file:I run
docker-compose up -d --build vector-admin
and when its finished I openhttp://localhost:3001/
and I get redirected tohttp://localhost:3001/onboarding-setup
.The UI is new and it says "Create your custom login". When I use some random email and "password" as password to create a custom login I get this error message
I tried deleting the container and the images, pulling everything new and spinning them up again. Nothing helped. I'm stuck.