TypeError: Cannot create property '_id' on string '{“[object Object]”:“”}'
问题 I'm trying to post form data, but I'm getting the following error on submit: TypeError: Cannot create property '_id' on string '{"[object Object]":""}'. My post was successfully captured: Movie {id: "8", firstname: "test", lastname: "test", hero: "test", photo: "xxxxxxxx"} But the data is not saved in MongoDB. I'm using the MEAN stack with Angular2. My server.js : //Need to write the Express code var express = require('express'); var path = require('path'); var bodyParser = require('body