Reputation: 300
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
In GoDaddy the A records and TXT Records are also updated.
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/]
[]3
Please advice on what could be wrong and how to avoid this error.
Upvotes: 1
Views: 1545
Reputation: 351
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
Upvotes: 3