Replies: 1 comment 1 reply
-
The payload of the request is changed since v2.13.1. But you could always see in the application dev. Console what is sent and the response. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When trying to create a new Risk Analysis, /api/client-anr returns 400 with the following error message:
{"errors":[{"validationErrors":{"label":["Value is required and can\u0027t be empty"]}}]}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New risk analysis should be created.
Desktop (please complete the following information):
Additional context
An analysis of the data sent to the API reveals that only "label2" and "description2" (if English is chosen, or "label1 and "description1" if French) are sent:
If I rename "label2" to "label" (or just add a new "label" parameter instead), it does go through but later when I try to open the risk analysis from the list I only get a blank screen.
Did I miss a crucial step before being able to create risk analyses?
Beta Was this translation helpful? Give feedback.
All reactions