You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// set /models/ .json like
// or
"idInjection": false,
"forceId": false
// or set
"properties" : {
"id": {
"type": "string",
"mongodb": {dataType: 'ObjectId'}
}
}
// or set in model-config.json
"options": {
"strictObjectIDCoercion": true
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I research some solutions like
loopback MongoError: E11000 duplicate key error collection: my-db.News index: _id_ dup key
but still not working
Beta Was this translation helpful? Give feedback.
All reactions