-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 6.0.12
-
Component/s: None
-
None
-
Server Triage
-
ALL
-
I've accidentally named a view : "test...view". When I try to delete it now I get the following error : MongoInvalidArgumentError: Collection names cannot be empty
I tried running the following command : db.getCollection("test..view").drop()
I also tried to rename it but got the same error.
But the error is still there.