Thank @r0bby, Will try with that in few hours once I am back from uni.
Take your timeâŠmy only requirement is it be done in the next couple weeksâŠitâs a blocker for me to even contemplate releasing it.
Hi @r0bby, Actually the error come with all the 500s. It comes for mongoDB connection error also. Will do some more testing.
okay the mongo error - check for and delete /docker/mongo/mongod.lock
if it exists. May need to be root â thatâs the cause for that â for some reason the container doesnât clean up after itselfâŠneed to fix that.
Hi @r0bby, I tried followings. Deleted the docker/mongo/mongodb.lock. Added the ${USER} to docker group. Gave sudo privilege to current user.
After all these, still docker-compose docker-compose up -d mongodb doesnât run without sudo. When ran without sudo it gives,
`ERROR: Couldn't connect to Docker daemon at http://127.0.0.1:27018 - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.`
So I have added export DOCKER_HOST=127.0.0.1:27018
to bashrc. Still it is same.
When I run it with sudo it prints the following line.
openmrscontribid_mongodb_1 is up-to-date
When building ânode build/store.jsâ, after running above with sudo, it fails always saying it is unable to connect to mongo db. This is the first time I have encountered this problem with IDDashboard. Can you please give some help on this?
That should work â try doing: docker-compose up --force-recreate mongodb
If that does not work, letâs schedule a skype chat and Iâll do screenshare and help you.
Hi @r0bby,
Shall we schedule a skype chat then.
Please continue GSoC discussion at: #projects:id-dashboard