Vercel 500 error on SSR requests
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Hi, Im using vercel for nextjs with version
Im facing 500 error on some request that are SSR.
Now the thing is site doesn't go down. After giving 500 out of the blue the next requests sends 200.
There is no info why there is 500, no logs are there on vercel.
Does any one having any idea why is it so?
This issue is coming in production. out of 1/10 times i get the 500 status, if i refresh the page or come again, it'll work just fine
"next": "13.4.1"
Im facing 500 error on some request that are SSR.
Now the thing is site doesn't go down. After giving 500 out of the blue the next requests sends 200.
There is no info why there is 500, no logs are there on vercel.
Does any one having any idea why is it so?
This issue is coming in production. out of 1/10 times i get the 500 status, if i refresh the page or come again, it'll work just fine
3 Replies
Spectacled bearOP
Spectacled bearOP
Anyone?
@Spectacled bear Anyone?
First try to run the production app locally using
npm run build and npm start