NS_ERROR_UNKNOWN_HOST / net::ERR_NAME_NOT_RESOLVED on my website after changing DNS
Hey everyone! I added a DNS record (CNAME from auction.xiaojiba.dev => xiaoijba.dev)
But the website didn't work (https://auction.xiaoijba.dev/) even though I could cURL it and had the right HTML served
Now I tried to remove the proxy and add it back to https://xiaoijba.dev/ and now this one is also down (I also tried to be in developement mode)
I'm getting the NS_ERROR_UNKNOWN_HOST error in Firefox and net::ERR_NAME_NOT_RESOLVED in Chrome
I can cURL both websites:
curl 'https://xiaojiba.dev'
or curl 'https://auction.xiaojiba.dev'
Has anyone encountered this before?4 Replies
By the way: DNS seems to point to cloudflare just right: https://dnschecker.org/#A/xiaojiba.dev
DNS Checker
DNS Checker - DNS Check Propagation Tool
Check DNS Propagation worldwide. DNS Checker provides name server propagation check instantly. Changed nameservers so do a DNS lookup and check if DNS and nameservers have propagated.
Here is my config
Also tried to purge cache 🫡
Ok, I did nothing and it's up now 🤷♂️