I have a page that is being deployed to a gm-docs.pages.dev
. I’ve added a custom domain to this (subdomain from external dns). This worked while i was testing it but i have since changed the custom domain. I added this new subdomain as a CNAME entry to route53 however im continually getting an Inactive (Requires DNS setup)
status.
The *.pages.dev
is working as expected
The dns looks like its set up correctly:
dig cf-docs-preview.company.io
; <<>> DiG 9.10.6 <<>> cf-docs-preview.company.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13817
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;cf-docs-preview.company.io. IN A
;; ANSWER SECTION:
cf-docs-preview.company.io. 300 IN CNAME gm-docs.pages.dev.
gm-docs.pages.dev. 300 IN A 172.66.47.13
gm-docs.pages.dev. 300 IN A 172.66.44.243
;; Query time: 25 msec
;; SERVER: 192.168.50.1#53(192.168.50.1)
;; WHEN: Wed Mar 01 11:35:30 EST 2023
;; MSG SIZE rcvd: 121
I emailed trust and safety team (following this post)[Need help. Pages + Custom Domain Inactive (Error)] and they have verified that our host has no restrictions.