bug: The problem of authorization in MongoDB #78

Closed
opened 2026-02-16 12:51:21 -05:00 by yindo · 2 comments
Owner

Originally created by @Alexey-Gribchenkov on GitHub (Oct 13, 2024).

What happened?

Image

I want to install Mango on an external server. But I get an error when registering.

Image

Maybe you will have some ideas how to fix it?

Originally created by @Alexey-Gribchenkov on GitHub (Oct 13, 2024). ### What happened? ![Image](https://github.com/user-attachments/assets/9eac2754-01c3-4037-9cb0-958f4386fe5f) I want to install Mango on an external server. But I get an error when registering. ![Image](https://github.com/user-attachments/assets/1a398f78-0efa-4e3e-b7eb-750a6e2ed888) Maybe you will have some ideas how to fix it?
yindo added the bug label 2026-02-16 12:51:21 -05:00
yindo closed this issue 2026-02-16 12:51:21 -05:00
Author
Owner

@Alexey-Gribchenkov commented on GitHub (Oct 13, 2024):

Image
Image

@Alexey-Gribchenkov commented on GitHub (Oct 13, 2024): ![Image](https://github.com/user-attachments/assets/9de1c4a9-eaf4-47fe-9687-f14a8564d856) ![Image](https://github.com/user-attachments/assets/90aa7ad9-d0fa-483b-91fb-1dace279a99b)
Author
Owner

@insertish commented on GitHub (Nov 13, 2024):

The error states that the user you've created does not have adequate permissions, please refer to the MongoDB documentation:

You are likely looking for readWrite to the revolt database for these users.

@insertish commented on GitHub (Nov 13, 2024): The error states that the user you've created does not have adequate permissions, please refer to the MongoDB documentation: - https://www.mongodb.com/docs/manual/reference/command/createUser/ - https://www.mongodb.com/docs/manual/reference/command/grantRolesToUser/ You are likely looking for `readWrite` to the `revolt` database for these users.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#78