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
Sometimes workspace can fail during shutdown with this error:
'cannot initialize workspace: no backup found; last backup failed: workspace does not exist.'
This happens because DisposeWorkspace can be called multiple times.
First call removes workspace id from the store, and second one will fail.
Steps to reproduce
it happens randomly. Look in logs for 'workspace does not exist'