Hi guys, I installed NodeBB on debian 9 with redis database. I installed NodeBB and left all the options as default. I started Nodebb by ./nodebb start command but when I visit my forum at http://127.0.0.1:4567/ , It just connects and disconnects. I used ./nodebb log and got this:
7/11 13:01:30 [15339] - error: Error: listen EADDRINUSE 0.0.0.0:4567
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at Server.setupListenHandle [as _listen2] (net.js:1351:14)
at listenInCluster (net.js:1392:12)
at doListen (net.js:1501:7)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
7/11 13:01:30 [15339] - error: NodeBB address in use, exiting...
3 restarts in 10 seconds, most likely an error on startup. Halting.