Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Removing Mapping in JCR Resolver

Avatar

Level 1

Hi Experts,

   We had a issue in which when we select a page on the left pane of the site admin the child pages were not listed on the right pane. On investigating we found that for every click on the left pane a call in made with selector pages and extension json (e.g. /content/geometrixx.pages.json). And the pages return in the json is displayed on the right pane.

  Now since we had configured redirect page(/content/geometrixx/en) and redirect page type (302) in page properties, the call to /content/geometrixx.pages.json is redirected to /content/geometrixx/en.pages.json and so wrong pages are displayed in the right pane.

Also even after removing the redirect configurations the localhost:4502/system/console/jcrresolver still displays the mapping, even though nothing is configured under /etc/mappings. We are not sure if this still picks the redirect configuration from some sort of cache.

  • Is there a way to refresh or rebuild the entries in localhost:4502/system/console/jcrresolver?

Thanks In advance.

Regards,

Jayapal.S

4 Replies

Avatar

Administrator

Opkar Gill​ any help here?

~kautuk



Kautuk Sahni

Avatar

Level 1

Hi Opkar Gill​,

Please can you help us in this regard.

Thanks,

Jayapal.S

Avatar

Level 10

"we select a page on the left pane of the site admin the child pages were not listed on the right pane"

This is not OOTB behavior. Has anyone modified AEM code that could explain why default functionality no longer works?

Avatar

Level 7

Could you please share what mapping have you defined and where?