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
At the moment, the server returns a 500 server error when the connection fails.
This should be handled better by returning a 400 bad request with the following response object:
{"status":"CONNECTION ERROR","message": "some error that was the cause of the failure"}
This should then be shown in the error overlay.
For now, we can just return the raw error message without regard for translation or transformation.
The text was updated successfully, but these errors were encountered:
At the moment, the server returns a 500 server error when the connection fails.
This should be handled better by returning a 400 bad request with the following response object:
{"status":"CONNECTION ERROR","message": "some error that was the cause of the failure"}
This should then be shown in the error overlay.
For now, we can just return the raw error message without regard for translation or transformation.
The text was updated successfully, but these errors were encountered: