Closed ysl208 closed 3 years ago
This means that mongoDB was not running. Make sure to follow the development setup instructions to install mongodb. To start the service run
sudo service mongodb start
To check if mongodb is running: lsof -i:27017
If mongodb error shows up (when msg types have changed), might need to clear the database:
$ mongo
show dbs
use rapid_pbd
show collections
db.programs.remove({}) or db.programs.drop()
quit() or exit
When running editor.launch I got the following error: