Yes a 502 returns html (from nginx). But at that point, you should be validating the status code of the response instead of attempting a deserialization right away.
This is a basic thing which according to other comments at least 4 apps are not doing and should definitely be present.
Unfortunately this is a bug in the UI.
Yes a 502 returns html (from nginx). But at that point, you should be validating the status code of the response instead of attempting a deserialization right away.
This is a basic thing which according to other comments at least 4 apps are not doing and should definitely be present.