My site was there --- and then was gone
-
It's down again. It was doing well. It made it through a restart and set itself back up.
I installed the Forever Service --
but now its down again. Forever service isnt starting it, ./nodebb start isn't starting it.
I was just about to work on getting the site onto a domain - and then it was gone
http://107.170.196.59:4567
What is causing it to drop off like that, and what can I do to stop it? -
i haven't used it much because I can't right click/paste into it.
So, I did that, went into the correct directory and did as you said and it still says servers unavailable
edit it wont recognize the commands if I log in as other than root - not sure if that is the norm. -
Yes, that would be great. ugh... have to do it again? lol this hurts my brain
I also want to install it into a domain this time. Is that able to be done while installing it? Or is there something else I have to do. I might as well just destroy the other droplet and create new.
(Digital Ocean said I should be using a larger package for the NodeBB - but I had read that the 512 would be enough, especially with not having a user base) -
The issue you're seeing is because of the emailer-mandrill plugin. It appears to be for a different version to what you're running. You can run
./nodebb reset nodebb-plugin-emailer-mandrill
Then start the forum. Also in your config.json you have supplied a password, but not put the same password into redis.conf in /etc/redis/. It doesn't matter, but if you want to secure your forum, put a password on Redis.
-
@a_5mith do you have a suggestion for keeping the site online? Should I reinstall Forever Service? (which seems different than the Forever Daemon suggested here https://docs.nodebb.org/en/latest/running/ ) - right now ill deal with the mandrill - it was an optional plug in in the ACP so I thought it would be good to install it
still won't come up
wasn't sure whether to use ./nodebb start or node app - tried both.
./nodebb start seems to indicate the process went fine but still down.
node app gave me this:
I think I'll just delete the droplet again.
ill create a new user -sudo and install it in that directory. -
@birch said:
I think I'll just delete the droplet again.
ill create a new user -sudo and install it in that directory.Completely unnecessary. Just fix the errors you are seeing and it will work just fine. There should be no reason your forum is going offline, mine has been up and running since March with no downtime (except for me stopping it to run an update etc).
Cannot read propety buildHeader of undefined is an error with you running a plugin not designed for your version of nodebb. What version of NodeBB are you running? If 0.6.x, you need the latest version of whatever plugin is giving you that error. If you're running 0.5.x, then either update to 0.6.x, or run the version of the plugin before the 0.6.x changes were added.