Details
-
Type:
Bug
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: 3.2.0, 3.2.0-report
-
Labels:
-
Days in progress:0
Description
Reproduction:
Setup mender production server as in https://docs.mender.io/2.3/administration/production-installation
Setup something that makes this request fail on the server : https://server/api/management/v1/deployments/deployments/releases
Load UI page : https://server/ui/#/releases
Expected:
- show content loader
- after the request fails, show an error
Occuring:
- show content loader
- after the request fails, a fully white page is displayed
ps : the error handling works fine on the other pages