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
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
"validation_messages": {
"logo": {
"fileUploadFileErrorNoFile": "No file was uploaded",
"fileSizeNotFound": "File is not readable or does not exist",
"fileMimeTypeNotReadable": "File is not readable or does not exist",
"fileImageSizeNotReadable": "File is not readable or does not exist"
}
},
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Unprocessable Entity",
"status": 422,
"detail": "Failed Validation"
Let's say I have an FileInput type input field.
And I send
logo[] = 'test'
The response should be
{
}
But response is this.
{
}
The text was updated successfully, but these errors were encountered: