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?
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.