Reputation: 453
I am trying to setup a custom domain (Squarespace) with Firebase App Hosting. But for some reason Firebase is not able to verify the CNAME
records. It has been more than 24 hours since I added the records in DNS settings. Any hints on how can I debug this or fix this?
Upvotes: 0
Views: 273
Reputation: 453
Found the issue apparently Squarespace automatically includes the domain name at the end of Host values, so it is not necessary to include them. Specially in the acme challenge
, just removed the domain name from the end of the string and it was propagated successfully.
Upvotes: 3