Expand my Community achievements bar.

SOLVED

Incorrect "View Offer Content" URL in Target

Avatar

Level 5

Hi All,

 

I have exported Experience Fragment to Target from AEM as HTML Offer, but its "View Offer Content" URL doesn't contain /content which is why the content is not loading from that HTML Offer. However, the AEM Path and AEM Deep link URL is correct. Any help is appreciated.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 5

I discovered that a custom OSGi configuration for org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl was causing the issue. Removing this configuration file resolved the problem.

 

Regards,

Ayush

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @ayush-804,
is the XF published - and does the following work in the browser? Public URL + /content/experience-fragments/zzzzz/1234.html

 

Best regards

Perrin

Avatar

Level 5

Hi @Perrin_Ennen 

Yes the XF is published and also the url "/content" works.

Avatar

Community Advisor

Hi @ayush-804,

is the problem still there - or was it just a temporary problem?

Avatar

Correct answer by
Level 5

I discovered that a custom OSGi configuration for org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl was causing the issue. Removing this configuration file resolved the problem.

 

Regards,

Ayush