DNS Transfer issues!

Hi I have just transferred a domain name to Netlify NS servers, all the global DNS propagation checkers are showing the correct nsone 1 2 3 4 addresses, but on my dashboard my primary domain is saying ‘Awaiting Netlify DNS’, while the www sub domain says Netlify DNS with a green tick.

I have only done a few DNS transfers in the past and am not 100% I am configured correctly, so would it be possible for someone to check please?

The domain is learningaugment.com and it should be pointing to my production deploy

https://67976c5e4fb08e000854f657--augmented-learning-production.netlify.app/

Thanks in advance.

This is now resolved, the site is up-and-running

I have the green ticks but the site isn’t visible at the domain name. Also when will the MX and TXT settings take effect for the email to continue working?

The site is currently up-and-running on my end, could you try opening the site in a different browser or incognito window?

Additionally, I am seeing those MX and TXT records propagated:

$ dig MX learningaugment.com

; <<>> DiG 9.18.21 <<>> MX learningaugment.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17059
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; ANSWER SECTION:
learningaugment.com.	3600	IN	MX	0 learningaugment-com.mail.protection.outlook.com.

$ dig TXT learningaugment.com

; <<>> DiG 9.18.21 <<>> TXT learningaugment.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6599
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; ANSWER SECTION:
learningaugment.com.	3600	IN	TXT	"ms58808851"
learningaugment.com.	3600	IN	TXT	"v=spf1 include:spf.protection.outlook.com -all"

;; Query time: 17 msec
;; SERVER: 208.59.247.45#53(208.59.247.45) (UDP)
;; WHEN: Mon Jan 27 15:01:02 CST 2025
;; MSG SIZE  rcvd: 158

Yeah, tried on a few browsers and devices. It did work briefly but then stopped. In the interim I added a CNAME record for email autodiscover so don’t know if that affected it. I also deployed an updated version of the site from github though I doubt that would be an issue.

Hi @snowdog773,

Could you clarify what you’re seeing?

As Sid mentioned, the MX and TXT records appear to have propagated:

dig MX learningaugment.com +short
0 learningaugment-com.mail.protection.outlook.com.

dig TXT learningaugment.com +short
"ms58808851"
"v=spf1 include:spf.protection.outlook.com -all"

I’m showing those match up with the values that have been added to the Netlify DNS Zone.