-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"Restart from local devfile" option resulting in http error #23031
Comments
Here is all the version info from the Dashboard: Dashboard Version 7.86.1 |
I've tried doign a clean restart of the workspace, both using the "restart workspace" option from within the IDE, and the stop/start options from the Dashboard. The workspace restarts cleanly in both cases, but it doesn't change the "restart from local devfile" behavior |
Devfile is linked above. Only change I made was I added |
I'm not sure we can fix it on the editor side. I did a fork of the repository from issue description https://github.com/vitaliy-guliy/devhub-plugin |
So is the problem here that che doesn't support multiple preStart tasks? |
Ok, I figured it out... from the error message above,
and from reading about the different event types, I figured out that you can't have Here's the resulting devfile that works. https://github.com/etsauer/devhub-plugin/pull/4/files So... could the topic for this issue move to, "how can we get the error message above to display in the IDE pop-up as well"? |
Yes. I partially fixed it here che-incubator/che-code#363 |
@vitaliy-guliy Resolving this issue might also help debug #23045 more easily |
Describe the bug
When I update my devfile and hit the "restart from local devfile" option, I get a pop-up in vscode that says "Failed to update Devfile. HttpError: HTTP request failed". I've been unable to find any more info in the IDE output tab, Problems tab, or pod logs about this issue.
Che version
7.81
Steps to reproduce
Expected behavior
Work space restarts, and the page reloads
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: