I have a MongoDB Atlas cluster within which I am trying to simply copy a database within the same instance. Unfortunately, every time I try to run db.copyDatabase() or copydb ad
In case you have been using mongoose, I solved a similar error updating mongoose to latest version (based on this post).