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
I have a "Text Area" typed custom property and when I'm trying to set it though API I get HTTP 500 status and this error as a response body:
{
"status": "500",
"exception message": "java.lang.IllegalStateException: Objectify cannot autoconvert Strings greater than 500 characters to Text within @Embedded collections. You must use Text for the field type instead. This is what you tried to save into public java.lang.String com.agilecrm.contact.ContactField.value: <some text of 800 characters>"
}
The text was updated successfully, but these errors were encountered:
I have a "Text Area" typed custom property and when I'm trying to set it though API I get HTTP 500 status and this error as a response body:
The text was updated successfully, but these errors were encountered: