Hi all, we’re running a serverless instance of mon...
# announcements
m
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
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