Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Custom Domain Showing "Site Not Found"

I have verified the Domain Name Also, have linked the A records It's been 24 Hour's since the changes have been made to DNS Records Yet the screen remains same

The app works perfectly on Firebase Default Domain. image of error from firebase

like image 520
Rehman Deraiya Avatar asked Oct 08 '19 14:10

Rehman Deraiya


People also ask

How do I add Godaddy domain to firebase hosting?

Go to the console.firebase.google.com, choose the project. And click on the hosting tab. It would look something like this. Click on the add custom domain button.

Does firebase give free domain?

For serving your content, Firebase offers several domain and subdomain options: By default, every Firebase project has subdomains at no cost on the web. app and firebaseapp.com domains. These two sites serve the same deployed content and configuration.


1 Answers

If anyone comes here this might help. Usually, it happens because of some kind of error during picking DNS info between the 'www.example.com' and the 'example.com'. What worked for me, is to delete the domain from the firebase console and to reconnect it back. Don't change anything on your DNS provider if everything is set correctly.

Note: This is when your domain status shows connected but you still experience the "Site not found" error

If you have problems connecting your domain, some DNS providers use "@" instead of "www.example.com" and some simply use "example.com"

like image 89
Francisca Mkina Avatar answered Sep 21 '22 13:09

Francisca Mkina