-
Notifications
You must be signed in to change notification settings - Fork 61
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
Cannot Start Dev action on quarkus component until an OpenShift Project is created #2581
Comments
@odockal It now works differently and reports the problem. The error message does not mention missing project, but at least the terminal output is not totally empty. See screenshot below. |
@dgolovin Much better with error reported. I would consider this use case to be corner one, not blocking anything. |
I am moving this to next milestone. |
@datho7561 can you please verify if this error still persists with the latest release. And if we can add any resolution to it if needed. |
I don't know how to trigger the 'Create new or set project' tree item anymore. Even when I manually modify my |
I reproduced the project not being set. Not sure what I did to get to that state though. It complains about not being logged into a cluster, I think there is another issue opened by Lukas about this. |
@datho7561 is this still an issue with latest release ? |
Yes, this is still an issue. Here is how to reproduce it:
In order to fix it, we should check if the current project exists before running |
When trying to run "Start Dev", "Manually Start Dev", "Create" (to create resources from a YAML file), or "Delete" (to delete resources from a YAML file), if the current project doesn't exist, display a notification initicating that a project needs to be selected or created, with a button that opens the wizard to do this. Fixes redhat-developer#2581 Signed-off-by: David Thompson <davthomp@redhat.com>
When trying to run "Start Dev", "Manually Start Dev", "Create" (to create resources from a YAML file), or "Delete" (to delete resources from a YAML file), if the current project doesn't exist, display a notification initicating that a project needs to be selected or created, with a button that opens the wizard to do this. Fixes redhat-developer#2581 Signed-off-by: David Thompson <davthomp@redhat.com>
When trying to run "Start Dev", "Manually Start Dev", "Create" (to create resources from a YAML file), or "Delete" (to delete resources from a YAML file), if the current project doesn't exist, display a notification initicating that a project needs to be selected or created, with a button that opens the wizard to do this. Fixes #2581 Signed-off-by: David Thompson <davthomp@redhat.com>
Env. Linux, Fedora 36, OCP: local CRC 2.9.0.
Actual result: Nothing happens, just Starting odo dev put to console. After the project is created this works.
Maybe it is simply not that clear to me, but I could not execute (it does nothing, just wrote out Starting odo dev but nothing else) Start Dev operation on created quarkus component, until a project is created on OpenShift connection.
The text was updated successfully, but these errors were encountered: