Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DNS - Firebase connect to Namecheap still says Needs setup?

Ok, it has been less than 24 hrs but more than 10, and I find it odd that I am still getting a status of Needs setup in Firebase just trying to redirect to a custom domain, bought with Namecheap. I don't know what Im doing wrong but I still get the "insecure connection" error trying to access my site.

Here are the records specified in Firebase to be added to my Namecheap records:

enter image description here

Namecheap is in accordance:

enter image description here

I used @ for the same host as specified by Namecheap - is something wrong? How long should this take if not?

like image 247
blue Avatar asked Jan 14 '18 17:01

blue


People also ask

How do I change my host URL on firebase?

Scroll down in 'Manage Site' and create a new site, then deploy there. You can't change your domain, but you can change the host! You can make as many sites as you want.

Is firebase hosting free?

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

You need to change the CNAME record to your firebase app URL:
example-app.firebaseapp.com. (Make sure to include the dot at the end) and you should also change the TTL on both A records to Automatic.

Then, delete the URL Redirect record. That should fix your problem. I'd wait up to an hour after these changes for the changes to take effect.

This is what my namecheap DNS setup looks like
I added the www A records because I have a redirect in my Firebase console, but you don't need those.

like image 62
Devin Riegle Avatar answered Sep 20 '22 14:09

Devin Riegle