0

So I just linked my custom domain with firebase and it shows connected: image of connected status which is great. But now when I search website without /index.html, it redirects me to this page. I want to see this page which is accessible only when I append website domain with /index.html. I am new to firebase. How can I make my domain access index.html page without specifically mentioning /index.html?

EDIT: I just noticed that it's working fine on the mobile devices and in the incognito tab on PC. It must be something with my chrome browser I am logged in with. which is weird :/ should I change the title? Cause I think fault could be related to browser. but help me if you can.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • https://kandarpgautam.tk/index.html shows the same page, therefore it is rather unclear what you're asking.... besides, the question doesn't offer the least details about the hosting configuration. – Martin Zeitler Aug 09 '21 at 13:15
  • @MartinZeitler I just noticed it does work fine on phone and in incognito mode of my browser but not in the normal browser tab. :/ So the issue is not what I thought it was. Is it because of browser cache or something? – kandarp gautam Aug 09 '21 at 13:28
  • @MartinZeitler thanks. I just cleared the cache of the browser. I don't know why it was like that but now it's fixed. thanks for your assistance. – kandarp gautam Aug 09 '21 at 13:35

1 Answers1

0

So the real issue wasn't the configuration but the browser cache. if you are facing similar issues then try clearing the browser cache or try browsing the website on a different device. Spent literally 1-2 hrs on such a silly problem. Either way, thank you.