Hello,
I’ve been attempting to deploy a Flask application on Fly.io, but I’ve encountered a stumbling block during the deployment process. The deployment process finishes with an error related to the DNS configuration for my application’s domain. Here’s the specific error message I received:
Checking DNS configuration for xxx.fly.dev
Error: expected 1 AAAA records for xxx.fly.dev., got 0
From what I understand, this error indicates that the deployment process expects to find an AAAA DNS record for xxx.fly.dev
, but none was found. This issue is preventing me from successfully deploying my application.
Has anyone else experienced this issue? I’m looking for guidance on how to resolve this DNS configuration error. Specifically, I’d like to know:
- Is there a way to manually configure or verify the AAAA DNS record for my Fly.io application?
- Could this be a propagation issue, and if so, how long should I wait before trying to deploy again?
- Are there any steps I can take on the Fly.io dashboard or CLI to troubleshoot or fix this DNS issue?
Any advice or insights from those who have faced and resolved similar deployment issues on Fly.io would be greatly appreciated.
Thank you!