che
che copied to clipboard
Dashboard keeps refreshing when restarting workspace and refreshing the editor
Describe the bug
The dashboard keeps refreshing (0:03 - 0:32) when restarting workspace and refreshing the editor:
In general, this happens if you refresh the editor while restarting the devworkspace.
Che version
7.89@latest
Steps to reproduce
- Start a workspace and wait until the editor opens.
- In the terminal, run the following to cause the workspace to restart:
kubectl patch devworkspace <DevWorkspace_name> --patch '{"spec":{"template":{"attributes":{"pod-overrides":{"metadata":{"annotations":{"hello":"world"}}}}}}}' --type=merge
- Refresh the editor
Expected behavior
Ideally, the automatic dashboard refreshes shouldn't happen, and it should go straight to the workspace startup page when refreshing the editor in step 3 in the reproduction steps above:
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response