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
An issue has occurred in the package. The problem is with the autopopulate option using refPath. It has been confirmed that it works well in a single case but does not work when it is an array.
type : mongoose.Schema.Types.ObjectId => OK
type : [mongoose.Schema.Types.ObjectId] => No
Help
The text was updated successfully, but these errors were encountered:
An issue has occurred in the package. The problem is with the autopopulate option using refPath. It has been confirmed that it works well in a single case but does not work when it is an array.
type : mongoose.Schema.Types.ObjectId => OK
type : [mongoose.Schema.Types.ObjectId] => No
Help
The text was updated successfully, but these errors were encountered: