为了账号安全,请及时绑定邮箱和手机立即绑定

报_id未定义,看不出来哪里错了,仔细对比了老师的代码。。

TypeError: Cannot read property '_id' of undefined
   at app.get.Movie.fetch.res.render.title (d:\nodejs\workspace\imooc\app.js:88:28)
   at Layer.handle [as handle_request] (d:\nodejs\workspace\imooc\node_modules\express\lib\router\layer.js:82:5)
   at next (d:\nodejs\workspace\imooc\node_modules\express\lib\router\route.js:110:13)
   at Route.dispatch (d:\nodejs\workspace\imooc\node_modules\express\lib\router\route.js:91:3)
   at Layer.handle [as handle_request] (d:\nodejs\workspace\imooc\node_modules\express\lib\router\layer.js:82:5)
   at d:\nodejs\workspace\imooc\node_modules\express\lib\router\index.js:267:22
   at Function.proto.process_params (d:\nodejs\workspace\imooc\node_modules\express\lib\router\index.js:321:12)
   at next (d:\nodejs\workspace\imooc\node_modules\express\lib\router\index.js:261:10)
   at serveStatic (d:\nodejs\workspace\imooc\node_modules\express\node_modules\serve-static\index.js:59:14)
   at Layer.handle [as handle_request] (d:\nodejs\workspace\imooc\node_modules\express\lib\router\layer.js:82:5)

54cb8ffc00015d7104910580.jpg


正在回答

4 回答

招了好久终于找到 如果用的是 var bodyParser = require('body-parser') 需要加下面这句

app.use(bodyParser.urlencoded({extended:true}))//格式化表单里的数据


1 回复 有任何疑惑可以回复我~
#1

聆木听风

也遇到了这个问题,是要设置为true既可以啦
2015-10-31 回复 有任何疑惑可以回复我~

试试重新安装下bson然后就该mongoose里面的bson的路径为'bson'

0 回复 有任何疑惑可以回复我~

你好,这个问题最后解决了吗

0 回复 有任何疑惑可以回复我~

我和你一样的错误,搞不懂,你解决了吗?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node+mongodb 建站攻略(一期)
  • 参与学习       91859    人
  • 解答问题       889    个

带你完整实现一个从前端到后端的项目,初中级前端开发工程师必学课程

进入课程

报_id未定义,看不出来哪里错了,仔细对比了老师的代码。。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信