Hi,
I've a servlet and inside GET method it runs a query and fetch data from ACS commons generic list page which I've created. Servlet works fine on author & publish instance but on dispatcher, it's not able fetch data.
Now, on dispatcher I've allowed servlet path and also checked the re-write rule in case it over changing the servlet path but all has been taken care. On the page, in network tab I could see the servlet is being executed with 200 status code but in response, it provides empty JSON response while if I run on author/publish, it provides proper result.
AEM version - 6.2
What could be the possible reason?
Regards,
Himanshu