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
If you do not explicitly set the idField in a db service's settings, the sequelize adapter (I only know of sequelize doing this, maybe other adapters have the same behavior) returns an object, that has the _id field set explictly to undefined.
Is this wanted or an oversight?