@varun-ganesh-d that means that for at least one the unverified users, they provided an email that doesn't exist.
Internal Error - Not authorized
-
So I have this weird error that shows only in ADVANCED > Database
Everything other works well. I wonder if this may cause problems in the future
Should I be worried about this?
(NodeBB is installed on server, not locally) -
@naifu yeah that means the mongodb permissions for the nodebb user aren't exactly what they should be. It's a non-fatal error but if you want to fix it you need to give the nodebb user the
clusterMonitor
role for theadmin
database:$ mongo admin > db.grantRolesToUser('nodebb', [ { role: "clusterMonitor", db: "admin" } ])