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
Interesting but in the first case both queries are run on secondary, while in second case in mongoose logs with enabled debug i see that only Vendor.find is run on secondary, while .populate('populateItems') is run on primary.
Is it expected documented behavior that i missed or a bug?