Apps not reachable

All of my web apps are not reachable via url. If i open any of the apps through their direct url i dont get a response:

# This site can’t be reached
Check if there is a typo in <myapp>.fly.dev.
DNS_PROBE_FINISHED_NXDOMAIN

When testing using a ping service like Ping server, ping website: Check host - online website monitoring i get a response.
The servers seem to be operational as I can see the logs, connect to them through flyctl and also redeploy them.

https://status.flyio.net/ does not report any problems. Does someone else also have this issue or know what could be the cause? I have two identical apps running separately (test and prod) and both have the same behavior atm. Also, I have not changed a thing for over a week now, and only today do I realize it is not available. Yesterday it was still working fine.

Hi @Gwaggli

Are you not able to connect to any Fly app, or just yours?

What does curl http://debug.fly.dev says?

Hi Pavel,
Thank you! I meant only my apps but I just saw, that it is a local problem. A friend of mine can reach my app. The curl of your mentioned service also returned a timeout:

curl http://debug.fly.dev
curl: (6) Could not resolve host: debug.fly.dev

Any Ideas? I have turned off any kind of VPN and have reset all my DNS configs. The problem also persists between browser (and console)

Do you by any chance run something like Pow on your local machine?

Are you on macOS? Can you check what’s in /etc/resolver/ directory?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.