-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugbuggy, it does not work as expectedbuggy, it does not work as expected
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Which deploy/s?
development (master)
Current Behavior
ON a 5XX response, the front-end does nto display the error message in the respons
Expected Behavior
On a 5XX response, if there is an error message in the response, it should be shown, otherwise use a default message
Steps To Reproduce
In order to reproduce an unexpected error, build and local, checkout master on commit 997eeb3
git checkout 997eeb3129754d3295ddbca13afb788f78386a31make buildmake up-prod- in the db select a product (e.g.
osparc) - remove the
groups_extra_propertiesrow associated to thatproduct-> this will make the configuration invalid and in this commit this error was not handled correctly. - try to login
- it will fail displaying a strange message
Anything else?
From #6432, the response is standard
I did a reference to it in #6485 (review) as well.
Metadata
Metadata
Labels
bugbuggy, it does not work as expectedbuggy, it does not work as expected
