Site is live, but dig is returning NXDOMAIN and no ssl cert is provided

Hi Support,

I registered my domain peachpieproject.org July 30 and pointed it to Netlify DNS via nameserver (below). I can visit the production site with multiple browsers locally (USA) without issue. It does appear to be publicly accessible, but in the console, I see that “DNS verification was successful”. It has been over 24 hours and no cert has been provisioned. Below is the troubleshooting I’ve done.

Can you help me understand why my cert isn’t being provisioned?

Nameservers set to with my domain registrar:

dns1.p05.nsone.net
dns2.p05.nsone.net
dns3.p05.nsone.net
dns4.p05.nsone.net

Using dig on the A record dig peachpieprojet.org dns1.p01.nsone.net A, I see both a NXDOMAIN and a NOERROR in the response (below)

; <<>> DiG 9.10.6 <<>> peachpieprojet.org dns1.p01.nsone.net A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 7301
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
; OPT=15: 00 0c 49 6e 76 61 6c 69 64 20 64 65 6e 69 61 6c 20 6f 66 20 65 78 69 73 74 65 6e 63 65 20 6f 66 20 70 65 61 63 68 70 69 65 70 72 6f 6a 65 74 2e 6f 72 67 2f 61 ("..Invalid denial of existence of peachpieprojet.org/a")
;; QUESTION SECTION:
;peachpieprojet.org.		IN	A

;; AUTHORITY SECTION:
org.			1800	IN	SOA	a0.org.afilias-nst.info. hostmaster.donuts.email. 1690912314 7200 900 1209600 3600

;; Query time: 47 msec
;; SERVER: 192.168.86.1#53(192.168.86.1)
;; WHEN: Tue Aug 01 12:01:12 MDT 2023
;; MSG SIZE  rcvd: 186

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58531
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;dns1.p01.nsone.net.		IN	A

;; ANSWER SECTION:
dns1.p01.nsone.net.	21426	IN	A	198.51.44.1

;; Query time: 39 msec
;; SERVER: 192.168.86.1#53(192.168.86.1)
;; WHEN: Tue Aug 01 12:01:12 MDT 2023
;; MSG SIZE  rcvd: 63

Netlify subdomain: https://peachpieproject.netlify.app/

I have not had any build problems.

As mentioned in the helpdesk, your website appears to be working.