-
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
Workspace isn't accessible right after installing a plugin #13912
Comments
@akurinnoy Before I get a chance to try that myself... Is there a workaround, or this results in completely unusable workspace? |
@rhopp workspace works well if you refresh the page. I made a mistake - pointed wrong version of Che. I got the bug on nightly version. Description is updated. |
Even the workaround is pretty simple (F5), this looks like a nasty bug. I would vote for fixing this in GA. |
I have the same issue in Che on minikube It looks something has changed on the backend. Now before refreshing the page plugin manager should wait a bit until workspace has been stopped completely. Devfile I am using to create a workspace metadata:
name: che-theia-all
projects:
- name: che-theia
source:
location: 'https://github.com/eclipse/che-theia.git'
type: git
components:
- mountSources: true
endpoints:
- name: theia-dev-flow
attributes:
protocol: http
public: 'true'
port: 3030
memoryLimit: 4Gi
type: dockerimage
image: 'eclipse/che-theia-dev:next'
alias: che-dev
- id: redhat/vscode-yaml/latest
type: chePlugin
- id: che-incubator/typescript/latest
memoryLimit: 2048M
type: chePlugin
- id: eclipse/che-theia/next
type: cheEditor
alias: theia-editor
- id: redhat/php/latest
type: chePlugin
apiVersion: 1.0.0
commands:
- name: build ... DEV che-theia
actions:
- workdir: /projects/che-theia
type: exec
command: |
yarn
component: che-dev |
I have changed this issue title because the workspace is restarted successfully but the user is redirected too early and the app is not ready yet. |
Describe the bug
After installing a plugin listed in "Che plugin" panel I tried to restart the workspace by click on the popup and confirming that in dialog window. Instead of the workspace-loader page I got server error.
Che version
Steps to reproduce
Expected behavior
Workspace is loading and workspace-loader shows loading logs.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: