Open shash7976 opened 2 years ago
FILL_THIS_OUT
, otherwise your issue will be closed. If a field does not apply to the issue, fill in n/a
.Can you please complete the template and reduce the example to a minimum to reproduce the issue. It would also be helpful if you could open a PR with a failing test to demo the issue.
New Issue Checklist
Issue Description
$lookup is unable to grab the order object in spite of having an order that particular _id.
If I remove the $group and try $lookup directly I'm able to get the orderObject. (objectId: '$_p_order', and objectId:'$order' produces the same result)
EventTracking consists of order(pointer object), action(string)
Steps to reproduce
Actual Outcome
Expected Outcome
Environment
Server
4.10.3
Ubuntu 18.04
AWS
Database
MongoDB
4.4
MongoDB Atlas
Client
JavaScript
FILL_THIS_OUT
Logs