I’ve tried deploying a NestJS application on Vercel but encountered issues with certain internal or third-party packages commonly used in NestJS applications.
Could you please provide a solution for this?
I am getting these error :
I’ve tried deploying a NestJS application on Vercel but encountered issues with certain internal or third-party packages commonly used in NestJS applications.
Could you please provide a solution for this?
I am getting these error :
Hey, @adarshcssoftopensour! Welcome
Could you share more information on your project?A minimal reproducible example would be helpful.
In the meantime, Amy’s answer here may be helpful.
I have already checked this and tried the mentioned solutions provided by others, but they did not work for me, as Amy shared on your community forum.
Here is screenshot :
When I try to deploy a Nest.js build on Koyeb, everything works fine. Koyeb is a cloud-based platform similar to Vercel. The build also works perfectly on my local system. However, when I try to deploy it on Vercel, I encounter an error, as mentioned above.
Hi @adarshcssoftopensour, sorry that you’re facing this issue.
From the error screenshot you posted it looks like that your function crashed. It can happen due to various reasons. Can you share the exact error logs from the Vercel dashboard? So, we can narrow it down to your specific application.