Skip to content

/api/v2/system/crls returns 500 with INTEGER_FIELD_WITH_NON_INTEGER_INTERNAL_VALUE #864

@BernhardPollerspoeck

Description

@BernhardPollerspoeck

calling "/api/v2/system/crls" leads the result with Code 500 and the following body:

{
"code": 500,
"status": "internal server error",
"response_id": "INTEGER_FIELD_WITH_NON_INTEGER_INTERNAL_VALUE",
"message": "Cannot parse IntegerField reason from internal because its internal value is not a numeric value. Consider changing this field to a StringField.",
"data": []
}

Given the firewall is working as expected, i would assume the Data Type in the Api is too restrictive or strict. If more details about the given crls are needed, let me know what details and i get them supplied asap.

This is unfortunally a blocking issue on our side, if there is anything we can do to get to a Resolution or workaround, please let us know here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions