You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: adding replicaset info to mongosh connection command. Adding mongodb port variable (#145)
Include the MongoDB port in the mongosh command (useful when running MongoDB in a different port)
Include the replica set info in the mongosh command. It could be the case you aren't connected to a replica set primary but to a secondary one. If the replica set name is not specified, the mongosh command will fail since it is not possible to write to a secondary (8855736)