@akash_mca2008 What is the page content when you try to hit the URL with query param "?123". It should be cache "MISS" and try clearing cache using curl -X PURGE -H 'x-aem-purge-key: PURGE_KEY' https://domain/url.html as @AMANATH_ULLAH mentioned in comment.
Let us know if it helped.
@VeenaVikraman I also tried and found no concrete info on internet available. We have official Docs saying size will be type "Positive integers" but not mention any example in which format we should provide. and Then I went into documentation explorer section of Graphql query editor and found that s...
Hi @Mario248 You can use ResourceChangeListener class to handle sling level events and below is the sample code and you can customize it according to your business logic.import org.apache.sling.api.resource.observation.ResourceChange;
import org.apache.sling.api.resource.observation.ResourceChangeL...
Hi @stiegjo22 Try changing the servlet extensions declaration as array of items as mentioned below.sling.servlet.extensions = ["html", "txt", "json"] Hope this helps.