che icon indicating copy to clipboard operation
che copied to clipboard

Dashboard keeps refreshing when restarting workspace and refreshing the editor

Open dkwon17 opened this issue 1 year ago • 0 comments

Describe the bug

The dashboard keeps refreshing (0:03 - 0:32) when restarting workspace and refreshing the editor:

Video

Screencast from 2024-08-15 15-23-17.webm

In general, this happens if you refresh the editor while restarting the devworkspace.

Che version

7.89@latest

Steps to reproduce

  1. Start a workspace and wait until the editor opens.
  2. 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
  1. 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:

image

Runtime

OpenShift

Screenshots

No response

Installation method

chectl/next

Environment

Linux

Eclipse Che Logs

No response

Additional context

No response

dkwon17 avatar Aug 15 '24 20:08 dkwon17