MongoError: unknown top level operator: $in
You’re likely trying to use the $in operator directly without wrapping the operation correctly to perform either a find or and aggregate.
Can you share the code where you’ve specified an $in?
MongoError: unknown top level operator: $in
You’re likely trying to use the $in operator directly without wrapping the operation correctly to perform either a find or and aggregate.
Can you share the code where you’ve specified an $in?