Reading through the forums it seems that most people were able to get a pass by adjusting their dependency versions for mongodb and mongoose. I have tried a dozen different settings and always get the same fail message and console warnings. I have tried using the new functions with the newest versions of mongodb and mongoose installed and cannot get the pass that way either.
(node:12100) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
Your app is listening on port 3000
OPTIONS
POST
(node:12100) DeprecationWarning: collection.remove is deprecated. Use deleteOne, deleteMany, or bulkWrite instead.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Delete Many Documents with model.remove()