Open nathanshammah opened 3 years ago
Just following up with @nathanshammah. Have the updated repos/instructions been useful at resolving the issues you're encountering here? Just pinging to see if this issue is still relevant, and if so, how we can help you out in resolving it.
I use Visual Studio Code (with Docker Desktop installed) on a Mac (Mac OS Catilina 10.15.7).
I updated the
metriq-api
git repository up to recent merge of #113.In Visual Studio Code, I open the folder, which prompted a long installation (15 minutes, as it asked to install various extensions, including one for
MongoDB
), running the scripts contained in the Dockerfile:If I go to the
ports
this is what it looks like:If I open the ports in the browser,
http://localhost:27018/
readsIt looks like you are trying to access MongoDB over HTTP on the native driver port.
http://localhost:3000/
is stuck on loadinghttp://localhost:8080/
gives the following errorAs a side comment, previously I was able to start, without the container, the API, DB and APP with:
but now I get an error. I did edit since the
.bashrc
file as advised in the Readme, skipping the lines that involved redacted tokens.