NodeBB Stopped Running - ./nodebb status always says not running
-
My NodeBB forum has stopped running, although it was up and running previously.
When I try to run NodeBB via '''./nodebb start''', NodeBB does not actually run.
When going to the URL, I don't see NodeBB and just the default Nginx landing page.
Here is my config.json file for NodeBB:
Please help, and if more information is needed, let me know.
I am using:
- AWS EC2 Ubuntu 16.04
- Nginx
- MongoDB
Thank you.
-
Try running
./nodebb dev
, it will show whatever errors occur in real time. -
I have never seen that before. Try
sudo systemctl restart mongod
Copyright © 2024 NodeBB | Contributors