Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lara28580's avatar

Get DNS_PROBE_FINISHED_NXDOMAIN after some time in production

I don't know what to do anymore. After some time the app runs in production I can't access the site anymore. It redirects me to the https://billing/ page. This is the spark payment page.

I get the following error

DNS_PROBE_FINISHED_NXDOMAIN

What could that be? How to resolve that?

0 likes
3 replies
jdc1898's avatar

It seems like a DNS issue. I assume you get that error on the redirect to billing which would make sense as it isn’t a fqdn.

1 like
hupp's avatar

@smoketm as you have mentioned https://billing/ actualy its not a valid domain url so it always give DNS_PROBE_FINISHED_NXDOMAIN try to find which function redirect you to this invalid url and add here its main domain, by fixing this broken link hope your issue will be resolved.

1 like
lara28580's avatar

Solved it by changing '''/billing''' to '''billing''' in the spark config

Please or to participate in this conversation.