Hi, Have you tried running the DOT Maven Plugin on your codebase
locally? Details can be found here:
https://github.com/adobe/aem-dispatcher-optimizer-tool/tree/main/plugin#use-from-an-aem-archetype-based-project
There are additional details logged which may help us understand what's
going on. For example, if there are 2 dispatcher.any files in the
configuration, the DOT may be analyzing the wrong one, which could lead
to it not picking up the changes you've made to the active
configuration. If ...