-
-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
Labels
possible bugunconfirmed bug reportunconfirmed bug report
Description
How are you running VectorAdmin?
Local development
What happened?
I cloned your repository to my local environment and followed the installation steps. I am currently facing the failed to authenticate wall. I am using the email: root@vectoradmin.com and password: password

Are there known steps to reproduce?
- I am running it from a windows machine.
- My postgres instance is also local via pgAdmin. I think vector admin connected properly because it did populate the new database I created for it with the appropriate tables and such.
- I only changed the DATABASE_CONNECTION_STRING in the .env to suit my use case.
- I expected vector-admin to run on port 3001 but it automatically opens 3000 instead. I guess this is not an issue.
- I checked all reported issues, both open and closed but it seems everyone else is running the docker image. I tried to implement suggestions there but it didn't get me anywhere.
- I tried the docker image but couldn't get passed the long docker run command (docker run -d -p 3001:3001 \ -e SERVER_PORT="3001" ...). Docker told me
docker: invalid reference format.
See 'docker run --help' - my backend and frontend vector admin commands seem to be running correctly


I am new on reporting issues on github and do not master the format yet. Are there any other details I may need to provide to for the community to help me resolve this issue?
I really want to use this tool. It will cut my dev time by a lot. Please help me out.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
possible bugunconfirmed bug reportunconfirmed bug report