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
Im trying the latest 1.1.1 version, followed the steps mentioned(though its little outdated) and getting the below exception.
Exception: Cannot convert value of type [org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile] to required type [com.bertramlabs.plugins.selfie.Attachment] for property 'profilePicture': no matching editors or conversion strategy found
Also how can i handle SizeLimitExceededException gracefully? Tried to catch but it didnt go well!
And i have to explicitly set the constraint blank false and nullable true.. otherwise my domain fails to create records..
Please advise.
Also do you mind if i could fork the project and update few things and submit a PR?
The text was updated successfully, but these errors were encountered:
Hi,
Im trying the latest 1.1.1 version, followed the steps mentioned(though its little outdated) and getting the below exception.
Exception: Cannot convert value of type [org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile] to required type [com.bertramlabs.plugins.selfie.Attachment] for property 'profilePicture': no matching editors or conversion strategy found
Also how can i handle SizeLimitExceededException gracefully? Tried to catch but it didnt go well!
And i have to explicitly set the constraint blank false and nullable true.. otherwise my domain fails to create records..
Please advise.
Also do you mind if i could fork the project and update few things and submit a PR?
The text was updated successfully, but these errors were encountered: