This problem occurs when the deletion of a workspace fails, but the associated Entra application has been removed successfully.
The UI will show that the workspace deletion has fail but clicking on the details just gives the error message "Error retrieving workspace Cannot read properties of undefined (reading 'split')"
Looking at the browser console logs it is possible to see the error is due to failed authentication
POST https://login.microsoftonline.com/<tenant-guid>/oauth2/v2.0/token 400 (Bad Request)
Unable to get a token silently ServerError: invalid_resource: 500011: AADSTS500011: The resource principal named api://trename-ws-34fa was not found in the tenant named <tenant-guid>. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.
This problem occurs when the deletion of a workspace fails, but the associated Entra application has been removed successfully.
The UI will show that the workspace deletion has fail but clicking on the details just gives the error message "Error retrieving workspace Cannot read properties of undefined (reading 'split')"
Looking at the browser console logs it is possible to see the error is due to failed authentication
POST https://login.microsoftonline.com/<tenant-guid>/oauth2/v2.0/token 400 (Bad Request)Unable to get a token silently ServerError: invalid_resource: 500011: AADSTS500011: The resource principal named api://trename-ws-34fa was not found in the tenant named<tenant-guid>. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.