Servlet as resource type works in DEV Publish but not in Stage Publish - AEM as a Cloud Service
I’m facing an issue where a servlet configured as a resource type works perfectly fine in the DEV publish environment, but it doesn’t work as expected in the Stage publish environment. The servlet is registered correctly, and I’ve confirmed it’s being picked up in DEV, but in Stage, it seems to fail silently—no errors in the logs that I can pinpoint yet.I'm using AEM as a Cloud Service.
ui.content\src\main\content\jcr_root\content\tap\servlets\search\.content.xml

core\src\main\java\com\flytap\core\servlets\SearchTapServlet.java

dispatcher\src\conf.dispatcher.d\filters\filters.any
https://publish-stage-env.adobeaemcloud.com/content/tap/servlets/search/jcr:content.json?text=bagagem&lang=pt&page=1&hitsPerPage=10&filter=all
When I execute this call in the browser I get a 404.
Do I need to do any more configurations?