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
when mongoose model :
{ type: mongoose.Schema.Types.ObjectId, ref:'User' }
save recode mongo ok but notify error message.
Check log: CastError: Cast to ObjectId failed for value "60431cda5212971347249673,6043153626c524444533d6d8" at path "_id"
{ type: mongoose.Schema.Types.ObjectId, ref:'User' }
save recode mongo ok but notify error message.
Check log: CastError: Cast to ObjectId failed for value "60431cda5212971347249673,6043153626c524444533d6d8" at path "_id"