Cosmos Mongodb query fails but azure storage explorer works fine?
问题 I am trying to query a Cosmos MongoDB collection, I can connect to it fine with Robo3T and 3T Studio, and dotnet core mongo client (in a test harness). I can do a count of entities (db.[collection_name].count({})) in all of the platforms, but every query (db.[collection_name].find({}) fails with the following error : Error: error: { "_t" : "OKMongoResponse", "ok" : 0, "code" : 1, "errmsg" : "Unknown server error occurred when processing this request.", "$err" : "Unknown server error occurred