[Vuejs]-Cast to ObjectId failed for value "undefined" at path "_id" for model "Post""

0👍

You cannot force the server to return the _id key.

You have to tell your backend colleague about the problem, and ask him to add _id in the response

Leave a comment