a year ago
I have recently deployed golang webserivce. Deployment status is success but when I tried to access the url, I am getting 502 bad gateway error.
it is simple hello world golang code - evcharz.ev.com or https://evcharz-production.up.railway.app
18 Replies
a year ago
Thank you for your message. I implemented as per above doc but it didn’t help
a year ago
The address you are passing to ListenAndServe
is not the same as show in the example.
a year ago
I have updated that too. but still same error
a year ago
The address you are passing to
ListenAndServe
is not the same as show in the example.
a year ago
Show me your public networking section of your service settings please.
https://github.com
a year ago
sorry not sure where to get that info. so posted the repo url. is it on railway app?
a year ago
Show me your public networking section of your service settings please.
a year ago
switched to 8080. now I am getting 404 page not found
a year ago
I will debug and see what is the issue in the app. Thank you so much for your help