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
If you try to pass in a custom filter that queries on a field of type ObjectId (e.g. Image.tags or Image.deploymentId), for example:
{ tags: ObjectId("67881e193e5bde2a2b041d8d") }
We get the following error in the the queryImagesByFilter() method: BSONVersionError: Unsupported BSON version, bson types must be from bson 6.x.x. The error seems to be related to mongo-cursor-pagination and mongo-query-parser not using bson v6?
If you try to pass in a custom filter that queries on a field of type
ObjectId
(e.g.Image.tags
orImage.deploymentId
), for example:We get the following error in the the
queryImagesByFilter()
method:BSONVersionError: Unsupported BSON version, bson types must be from bson 6.x.x
. The error seems to be related tomongo-cursor-pagination
andmongo-query-parser
not usingbson
v6?The text was updated successfully, but these errors were encountered: