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 back-end is returning 500 (Internal server error) instead of 503 (Service unavailable) when connection with cloud service times out. The fix should be to include ETIMEDOUT and EAGAIN to the list of request errors, which means the cloud service is unavailable.
Steps to reproduce
Bring WebUI's container up
Bring Cloud's container up
Don't connect them together
Run cloud configuration
Try to sign up
Expected result
Show an error message telling that the cloud service is unavailable.
Actual result
Shows an error message telling that an unexpected error occurred.
The text was updated successfully, but these errors were encountered:
The back-end is returning 500 (Internal server error) instead of 503 (Service unavailable) when connection with cloud service times out. The fix should be to include ETIMEDOUT and EAGAIN to the list of request errors, which means the cloud service is unavailable.
Steps to reproduce
Expected result
Show an error message telling that the cloud service is unavailable.
Actual result
Shows an error message telling that an unexpected error occurred.
The text was updated successfully, but these errors were encountered: