Turns out this topic was forked from https://community.nodebb.org/topic/16343/tutorial-install-nodebb-on-digitalocean-ubuntu-20-04/5
wtf xd
-
full default mongodb and when i attempt to auth:
connecting to: mongodb://127.0.0.1:27017
2018-03-31T20:26:13.652+0300 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2018-03-31T20:26:13.652+0300 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
[email protected]/mongo/shell/mongo.js:251:13
@(connect):1:6
exception: connect failed -
Is mongo running?
sudo systemctl status mongod
-
127.0.0.1 in mongod.conf did not let run mongod ;d
i replace it to localhost and restart mongod