Critical Workspace Corruption Bug

The drag-and-drop UI for folders collapsed automatically. During a move action, an image file got corrupted, lost its format, and was renamed to the target folder’s name. Now, ALL projects in my workspace are broken and the UI crashes (ERR_CONNECTION_CLOSED / UI freezing). Furthermore, calling client.files.list() via the Python SDK returns an empty list, so the corrupted files are stuck in a phantom state in the web backend and cannot be deleted via API. Please reset my workspace file metadata/storage to fix the UI lock.

Update: The UI drag-and-drop crashes seem to be partially mitigated. However, two major issues remain:

  1. Drag-and-drop drop-zones are vertically misaligned (dropping a file into folder A sends it to folder B. Dragging files inside folder B sends files to random subfolders of file B).
  2. client.files.list() via the Python SDK still returns an completely empty list. It appears the backend storage is still desynced from the new AQ. keys.