Skip to content

Valid data is causing the API ###/review/{id}### to throw an Internal Server Error #7

Description

@harbor-sherlock

Description of issues

This is a critical issue because valid data when sent to the server is throwing an exception. Your users might not be allowed to access certain functionality and might see a non-user friendly error message.

Test Summary

Send a 'happy' flow request with all fields and all headers

DELETE /review/{id}

Payload:

{
  "id": 5
}

Response:

{
  "path": "/review/5",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": "2023-09-01T14:06:57.326+00:00"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions