You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Sir, thank you for sharing such an amazing training. I came across this issue and want to share my way around it so you can update the course in the near future if it seems useful. //res.json(info.ops[0]) to post data into the database is deprecated, my fix was //res.json({ _id: info.insertedId.toString(), text: req.body.text })