1

I have purchased a domain from Godaddy let's say myCustomDomainName.com

I have created a project and deployed a web page in FireBase - https://home-myCustomDomainName.firebaseapp.com/

I have linked a custom domain in the project console enter image description here

In GoDaddy the A records and TXT Records are also updated. enter image description here

The site was up for a while. I could access my website using https://myCustomDomainName.com as well as https://www.myCustomDomainName.com

But now I keep getting Site can't be reached error. [I am however able to reach the site through firebase URL https://home-myCustomDomainName.firebaseapp.com/] [enter image description here]3

Even ping requests fail. enter image description here

Please advice on what could be wrong and how to avoid this error.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Navaneeth
  • 190
  • 1
  • 1
  • 16

1 Answers1

3

Take out the www and the .com and use @ or your sub host

e.g.

example.com:

Type: A, Value:@, IP: x.y.z.a

subdomain.example.com Type: A, Name:subdomain, IP: x.y.z.a

Saxon B
  • 351
  • 3
  • 3