Relative Content

Tag Archive for mongodbexpressmernweb3js

Data not Saved In MongoDb

I’m having trouble inserting a purchased course by its course ID into the user’s document in the MongoDB collection using Express.js and Mongoose. The insertion does not seem to be happening correctly, and the purchased course isn’t appearing in the user’s Table.
Also i Have provided appropriated headers.