a year ago
Hi,
I'm running my production e-shop on Railway and I need to connect to the GoPay payment gateway.
However, my app cannot resolve the domain gw.production.gopay.com from the Railway shell.
When I run nslookup gw.production.gopay.com in the Railway shell, I get a "Non-existent domain" (NXDOMAIN) error:
arduinoZkopírovatUpravit
*** czntp.vodafone.cz can't find gw.production.gopay.com: Non-existent domain
This domain is public and required for online payments. Everything worked before, but now payments (GoPay and PayPal) fail because of this DNS issue.
Can you please fix DNS resolving, or let me use a public DNS like 8.8.8.8 in my project?
Thank you for your help!
3 Replies
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 11 months ago
a year ago
Hi there,
Are you able to resolve gw.production.gopay.com from your local environment environment?
Had a quick look at the GoPay docs, and it appears the production environment is available at gate.gopay.cz. More in the GoPay docs.
Cheers,
Christian
a year ago
If you use Cloudflare free plan keep in mind the free plan does not support multiple subdomains. You can still use Cloudflare but disable Proxy in the DNS settings for that domain.
a year ago
You said "Everything worked before, but now payments (GoPay and PayPal) fail because of this DNS issue." Did you change anything in your code or Railway when this happened?