Hi all, I installed nodeBB on CentOS 6.5 following this guide. Unfortunately when I start nodeBB it is not accessible via browser. It seems nodebb tries to start and then stops. I noticed that when I check the log with ./nodebb log I see some errors, particularly an "ENOTFOUND" error.
Anyone have any clues to the cause of the problem?
Thanks!
info: NodeBB attempting to listen on: http://10.90.0.110:4567
info: [meta/css] Done.
Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer [as oncomplete] (dns.js:124:16)
info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
info: [app] Database connection closed.
info: [app] Shutdown complete.
[loader] Experienced three start attempts in 10 seconds, most likely an error on startup. Halting.