400 Invalid recursion selector value 'model' | Community
Skip to main content
New Participant
July 26, 2022
Solved

400 Invalid recursion selector value 'model'

  • July 26, 2022
  • 2 replies
  • 743 views

Estou recebenco o erro a seguir

 

http://localhost:4503/content/experience-fragments/project/us/en/site/header/master.model.json

 

Invalid recursion selector value 'model'

Cannot serve request to /content/experience-fragments/project/us/en/site/header/master.model.json in org.apache.sling.servlets.get.DefaultGetServlet

 

Se alguém puder ajudar com este wrro agradeço.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sachin_Arora_

Experience fragment can be exported as a JSON in Adobe Target. Please refer this document :

https://experienceleague.adobe.com/docs/experience-manager-65/authoring/authoring/experience-fragments.html?lang=en

Screenshot from same document :

Also you can refer this old question asked in Community :

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/need-to-read-export-json-of-experience-fragment/m-p/302074/thread-id/37938

 

Please refer this document for custom implementation :

https://medium.com/exadel-digital-marketing-technology-practice/aem-experience-fragments-consuming-outside-aem-81cb5b6bdc65

 

2 replies

Sachin_Arora_
Sachin_Arora_Accepted solution
New Participant
July 27, 2022
Mohit_KBansal
Employee
July 27, 2022

Just cross-check if content nodes in your experience fragment is having any self-call, 

eg. Experience fragment -> component A -> Experience fragment 

or Experience fragment -> component A -> Component B -> Component A