• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

Internal Error - Not authorized

Scheduled Pinned Locked Moved Technical Support
2 Posts 2 Posters 513 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Naifu
    wrote on last edited by
    #1

    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)

    0_1522407908327_ss.PNG

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Naifu on last edited by
    #2

    @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 the admin database:

    $ mongo admin
    
    > db.grantRolesToUser('nodebb', [ { role: "clusterMonitor", db: "admin" } ])
    
    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development