-
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
Cannot expand left panel if a direct link to a workspace is using #20494
Comments
When clicking on |
@azatsarynnyy according to the shared context, I think it's the theia bug and it uses internal CHE URL (CHE_INTERNAL_URL) but should use public (CHE_URL). |
We'll look at it for 7.39. |
I believe there's not much sense to work on that issue for us. Considering there's no IDE IFRAME in the Dashboard anymore. |
but IMHO anyway we would need a way to open dashboard from the Editor |
Describe the bug
Prehistory of my case:
But now there is no
workspace-loader
and I use link from workspace dto. This works as well as earlier, except expanding left panel.Exactly the problem is in the link that client side got from server via
/services
I expect link is https://che-namespace.k8s.managed.cloud/dashboard/#/ide/admin/temp-prj. But link is:
http://che-host.namespace.svc:8080/dashboard/#/ide/admin/temp-prj
Che version
7.34
Steps to reproduce
Expected behavior
As in 7.15
Runtime
Kubernetes (vanilla)
Screenshots
No response
Installation method
chectl/latest
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: