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
In upcoming version of Gitpod -
Running manual prebuild, when a prebuild is already running on the same commit, results in an error page with the wrong information of what's happening.
Unfortunately, "Unrecognized context" is kind of a "catch all" for multiple possible problems. The full error is currently logged in the browser console, but I totally agree that the correct error message should also be visible on the page.
Bug description
In upcoming version of Gitpod -
Running manual prebuild, when a prebuild is already running on the same commit, results in an error page with the wrong information of what's happening.
In the current version of Gitpod, it works as expected,
Steps to reproduce
Open a GitHub repo link, with the manual Gitpod prefix command
/#prebuild/
.https://main.staging.gitpod-dev.com/#prebuild/https://github.com/shaal/gitpod-bug-repro
While this is running - open the same link, in another tab.
You will see that in the 2nd tab the error is:
Unrecognized context: 'prebuild/https://github.com/shaal/gitpod-bug-repro'
Run the same process above, but in current version of Gitpod, and you'll see the correct error being displayed:
https://gitpod.io/#prebuild/https://github.com/shaal/gitpod-bug-repro
Expected behavior
Display the correct error message - that another prebuild for that commit is already running.
Example repository
Any repo would work, I used https://github.com/shaal/gitpod-bug-repro
[Upcoming Gitpod] Screenshot:

[Existing Gitpod] Screenshot:

The text was updated successfully, but these errors were encountered: