An Azure service that provides streamlined full-stack web app development.
Figured it out!
It was the CAA record stopping the validation, had to add digicert.com for it to go through
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good day!
Having added 2 custom domains to my Static Web App, they have both been "Validating" for 72+ hours
Using Powershell "Resolve-DNSname -type TXT" I can see the correct TXT record, same records are visible via MXToolBox. I have also confirmed that the correct value is matched to the corresponding domain entry.
Before this I tried on a different app for 48 hours, which I deleted and retried with the current one hoping it would make a difference.
Any ideas how to kickstart or troubleshoot this further?
An Azure service that provides streamlined full-stack web app development.
Figured it out!
It was the CAA record stopping the validation, had to add digicert.com for it to go through
I'm facing the same issue except I'm using Azure DNS.
@Theodor Nygård Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Edited: copying the answer posted by Theodor Nygård to benefit the community member.
"It was the CAA record stopping the validation, had to add digicert.com for it to go through" Thanks for sharing the solution with the community.
I see you are trying to add subdomain and apex domain of same domain to static webapps.
As mentioned in the documentation, if you are trying to add the subdomain (www.nygard.dev) then you need to add the CName record instead of TXT record in your DNS zone and for apex domain (nygard.dev) you need to add TXT and ALIAS record in your DNS zone.
Can you retry adding the CNAME record for subdomain and TXT, ALIAS record for APEX domain and let us know if you are still facing the issue.