Clusters where to reproduce the problem:
- mongodb+srv://<user>:<pass>@analytics-node-test.e06dc.mongodb.net
- mongodb+srv://<username>:<password>@mongosh.e06dc.mongodb.net/<dbname>?retryWrites=true&w=majority
This happens both in mongosh as well as in the shell in Compass.
In mongosh, we have this enum. That is probably part of the problem.
export enum ServerVersions { latest = '4.4.0', earliest = '0.0.0' }