Hi All, I recently installed Datahub on my windows...
# troubleshoot
f
Hi All, I recently installed Datahub on my windows machine using Docker. Today when I went to http://localhost:9002/ I was not able to login with the default credentials; it kept saying "Failed to login. An error occured" (Docker was already running all this time). I then ran the quickstart commands from cmd i.e. "datahub docker quickstart". In the end the cmd said "Datahub is now running." That is when I was able to login. SO my question is, do I have to run the quickstart command from CLI every time before accessing localhost? Any help would be appreciated, Thanks in advance!
1
m
If you leave your machine running, you might not need to run quickstart again. Though they could be multiple things that could happen while you leave your machine sleep. It is best to run
docker ps
to see everything is up and running
f
okay I will try doing that! Thanks!