skip to Main Content

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?

2

Answers


  1. Chosen as BEST ANSWER

    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.


  2. I am having the same issue – would you please share an example of what you did?
    I have the apex domain with
    A (went ok) changed host to "@",
    TXT(went ok) changed host to "@",
    CNAME (not allowed) squarespace says that DNS record is incorrect host=_acme-challenge_5fs6avd454ah3pgk.dentiste-info.fr.

    where and how did you check? https://dnschecker.org/#CNAME/dentiste-info.fr ?
    thanks for your help

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search