Closed
Description
DESCRIPTION
curl 'http://localhost:5000/people?='
returns
{
"links": {
"self": "http://localhost:5065/people?="
},
"errors": [
{
"id": "76871a51-79fc-46ba-848b-f8027f5a03ed",
"status": "500",
"title": "An unhandled error occurred while processing this request.",
"detail": "String cannot be null or empty. (Parameter 'parameterName')"
}
]
}
STEPS TO REPRODUCE
- Follow https://www.jsonapi.net/getting-started/step-by-step.html
- Run
curl 'http://localhost:5000/people?='
EXPECTED BEHAVIOR
A proper 4XX explaining the problem.
ACTUAL BEHAVIOR
A 500.