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
I can't access createdAt. I can access and also see updatedAt when querying and looking at the collection
(I guess that createdAt uses the date in ObjectId and that's why I don't see it toghether with updatedAt in my collection?).
I had the same issue. I removed the if block in the plugin code to make this work. Can anyone shed light on why the plugin checks for the existence of _id path?
I can't access createdAt. I can access and also see updatedAt when querying and looking at the collection
(I guess that createdAt uses the date in ObjectId and that's why I don't see it toghether with updatedAt in my collection?).
These are the packages I use:
[email protected]
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: