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
The server returns 400 errors with the following body:
{
"detail": [
{
"msg": "Backend aws has active instances. Delete instances before deleting the backend.",
"code": "error"
}
]
}
The frontend should by default display an error notification when getting such response from the server. Currently, 400 responses are ignored in many places.
For example, the frontend should show an error when deleting a backend fails (#2114 will make it an error to delete a backend with active instances).
The text was updated successfully, but these errors were encountered:
The server returns 400 errors with the following body:
The frontend should by default display an error notification when getting such response from the server. Currently, 400 responses are ignored in many places.
For example, the frontend should show an error when deleting a backend fails (#2114 will make it an error to delete a backend with active instances).
The text was updated successfully, but these errors were encountered: