502 Bad Gateway
boby900
TRIALOP
a year ago
Hi all,
my application is working fine locally but when I am using this app in prod, only when I am trying to sign up using the GH I am getting this error bad gateway, all the other routes are working fine.
my backend is deployed on railway and frontend is on vercel, pfb the url for my app.
https://clientverse.vercel.app
any help would be highly appreciated.
2 Replies
a year ago
Hello,
Have you checked your deploy logs? -
From your logs -
ReferenceError: crypto is not definedAnd then your app crashes, meaning it can't respond to the incoming request and thus Railway sends back a 502.