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

boby900
TRIALOP

a year ago

pfa image as well

Attachments


brody
EMPLOYEE

a year ago

Hello,

Have you checked your deploy logs? -

https://railway.com/project/05f6e86c-dc9b-47f3-8e7d-027da1f956e0/service/635d939e-27af-4220-b36e-3703c2e52283?environmentId=e09ecd35-fa13-421d-af6b-b03c2911a360&id=9359120c-c602-48af-9578-0c0b945e72f8

From your logs -

ReferenceError: crypto is not defined

And then your app crashes, meaning it can't respond to the incoming request and thus Railway sends back a 502.


Loading...