Solved! Go to Solution.
Views
Replies
Total Likes
The behavior sounds a bit strange, especially since you are reporting that everything works as expected on lower environments. It's a bit hard to give detailed advice with the amount of information provided.
My general advice in this kind of scenario is:
Another approach would be to search for differences between your production setup (where the issue occurs) and a lower environment (where everything works as expected). It's always recommended to have some kind of pre-prod or staging environment that is very similar (if not equal) to the production setup to minimize differences and allow for easier issue reproduction and analysis.
Potential candidates causing the outlined issue that I could think of:
Hope that helps!
can you check if you have any rewrite rules for amp
Views
Replies
Total Likes
The behavior sounds a bit strange, especially since you are reporting that everything works as expected on lower environments. It's a bit hard to give detailed advice with the amount of information provided.
My general advice in this kind of scenario is:
Another approach would be to search for differences between your production setup (where the issue occurs) and a lower environment (where everything works as expected). It's always recommended to have some kind of pre-prod or staging environment that is very similar (if not equal) to the production setup to minimize differences and allow for easier issue reproduction and analysis.
Potential candidates causing the outlined issue that I could think of:
Hope that helps!
Views
Replies
Total Likes
Good to know that you were able to cross out dispatcher and other infrastructure. So you have narrowed things down to the processing within AEM.
Have you tried debugging further into the code that is used here?
slingRequest.getRequestPathInfo().getSelectors();
Please refer to the Sling API and check the following:
Have you already checked the filter chain for this?
Views
Replies
Total Likes
Views
Likes
Replies