How to setup Next js apps on Vercel using Prisma....
I've been fighting bugs for ages, Mye learning journey is stuck for months just because i couldn't find a way to deploy my next js app on vercel that uses Prisma and MongoDB, I really have a question
How to deploy on vercel with my prisma powered next app? Can I use accelerate on vercel?
here are my files and how I use them:
3 Replies
My app works fine locally, build and deploys with no problems, but requests doesn't go through from the actual website online
U guys have no idea how much it will help me if u solve this issue for me 🙏
Hi @Bayrem
I'm sorry to her about the challenges you are facing tdeploying your application. Have you had a chance to look at this Stackoverflow post that touches on the same error you're facing.
Stack Overflow
Getting a 504/502 error on api requests in Nextjs deployed on Vercel
I have developed an application in Next.js. For the backend I have used the api endpoints configured in Nextjs which rest inside pages/api. The api end points quite often return 502(Gateway timeout...