Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: When creating custom login on onboarding-setup page I get the error "System setup has already been completed - you cannot do this again." #136

Open
sfstw opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
possible bug unconfirmed bug report

Comments

@sfstw
Copy link

sfstw commented Apr 24, 2024

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

Error creating login: [000] System setup has already been completed - you cannot do this again.

Are there known steps to reproduce?

This is my .env file:

JWT_SECRET="some-random-string"
INNGEST_SIGNING_KEY="some-random-string"
DATABASE_CONNECTION_STRING="postgresql://vectoradmin:password@host.docker.internal:5433/vdbms"

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.

@sfstw sfstw added the possible bug unconfirmed bug report label Apr 24, 2024
@timothycarambat timothycarambat self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug unconfirmed bug report
Projects
None yet
Development

No branches or pull requests

2 participants