I have created simple nextjs app using create t3 app. it has simple one router that returns a list of products.
database is mongodb. It is working locally getting response from trpc router. but when i check my live vercel app it is returnnng 503 error. i have also integrate MongoDB Atlas to my vercel app.