Cannot use MongoDB in an app deployed in Vercel
I have a NestJS application that I have just deployed using Vercel. Using Node 16+, MongoDB 4.12.1, Mongoose 6.8.0 For some reason, all my requests are getting a timeout after 10 sec (which is the maximum for Vercel's free tier).…