drudge / mongoose-timestamp

Adds createdAt and updatedAt date attributes that get auto-assigned to the most recent create/update timestamp
Other
308 stars 64 forks source link

MongoError: Updating the path 'createdAt' would create a conflict at 'createdAt' #46

Open jonascasarin opened 6 years ago

jonascasarin commented 6 years ago

Last update on mongoose brings this message in all scheemas on my bd.

All Updates and insertions are bring this error... Any solution?

TCW417 commented 6 years ago

Same here. Just installed the package and am getting this error.

abhijitborade commented 6 years ago

I found solution. Please see #48.