Internal Error - Not authorized
-
@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" } ])
Copyright © 2024 NodeBB | Contributors