https://www.growthbook.io/ logo
m

miniature-smartphone-36403

01/23/2023, 6:41 PM
Hi all, we’re running a serverless instance of mongodb which requires 4.1+ and package.json is <4.0 https://github.com/growthbook/growthbook/blob/main/packages/back-end/package.json#L54. Any known workarounds or plans to update the package version?
f

future-teacher-7046

01/23/2023, 10:58 PM
The MongoDB Node driver we're using supports up to version 5.0 of MongoDB. https://www.mongodb.com/docs/drivers/node/current/compatibility/
Nevermind, I see they have different requirements for Serverless. I think we should be able to update the driver to 4.1 without too much issue. Can you open an issue in GitHub?
m

miniature-smartphone-36403

01/24/2023, 1:10 AM
5 Views