App DNS Not Resolving - No A Record for realm-of-shadows.fly.dev

Hi Fly.io team,

My app’s DNS has been stuck for more than 12 hours and is still not resolving.

  • App name: realm-of-shadows
  • Dashboard shows app as “Deployed” and “Healthy”
  • Launched yesterday and redeployed several times
  • Hostname: realm-of-shadows.fly.dev

Problem:

  • DNS does not resolve. No A record for the app, even after waiting many hours.
  • Verified with both nslookup and dig:
$ nslookup realm-of-shadows.fly.dev
Server: 127.0.0.11
Address: 127.0.0.11#53
Non-authoritative answer:
*** Can't find realm-of-shadows.fly.dev: No answer

$ dig realm-of-shadows.fly.dev

; <<>> DiG 9.18.27 <<>> realm-of-shadows.fly.dev
;; QUESTION SECTION:
;realm-of-shadows.fly.dev.  IN  A

;; AUTHORITY SECTION:
fly.dev.        1800    IN  SOA ns1.flydns.net. ops.fly.io. ...
;; ANSWER SECTION: (empty)

I have already tried:

  • Redeploying the app
  • Scaling up/down
  • Launching from a different region
  • Waiting overnight

Can someone reset or reprovision the DNS for my app?

Thanks so much!

your app doesn’t have any IP addresses assigned. try fly ips allocate-v4 (probably with --shared)