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