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
firebase firebase-hosting
add a comment |
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
firebase firebase-hosting
add a comment |
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
firebase firebase-hosting
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
firebase firebase-hosting
firebase firebase-hosting
asked Jan 18 at 17:38
marrioamarrioa
4052723
4052723
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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?
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix yourHost
column.
– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
|
show 1 more comment
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 did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54258945%2ffirebase-hosting-domain-is-connected-but-it-is-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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?
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix yourHost
column.
– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
|
show 1 more comment
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?
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix yourHost
column.
– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
|
show 1 more comment
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?
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?
answered Jan 18 at 21:38
JeremyWJeremyW
1,678313
1,678313
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix yourHost
column.
– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
|
show 1 more comment
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix yourHost
column.
– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
Yes it is working at the firebaseapp.com
– marrioa
Jan 18 at 22:05
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix your
Host
column.– JeremyW
Jan 18 at 22:12
@marrioa Awesome! That's one big hurdle out of the way. Next you need to fix your
Host
column.– JeremyW
Jan 18 at 22:12
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
Type A Record Host @ IP Address 151.101.1.195 TTL Automatic
– marrioa
Jan 18 at 22:23
I did the edit but same result.
– marrioa
Jan 18 at 22:24
I did the edit but same result.
– marrioa
Jan 18 at 22:24
It did works now
– marrioa
Jan 19 at 10:51
It did works now
– marrioa
Jan 19 at 10:51
|
show 1 more comment
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 did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
add a comment |
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 did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
add a comment |
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.
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.
answered Jan 18 at 20:07
Ron RoystonRon Royston
6,07732540
6,07732540
I did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
add a comment |
I did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
I did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
I did the installation part + html Already working at the firebaseapp.com
– marrioa
Jan 18 at 22:03
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54258945%2ffirebase-hosting-domain-is-connected-but-it-is-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown