-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX: Dead end when image-build fails during prebuild #4879
Comments
/schedule |
If the image build for a prebuild fails, the following options come to mind:
Either way, we should probably show the image build error irregardless :) |
Let's clarify on how we want to do this, and then re-schedule (due to its priority it will end up at the top of the list anyways). |
Regarding 2:
This is exactly what happened in the incident where this was discovered. So no viable option IMO. Regarding 3: Given the above "Skip Prebuild and use Default Image" feels like the only non-magic option that helps the user. Another option:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there a solution for this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there a solution for this issue? |
@gtsiolis It's hard to know what is the cause of the issue, but I'm still experiencing prebuilds are "stuck". |
Prioritizing as part of #7812 |
Tested this with an image build that fails and I was able to continue. I will close this. |
Thank you |
Bug description
When an image build for a preview fails, the user is left on alone on a HeadlessLogView, without any error being displayed.
The gap here stems from the fact that the HeadlessLogView assumes we will navigate away from it on workspace start, no matter the prebuild result. But we'll only do so if
ideUrl
is set for that instance - which is not the case during image builds.Context:
.gitpod.Dockerfile
) #4856 (comment)Steps to reproduce
Expected behavior
The exact behavior is up to discussion, but we should make sure we unstuck the user here!
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: