MongoDB Connection Feedback
ExZiByte opened this issue ยท 2 comments
Hello, I was trying to use the username/password combo to connect to MongoDB with LuckPerms and it was failing with "Authentication Failed". I used the connection URI with the same data and it worked to connect, I was also looking at the MongoStorage driver for LuckPerms I believe the issue of not being able to use the username/password combo stems from never specifying the authentication database(which iirc the default auth database being set to admin was removed in a recent MongoDB update)
I was told to make an issue here by TurboTailz on the discord.
Will happily accept a PR tho if anyone wants to implement a better way of doing it :)