Unable to cast object of type 'MongoDB.Bson.BsonNull' to type 'MongoDB.Bson.BsonArray'

Hi all,

I am getting the following error when I try to connect to mongo database using nosql manager.

Establishing connection to ‘mongodb1’…
Resolving DNS…
Connecting to ‘que.mongodb.net’…
Retrieving metadata…
Retrieving collections…
Retrieving gridfs buckets…
Retrieving views…
Retrieving users…
Retrieving roles…
Unable to cast object of type ‘MongoDB.Bson.BsonNull’ to type ‘MongoDB.Bson.BsonArray’.

However I am able to connect to admin db and see all the details such as collections,users etc.,

could you please help with this.