My configured site does not work
# pages-help
p
Hi, I bought https://pedrex.dev/ domain yesterday and I configured it to work with Cloudflare Pages, which is already working at https://pedrex-dev.pages.dev/ and custom domain is also configured, but it's just showing "Verifying", but the site itself just kept me on "DNS_PROBE_FINISHED_NXDOMAIN". How can I fix that? Thanks.
s
You're probably experiencing DNS cache, it's resolving fine for me
If you wait a bit, or try a different device/browser, you should see it working
p
You see the https://pedrex.dev/ contents?
s
Yes
p
Oh
Okay.
The problem still persists. I still get the "DNS_PROBE_FINISHED_NXDOMAIN" error when visiting the site.
s
Hmm.. that's interesting, I'm also getting it now, when it was working before
Can you share the custom domains tab for your project?
p

https://cdn.discordapp.com/attachments/1106919007669473300/1107266886162456637/image.png

s
I don't see any DNS records for your domain at all 🤔
p
It's showing up as active in the "Websites" list

https://cdn.discordapp.com/attachments/1106919007669473300/1107274200856674335/image.png

These are my DNS records.

https://cdn.discordapp.com/attachments/1106919007669473300/1107274319530303488/image.png

And SSL.

https://cdn.discordapp.com/attachments/1106919007669473300/1107274435284705390/image.png

s
https://dnschecker.org/#NS/pedrex.dev It looks like your DNS is still rolling out, which can happen when domains have just changed (e.g. recently being bought)
p
So as did you say, it's just a matter of time?
s
If you're still experiencing it 48 hours after changing the nameservers, you should come back and I'll see who I can ask about it
But for now, it looks like it's just DNS being a pain 😅
I can see in that list on the left that about half the world has it at the moment
p
Bruh, that's really pain in the ass. :D
I hope to have it up and running by Wednesday, I'm going away on Wednesday and won't be back until Friday, plus I won't have access to my computer.
s
Everything looks set up correctly at least! It's already working in some places, just not available in the whole world yet
It should in theory be completely done by tomorrow
c
Your DNSSEC is broken: https://dnsviz.net/d/pedrex.dev/dnssec/ ; EDE: 9 (DNSKEY Missing): (no SEP matching the DS found for pedrex.dev.) It looks like you set up DNSSEC at your Registrar, Porkbun, but not at Cloudflare (or otherwise Cloudflare is not serving the required DNSKEY records/signed responses). Not all Resolvers validate DNSSEC. It was most likely working for @Skye because they are not using Cloudflare's 1.1.1.1 (😢 ) or any DNS Resolver that does not validate DNSSEC. Most ISP Resolvers don't. You’ll want to either outright disable DNSSEC, or enable DNSSEC with Cloudflare and update your DNSSEC configuration with the information Cloudflare gives you: https://developers.cloudflare.com/dns/additional-options/dnssec/ (Worth noting that DNSSEC is not a required security thing, if you need your domain up urgently you can disable it entirely by removing the dnssec configuration with Porkbun, and try again when you have more time) These changes to your DNSSEC Configuration can be done at your Registrar, Porkbun.
p

https://cdn.discordapp.com/attachments/1106919007669473300/1107372531083653221/image.png

I had this DNSSEC record on Porkbun, so I only need to remove this record?
c
Yes, and you can enable DNSSEC within the Cloudflare dash and get new information to enter from them after
p
Yes, it now works without any issues.
Thanks!