You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting Not Found error when trying to create gitpod workspace from bitbucket branches where branch name consists of two parts eg: 'feature/gitpod' while all works ok with simple branch names like 'develop'
Creating branch from single commit from the same branch works (but workspace is created with git in detached state which is uncomfortable)
Steps to reproduce
install gitpod browser extension
go to your bitbucket repository to specific branch (other than develop or master) eg: feature/gitpod
Bug description
I'm getting Not Found error when trying to create gitpod workspace from bitbucket branches where branch name consists of two parts eg: 'feature/gitpod' while all works ok with simple branch names like 'develop'
Creating branch from single commit from the same branch works (but workspace is created with git in detached state which is uncomfortable)
Steps to reproduce
I'm getting error with example url:
https://gitpod.io/#https://bitbucket.org/contentportal/user-portal/branch/feature/gitpod
and strange thing is that all works nice with simple branch name like 'develop' branch:
https://gitpod.io/#https://bitbucket.org/contentportal/user-portal/branch/develop
Expected behavior
Workspace should be created.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: