@Jared_Wiener Because you initializing the connection when nodejs started, as vercel is spawning as workers when there is new request coming in. So you have a lot of mongoose connect, you will rather use one time mongoose connect and close or use Data API( Please noted that only 1m request per month for free tier)