DNS Check unsuccessful on Github Pages Custom domain #59615
Replies: 2 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a website with Github Pages and deploy via Github Action, the default url is kinhchendev.github.io/kinhdev
Now I want to use a custom domain, so I buy the domain kinhdev.io.vn and set the following record
@ A 185.199.109.153
@ A 185.199.108.153
@ A 185.199.110.153
@ A 185.199.111.153
www CNAME kinhchendev.github.io
I also set TXT record to verify the domain, and it verified within 5 mins. To be sure, I use dig to check if the domain is point to Github Pages
; <<>> DiG 9.10.6 <<>> kinhdev.io.vn +nostats +nocomments +nocmd
;; global options: +cmd
;kinhdev.io.vn. IN A
kinhdev.io.vn. 472 IN A 185.199.109.153
kinhdev.io.vn. 472 IN A 185.199.111.153
kinhdev.io.vn. 472 IN A 185.199.108.153
kinhdev.io.vn. 472 IN A 185.199.110.153
After 24hours, I go to Pages setting and it still said DNS Check unsuccessful with error
"Both kinhdev.io.vn and its alternate name are improperly configured
Domain does not resolve to the GitHub Pages server"
It weird, when I go to kinhdev.io.vn, it shows my page without https, that mean the DNS is set. I don't know which steps is wrong here, should I wait for another day ?
Beta Was this translation helpful? Give feedback.
All reactions