Hi again,
So it seems that the Nodebb is finally installed however i am unable to access it on http://mydropletip:4567
Here is the config.json file
"url": "http://localhost:4567",
"secret": "91cc276d-611c-415c-9c73-7fb12e44930g",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "dbusername",
"password": "password3",
"database": "dbname",
"uri": ""
}
also when i try to check whether nodebb is running fine or not i got these 2 errors
error: NodeBB address in use, exiting... Error: listen EADDRINUSE 0.0.0.0:4567
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at Server._listen2 (net.js:1262:14)
at listen (net.js:1298:10)
at net.js:1408:9
at _combinedTickCallback (internal/process/next_tick.js:83:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
2018-01-23T13:03:07.884Z [17861] - error: Error: listen EADDRINUSE 0.0.0.0:4567
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at Server._listen2 (net.js:1262:14)
at listen (net.js:1298:10)
at net.js:1408:9
at _combinedTickCallback (internal/process/next_tick.js:83:11)
at process._tickCallback (internal/process/next_tick.js:104:9)