DNS Checks Failed - No network settings changed

Hello,

Today, we encountered some issues with no changes on our end. We started seeing degraded performance with certain modules not being defined, no emails being sent and general wonkiness.

On an empty commit deploy we saw the following:

Is this on our end? We have not changed any DNS/IP settings.

1 Like

I’m having the same error with a brand new app.

Hi… I believe the DNS check was downgraded from an error to a warning in a recent commit to flyctl—but could have misread that.

(@duld’s screenshot does show it was a warning.)

Either way, you should be able to bypass with --dns-checks=false.

It basically is only there to provide advance notice of your-app-name.fly.dev propagation problems, by querying an external resolver (9.9.9.9). Your local ISP may have started blocking attempts to use DNS other than their own, which, depending on the exact technique used, can manifest as a timeout.

Hope this helps a little!


Aside: This shouldn’t be causing the “modules not defined” problem mentioned above, although general network wonkiness could very plausibly be related.

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