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
On windows, I edited the test-db-setup.js file and also the dev.js and testing.js files contained in the config folder.
I changed all the instances of mongodb://localhost:27017 to mongodb://0.0.0.0:27017
I got this from a stackoverflow answer, specifically the second answer.
The text was updated successfully, but these errors were encountered:
On windows, I edited the test-db-setup.js file and also the dev.js and testing.js files contained in the config folder.
I changed all the instances of
mongodb://localhost:27017
tomongodb://0.0.0.0:27017
I got this from a stackoverflow answer, specifically the second answer.
The text was updated successfully, but these errors were encountered: