Hi,
I'm working on AEM as a Cloud Service and in that I'm creating a content fragment model. But after adding a certain number of fields in the model, when I try to save the model, it shows empty. Adding the image for reference:
But the field which I have created in present in model. I verified this by creating a content fragment from this model and all the fields are present in it. Also, after adding the fields after which the model fields disapper, an error is logged in error.log. Image for the reference:
Is there any limit to number of fields to be added in content fragment model. Any help would be appreciated.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @NikitaTailor24
Its failed with https://sling.apache.org/apidocs/sling8/org/apache/sling/api/request/TooManyCallsException.html
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-2-too-many-calls-sli...
Try to increase limit and check
Hi @NikitaTailor24 ,
Can you check in CRXDE if field that you have added are showing up in node structure.
Check for fieldResourceType property in that. Also look for any browser console error if you are getting.
Thanks
Tarun
Hi @NikitaTailor24
Its failed with https://sling.apache.org/apidocs/sling8/org/apache/sling/api/request/TooManyCallsException.html
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-2-too-many-calls-sli...
Try to increase limit and check
Views
Likes
Replies