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
If you follow a URL to a workspace build, and the workspace has been deleted, then the Coder dashboard loads the top and bottom bars, but spins forever in the main content page.
It issues a request to /api/v2/users/<user>/workspace/<workspace>/builds/<num>, which comes back 404. So, this appears to be a front-end bug, as we should be able to tell from the 404 that the build or workspace no longer exists.