Troubleshooting 500 Errors
Unanswered
Asian paper wasp posted this in #help-forum
Asian paper waspOP
I've got a website deployed on Vercel with Next.js
The build shows no errors.
When you run it, there are no errors.
Yet, about an hour after deploying it throws a 500 error.
Can't figure out how to troubleshoot to find the problem.
The build shows no errors.
When you run it, there are no errors.
Yet, about an hour after deploying it throws a 500 error.
Can't figure out how to troubleshoot to find the problem.
2 Replies
Spectacled Caiman
Check the vercel production logs there is usually an error message in there that gives you atleast a little bit of information
@Spectacled Caiman Check the vercel production logs there is usually an error message in there that gives you atleast a little bit of information
Asian paper waspOP
Thanks man. That helped me figure it out.