HI,
on Aem 6.4 I call up a page at the following url: https://dominio/content/test/page.infinity.json
Originally it returned all the content of the page in json format:
....
but now it returns the data to me as follows:
[
"/content/.../object.7.json",
"/content/.../object.6.json",
"/content/.../object.5.json",
"/content/.../object.4.json",
"/content/.../object.3.json",
"/content/.../object.2.json",
"/content/.../object.1.json",
"/content/.../object.0.json"
]
Only new components have been added to the page.
How can I go back to the old result?
Thank you