Mongodb – Unable to FindOneAndUpdate UserModel with Mongoose
I'm currently building out the backend of my application using Express and Mongoose. I'd like to be able to update an existing user with new details. Currently my flow is a user uses the /signup endpoint with an email/password. Then…