iparsys with targetted component results in a nested homepage
Hello folks, hope you are having a good day. I'm reaching you because I have the weirdest problem while targeting a component that lives in an iparsys.
This is a little difficult to explain, so I'll do my best.
Our footer is rendered inside an iparsys and inside our footer we have another parsys (not an iparsys) that is used to add a specific resource type. So, let's say that I target this component for x and y segments that are expecting x1 and y1 values in the cookie, respectively. If the cookie has x1 or y1, the respective targetted content is displayed. But, when the value is something that doesn't match the authored segments, let's say z1 what happens is that the whole homepage is rendered inside the parsys that holds the component targetted in the footer. So at the end it is some sort of "pageception" (the page, has the homepage loaded in the footer). This doesn't happen in the homepage but it does happen on the pages inheriting the iparsys footer content.
I'm using the context hub for my targeting implementation and AEM 6.5.7.0.
Are there any open issues reported like this? Do you know how to fix this problem? Targeting works fine everywhere but in the iparsys.
Thanks for your help