Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Hosting Custom Domain - site not "Go Live" after update DNS records by "CNAME records" method

My domain verification process is completed and i also update my domain's DNS records to point to Firebase using "CNAME records" method (updated before approx 96 hours) but my site was not "Go Live". In Firebase console Hosting menu that give me below message:

Your site will go live when your domain registrar propagates your updated records.

I have already deploy my site default index.html using "Firebase deploy" CLI command and it's already successfully uploaded on "mydomainname.firebaseapp.com"

My Question: why my custom domain is not redirect to Firebase hosting?

Note: I have set default GoDaddy DNS nameservers in my domain.

like image 274
Jaldeep Asodariya Avatar asked Jun 17 '16 06:06

Jaldeep Asodariya


People also ask

How do you update a file that I deployed to Firebase Hosting?

You cannot change hosted files in the Firebase Console. Instead, you should change the index. html on your local copy where you initially ran the firebase deploy command. Once you're done with the changes, run firebase deploy again to push the updated version of your website to Firebase Hosting.


1 Answers

If you're using GoDaddy

Just try changing your host name from 'customdomain.com' to '@'

That worked for me

like image 132
Ian Samz Avatar answered Sep 20 '22 12:09

Ian Samz