You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend crashed when opening an old annotation’s restore view, because there were updateUserBoundingBoxesInVolumeTracing actions in the log that didn’t have the boundingBoxes field. Those actions were compacted and were correctly marked as such (isCompacted=true).
We should figure out how to show these actions in the version restore view.
should earliestAccessibleVersion have been set?
should those actions be handled by the frontend at all?