Regarding deployement of backend
So I’ve been trying to deploy my backend application to vercel
My backend application is written in ExpressJS and mongodb is used for database
But I am getting some errors
Like when I put routes in my vercel.json file, my route for pdfs doesn’t work and if I use rewrite in my vercel.json file, my routes other than that of pdfs doesn’t work