Created attachment 1476669 [details] fixed_proof.png The problem was that we have fixed most of the things that were leading to API errors. But we still wanted to be prepared with a good response in case there is an API error in the future, due to some API change perhaps. You will see earlire "We're sorry, something went wrong, please try again" with a Retry button that does nothing. The bug was - the Retry button that does nothing, and the unhelpful error message. Mike's fix patches this behavior, it replaces "we're sorry" with the actual API error message and replaces Retry with Close. Verified on: 5.9.4.4.20180816162527_c00eb23 Great work! Thank you mike!