mongodb - Mongoose only saves certain fields (Mongoose + Restify) -


this code won't save mongodb. if change doc.foursqure_key doc.username or doc.password, saves fine.

@user.findone({ username: 'justin' }, (err, doc) =>         doc.foursquare_key = "your mom"         doc.save() 

my user schema: {username, password, foursquare_key}

been staring 2 days... driving me crazy. don't understand why can't save 1 field, others fine! amazing!


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -