-
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
Navigating to ide
link provided by workspace API does not open Theia IDE in Che 7
#12376
Comments
ide
link provided by workspace API does not open Theia IDE in Che 7ide
link provided by workspace API does not open Theia IDE in Che 7
Talked with @vparfonov today about this issue. I think it is related to the way how we handle http://host/namespace/workspacename links in https://github.com/eclipse/che/search?q=IDEController&unscoped_q=IDEController |
@vparfonov hi, could you please clarify if the issue planned to be fixed in |
@ibuziuk Hi, yes work on it. Will be done on this week |
@vparfonov not sure I'm doing everything correct, but I can not find ide link in the GET
|
@ibuziuk and on a RUNNING workspace ? |
@benoitf could you please clarify why should it matter? I would expect that links would be available regardless of the workspace state (otherwise it will not work for openshift.io flow) |
links for running che 7 workspace seems to be also missing:
|
@ibuziuk you should use |
@ibuziuk and some links are only available when a workspace is running (didn't check for |
@benoitf hmm.. interesting was it always like that or. smth. have changed in API recently ? |
ok seems that |
Once workspace is created a few links are exposed via workspace API e.g.
However, for workspaces created based on
che7
stacks, navigating toide
link does not open Theia IDE:NOTE: navigating to workspace via UD e.g.
https://che.openshift.io/dashboard/#/ide/ibuziuk@redhat.com/wksp-d0fg
works just fine since the url is edirect to workspace-loader app and it decides which IDE to load in this method https://github.com/eclipse/che/blob/master/workspace-loader/src/index.ts#L348Currently, this issue prevents che-starter to support
che7
for openshift.io flow since workspace startup fall back onide
link provided by workspace API.More details can be found in redhat-developer/che-starter#323 (comment)
The text was updated successfully, but these errors were encountered: