Robo 3t deleted mongodb collection Times error

as follows, I entered a command to delete id=5b4c5ac63ce96b02e39b0c08 data in robo 3t and reported an error. How can I solve this problem?

db.getCollection("user").deleteOne({"_id" : ObjectId("5b4c5ac63ce96b02e39b0c08")})

clipboard.png

Apr.11,2021

solution:
Don't use secondary connection address, use primary connection address to operate

Menu