© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Dev ashish Vats
const event = await Event.aggregate([{ $sortByCount: "$eventJoin" }]);
this error occur -> Unrecognized pipeline stage name: '$sortByCount'
Aniketh Saha
I am web developer with a special crush on blockchain technology and having affairs with node.js and react.js.
Whats your mongodb version ? If its less than 3.4 please upgrade and try again
I am using 4.0.9 vesion of mongodb but still not working
Actually, I couldn't able to find any API named sortByCount the MongoDB docs, use sort instead.
sortByCount
sort
Aniketh Saha
I am web developer with a special crush on blockchain technology and having affairs with node.js and react.js.
Whats your mongodb version ? If its less than 3.4 please upgrade and try again