Glad to hear. You might want to check your nginx is up to date as well. Nginx will still work with an older version, but it will act funny...
Use this to get up to date:
nginx: Linux packagesWhen nodebb is set to maintenance mode, what is the URL to login? I tried /admin but that shows a blank screen.
@peter the login link is normally show in navbar. You don't see it?
Unfortunately nothing. I only see the message:
This site is in maintenance mode. Try again later.
@peter can you provide the link to your forum? And can you post the log when you run it in dev mode
@Hưng-Thành-Nguyễn Is there a file or a config flag to set the maintenance off? If not, is there an easy way to move from localhost to server so you can look at it?
@peter It sounds like you're not running an up-to-date enough version of NodeBB. I believe 0.5.1 or if not, the latest master
will have the login link & route.
So you can update NodeBB, or if you're in a bind and can't do that, here's the redis command to disable maintenance mode:
redis-cli hdel config maintenanceMode
@julian I believe I have 0.5.1 version since I started over yesterday. Will give your suggestions a try. Thanks!!
That was an easy fix. It's better than reinstalling. Onwards with more testing. Thank you!