Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set property with value longer than 500 characters #53

Open
ginz opened this issue Mar 11, 2018 · 1 comment
Open

Can't set property with value longer than 500 characters #53

ginz opened this issue Mar 11, 2018 · 1 comment

Comments

@ginz
Copy link

ginz commented Mar 11, 2018

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>"
}
@msiemens
Copy link

msiemens commented Oct 9, 2018

I have the same issue too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants