I was no able to open workspace with a direct like this https://che-che.apps-crc.testing/admin/gogo



Workspace loaded correctly.
kubectl version) oc version)minikube version and kubectl version)minishift version and oc version)docker version and kubectl version)@sleshchenko do you have an idea how to fix it?
@skabashnyuk it fails there because String doesn't have the contains method (was removed some time ago AFAIK). The best way is to use indexOf() which is supported by all browsers.
it fails there because String doesn't have the contains method

I suppose we're able easily to configure tomcat to redirect ${namespace}/${workspaceName} -> workspace-loader/${namespace}/${workspaceName}, but not sure if we need it. @skabashnyuk WDYT?
I suppose we're able easily to configure tomcat to redirect ${namespace}/${workspaceName} -> workspace-loader/${namespace}/${workspaceName}, but not sure if we need it. @skabashnyuk
We could try. I assume that might be some edge cases. It's for sure will take more time then https://github.com/eclipse/che/pull/16127. Thanks, guys for this pr.
Most helpful comment