Hey there! This is actually not a forum for Node.js, but for NodeBB specifically, sorry!
Urgent help How to turn off maintenance through the server
-
I turned on maintenance mode all of a sudden it took me out of the forum, I tried to log in as a manager, and he does not give, pictures:
Main Home:
After clicking Login:
After entering the details and logging in:
Attempt to access management:
I'm sure it's related to maintenance mode, I can not turn off, because I'm not as a manager, so maybe it's possible to turn off through the server? -
If you can't get into the admin page you can run this from the cli to turn off maintenance mode.
db.objects.update({_key: "config"}, {$set: {"maintenanceMode": 0}});
Then restarte nodebb and it should be disabled.