child-first-authority-fcc-project / vagrantbox

Vagrantfile and provisioning for child first authority project.
1 stars 4 forks source link

MongoDB error #7

Closed pdotsani closed 8 years ago

pdotsani commented 8 years ago

After recently updating my local version of the vagrantbox, I ran grunt serve and came across this error:

MongoDB connection error: MongoError: connect ECONNREFUSED
dting commented 8 years ago

This happens when the vm isn't powered down correctly, usually due to the host system restarting or shutting down while the vm is running.

https://docs.mongodb.org/manual/tutorial/recover-data-following-unexpected-shutdown/