Your last post made me think that may be $toObjectId works only inside $expr. I tried
{ $match: { $expr : { $eq: [ '$_id' , { $toObjectId: "61fc458b46d7874a3a97ef79" } ] } } }
and it works.
Your last post made me think that may be $toObjectId works only inside $expr. I tried
{ $match: { $expr : { $eq: [ '$_id' , { $toObjectId: "61fc458b46d7874a3a97ef79" } ] } } }
and it works.