Hi,From what I am aware of, it is better to use resourceTypes to invoke servlets , than from a specific path. There are multiple articles out there , explaining the same.@SlingServlet(resourceTypes = { "sample/components/page/homepage" }, methods = { "GET" })