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
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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