Open damienmillet opened 6 months ago
cc @lucsoft
@damienmillet Do you use an old MongoDB version?
bson had some breaking changes internally
@damienmillet Do you use an old MongoDB version?
bson had some breaking changes internally
MongoDB 6.0.6 2008R2plus SSL
@damienmillet Can you check if your issue persists on 7.0.9?
i ll try it
same issue with 7.0.9
+1 for this issue. Mongo version is 7.0.11, only seeing this error with 0.33.0. It happens when I do a find
query, but not findOne
.
Hi,
this morning I decide to upgrade my dependencies of deno and mongo
std@0.214.0
std@0.224.0
mongo@v0.32.0
mongo@v0.33.0
now i hav an error :
I tried to downgrade to mongo@v0.32.0 and that fix the problem.
best regards,
DM