Hi All,
I have created a content fragment using a content fragment model. I have added that fragment onto one sample page using content fragment component and I can see the content on the page.
But whenever I am trying to access the content services for that particular page or content fragment, I am getting below error :
I am accessing page as : http://<serverip:4502/<contentpath>/123.model.json
Invalid recursion selector value 'model'
Cannot serve request to /<contentPath>/123.model.json in org.apache.sling.servlets.get.DefaultGetServlet
I am not sure if I am missing any configuration here or it is something wrong in my sling mapping.
Thanks