VRBaller
Explore posts from servershelp with 503 error code
Hello!
I have a nest.js and postgres app on Railway
We integrated stripe to manage the payments. Every time a user buys a ticket is redirected to a stripe payment gateway (out of the website domain) On the backend we have a webhook listening for the stripe payment process to complete. We have a webhook endpoint listening but it appears the request doesn't go through while running on Railway (works fine on local though)
Question: How to get the webhook request my railway app to go through
51 replies
How to run in debug mode in Goland with railway run?
I'm really liking railway but realized I'm unable to run in debug
I want to effectively run this command in debug mode in Goland:
railway run go run main.go
If it's not possible it's not clear to me how to easily pull the environment variables that railwayrun provides in a automatic way7 replies