【发布时间】:2013-12-03 17:44:05
【问题描述】:
当我尝试在 mongodb 中插入某些内容时出现此错误,您能给我一份文档以便理解并执行我需要的操作吗?
/home/samp/Bureau/Node/gw/gw-user/node_modules/mongoose/lib/utils.js:413
throw err;
^
MongoError: E11000 duplicate key error index:
mongoose-bcrypt-test.users.$username_1 dup key: { : "samp@hotmail.com" }
这是我的代码:
user.save(function(err) {
if (err) throw err;
【问题讨论】: