You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently cloned the repo and did a fresh docker-compose up. After visiting localhost it works as expected.
Moving forward I tried to run some tests, but found out that /documents test was failing. After looking at some logs, found out that it's unable to connect to database. I'm not sure why it's happening but I suspect it maybe because of mocha timeout not able to wait for the db connection.
Please advise, Thank you :)
The text was updated successfully, but these errors were encountered:
I recently cloned the repo and did a fresh
docker-compose up
. After visitinglocalhost
it works as expected.Moving forward I tried to run some tests, but found out that
/documents
test was failing. After looking at some logs, found out that it's unable to connect to database. I'm not sure why it's happening but I suspect it maybe because of mocha timeout not able to wait for the db connection.Please advise, Thank you :)
The text was updated successfully, but these errors were encountered: