You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently sending bad requests to the application endpoint and results in 500 server errors. This should not be the case and proper error handling should be added and proper error messages should be sent.
Describe the solution you'd like
Check all values of the application endpoint. What happens if they are set to "wrong" values. E.g. if setting `"givenInformationIsCorrectAndComplete" to false a 500 error is thrown or if an empty string is sent for any value (like forename) the server sends a 500 error.
Also if sending multiple query / muntations at once leads to an 500 error
Additional context
As this endpoint is open it should handle all kinds of requests that it gets properly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently sending bad requests to the application endpoint and results in
500 server errors
. This should not be the case and proper error handling should be added and proper error messages should be sent.Describe the solution you'd like
Check all values of the application endpoint. What happens if they are set to "wrong" values. E.g. if setting `"givenInformationIsCorrectAndComplete" to false a 500 error is thrown or if an empty string is sent for any value (like forename) the server sends a 500 error.
Also if sending multiple query / muntations at once leads to an 500 error
Additional context
As this endpoint is open it should handle all kinds of requests that it gets properly.
The text was updated successfully, but these errors were encountered: