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

Cannot POST /admin/movie/new

后台录入后跳不到movie页

命令窗http://img1.sycdn.imooc.com//54f820710001157606430150.jpg

在localhost:3000/admin/movie 里录入数据后,就跳出 Cannot POST /admin/movie/new 了?

求问是怎么回事

正在回答

2 回答

找到原因了。。。是在app.post('/admin/movie/new',function(req,res)这里的admin前面没有加'/'号。。。

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

When you installed the mongoose module by npm, it hasn’t build bson module within it’s forlder. see the file ‘node_modules/mongoose/node_modules/mongodb/node_modules/bson/ext/index.js’

bson = require(‘…/build/Release/bson’);

So just change it to bson = require(‘bson’);


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

举报

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

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

进入课程

Cannot POST /admin/movie/new

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