- 🇮🇳India Abhijith S
The
Serialized Data (Entity Share)
field Enhancer is not working in my case .I'm using layout paragraphs → .Getting this error while trying to pull layout paragraph pages. The paragraph reference field contents are not being transferred.
- 🇺🇸United States jeffreysmattson
I am running into this error now using version: Entity Share Websub '1.1.0' and Entity Share version: '8.x-3.0'. When I don't have a field enhancer set for the field "behavior_settings I get this error:
The generic FieldItemNormalizer cannot denormalize string values for "value" properties of the "behavior_settings" field (field item class: Drupal\Core\Field\Plugin\Field\FieldType\StringLongItem).
When I enable the Serialized Data (Entity Share) field enhancer to the field, I get this error:
Cannot synchronize item 377c680c-3fba-47af-82c9-fe09f12272d0 from channel articles of remote home_site using demo_import.
When I look at the JSON endpoint that is returning the paragraph, I see that in the "behavior_settings" field is the string "Array".
This thread looks like it resolved this issue, but I am not sure how to implement the solution as it isn't explained. Is this a new error or am I applying the fix incorrectly?