InvalidDNSError for calonders.ru on GitHub Pages - DNS correctly configured and propagated #203547
Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hi @CalonderA , thanks for posting in GitHub Discussions! The |
|
I checked this from outside your DNS provider, and the current public state points to DNS delegation plus Pages configuration rather than a stuck GitHub validation job. Right now:
That means records may exist inside the Selectel zone editor, but public resolvers cannot reach a working authoritative zone for
dig +short NS calonders.ru
dig +short A calonders.ru
dig +short CNAME www.calonders.ruThe A answers should be GitHub's four There is a second issue: this repository publishes Pages with a custom GitHub Actions workflow. GitHub's documentation says an existing repository GitHub documents both details here:
After the NS/A/CNAME checks work, allow the documented propagation window and then enable HTTPS. If you post the registrar's configured nameservers after updating them, they can be checked directly. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
I've been trying to connect my custom domain calonders.ru to my GitHub Pages site (CalonderA/bashkur) for over 24 hours, but I keep getting the same error:
Both calonders.ru and its alternate name are improperly configured
Domain's DNS record could not be retrieved (InvalidDNSError)
DNS Configuration
My DNS records are configured correctly with Selectel:
A records for calonders.ru (apex domain):
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
CNAME record for www.calonders.ru:
calondera.github.io.
DNS Propagation Verified
I've verified propagation globally using multiple DNS checkers (dnschecker.org, whatsmydns.net). All 4 IP addresses are visible worldwide. Screenshot attached.
What I've already tried:
Removed and re-added the custom domain in Settings → Pages (multiple times with 10-15 min waits)
Verified CNAME file in repository root contains exactly: calonders.ru
Waited over 24 hours
Cleared local DNS cache and browser cache
Tried different browsers
Repository Info:
Repository: CalonderA/bashkur
GitHub Pages URL: https://calondera.github.io/bashkur/
Custom Domain: calonders.ru
The DNS is correct and fully propagated. I believe this is a GitHub-side issue where the validation process is stuck. Can someone help me get this resolved, or does anyone know of any additional steps I can try?


All reactions