I'm not sure why this happens, but when we are logged into the UI and the server is down (or some other reason), will sometimes see an error screen like this:
That's pretty ugly, i'm not sure why the paginated call does that, but we have some other spots as well will stack up a bunch of errors like this. I'd like to at least capture when we are in a situation where there are multiple 5xx errors happening we can short-circuit things and show an error-page stating that the server may be temporarily down and to try again in a few minutes?
I'm not sure why this happens, but when we are logged into the UI and the server is down (or some other reason), will sometimes see an error screen like this:
That's pretty ugly, i'm not sure why the paginated call does that, but we have some other spots as well will stack up a bunch of errors like this. I'd like to at least capture when we are in a situation where there are multiple 5xx errors happening we can short-circuit things and show an error-page stating that the server may be temporarily down and to try again in a few minutes?