Railway project can't resolve gw.production.gopay.com (needed for GoPay payments)
artwearshop
HOBBYOP

8 months 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:

arduino

Zkopí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!

$10 Bounty

3 Replies

brody
EMPLOYEE

8 months 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 8 months ago


christian
EMPLOYEE

8 months 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


sankivraja
HOBBY

8 months 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.


sim
FREE

7 months 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?


Loading...