TablePlus / TablePlus-iOS

TablePlus iOS issue tracker
https://tableplus.com
16 stars 0 forks source link

mongo connection: not authorized on admin to execute command #17

Closed nullxx closed 2 years ago

nullxx commented 2 years ago
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MongoDB 3.6.3

  2. Which TablePlus version number are you using: v4.11.3 (Build 374) on iOS 15.5

  3. The steps to reproduce this issue: add a connection to a mongodb database with a user with role readWrite to that db. Try to connect from TablePlus iOS.

On MacOS works properly.

Sometimes the user of the database has no admin permissions. The command that is executed on the started connection "listDatabases" throws an error because user is not admin.

image

nullxx commented 2 years ago

Fixed on 4.11.6 (Build 376)