I am trying to publish few static html pages. I created a private repository matching my username and followed all steps mentioned in https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
But still it gives error 'Repository not found' when I try to access static page from ***.bitbucket.io
Am I missing anything?
Many Thanks,
Hello all. I had the same problem and this was the workaround:
If your workspace ID is johndoe, do the following:
The workspace ID needs to be the same name as your repository, but without the .bitbucket.io, you add it only in the repository name.
Hope it can help you!
Thank you Tyler for the correct answer: https://community.atlassian.com/t5/Bitbucket-questions/BitBucket-Pages-Repository-Not-Found/qaq-p/933145
was the problem solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you still having this issue?
You should have a repository with the following name:
workspace-id
.bitbucket.io
After you add an index.html to the root of the repository you should be able to access your page at workspace-id.bitbucket.io - it may take a minute for the page to appear after publishing it to your repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Tyler,
Thanks for the answer.
The issue is resolved. The solution that worked was creating new repository with accountname.bitbucket.org instead of accountname.bitbucket.io
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is misleading.
A static website contains coded HTML pages with fixed content. Websites hosted in this way will have the bitbucket.io
domain in their URL. For example, if the workspace ID for a repository was tutorials
, you would set the Repository name to tutorials.bitbucket.io
.
What if you don't want a repo with your username?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, the original answer is outdated. The name in the URL for a static website is the Workspace ID, not the account name (username).
I've updated the December 2018 answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.