简体   繁体   中英

Firebase hosting: Domain is connected but it is not working

namecheap dns is ok
at firebase everything is connected too. I get (safari can't find server) Why the pages don't appear, what i did wrong here

在此处输入图片说明 在此处输入图片说明

You must respond to web connections with a response. If you have static HTML, index.html like

<h1>Hello World</h1>

you need to install Firebase CLI Tools then do firebase deploy to push that .html file to Firebase Hosting.

I notice you have the actual name of your domain in the Host column. I've always used ( and seen it with ) the @ sign in the Host column. Put @ in your Host column for your A Records.

Without additional information, it will be hard to offer more answers. Related to Ron's answer... Is your site hosted and running on the default Firebase-provided URL, and it's just the DNS setup you're struggling with? Or is your site not even showing up with the default-Firebase site? Are you sure that you've successfully deployed your site?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM