Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't host my repository as static website

Rafael Santos
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 28, 2021

Following the guide described in here

 

I created the workspace gleechiapi that has workspace ID gleechiapi

 

Then I created the repository named gleechiapi.bitbucket.io

I pushed all my html/css/js files there and the index.html is there

Yet when I try to open https://gleechiapi.bitbucket.io

it does not work. Can someone help?

 

1 answer

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 31, 2021

Hi @Rafael Santos 

Welcome to the community!

Can you confirm that index.html is created under your repositories root directory? Also, please ensure that the index.html filename is in lowercase since Bitbucket only recognizes the lowercase filename for index.html

I hope this helps.

Cheers,
Syahrul

Rafael Santos
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2021

yes I can confirm that it is. I'm attaching a screenshot where you can see the file and also the url in the address bar showing the root path Screenshot 2021-11-02 at 22.12.42.png

Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 2, 2021

Hi @Rafael Santos 

Thanks for the update. I suspect that this is an issue with the index.html so can you use a simple HTML as below and see if you are able to access your static website?

<html>
<title>Test</title>
<body>
This is test
</body>
</html>

Let me know how it goes

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events