When we load a route , it throws 500 error in the deployment link but same route works fine locally. #59233
Unanswered
Savyashree-PW15003
asked this question in
App Router
Replies: 2 comments 7 replies
-
Put logs on the parts that fetch data, and monitor those in the Vercel dashboard. Have you made sure to place the env vars in the Vercel dashboard? or somehow make them available to it? Are you making assumptions about how the code is run? Does it work on your machine if you do |
Beta Was this translation helpful? Give feedback.
6 replies
-
Have you solved the error? I got the same error right now and I've been struggling for hours! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
when i try to load a route that uses SSR in next js, it throws 500 - internal server error in the vercel deployment url but when i run the same branch locally using the same env variables, it works fine.
could you please help me resolving this issue?
Beta Was this translation helpful? Give feedback.
All reactions