themes does not load and buttons does not work
-
hello,
i tried many things but not solved. i installed nodebb with mongo. when i browse thems it says that ; Checking for installed themes... but they are not load. and second problem is buttons dos not work, example create new topic, reply etc.
./nodebb dev
2017-12-31T13:52:44.053Z [3513] - error: NodeBB address in use, exiting... 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)
2017-12-31T13:52:44.054Z [3513] - 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)
2017-12-31T13:52:44.054Z [3513] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
2017-12-31T13:52:44.056Z [3513] - info: [app] Database connection closed.
2017-12-31T13:52:44.056Z [3513] - info: [app] Web server closed to connections.
2017-12-31T13:52:44.056Z [3513] - info: [app] Shutdown complete.
3 restarts in 10 seconds, most likely an error on startup. Halting.Thank you in advance.
-
NodeBB address in use, exiting... Error: listen EADDRINUSE 0.0.0.0:4567
This usually means that NodeBB is already running. Use
./nodebb stop
and if you still have the issue look up "kill process on port" with a search engine.