Problems with additional_image_link in feed when using CDN

Hi!

I my custom feed I render all ProductAdditionalImageUrls but I get a strange behavior:

<additional_image_link>https://1993417959.rsc.cdn77.org/storage/4D1D9BDE3CB278B8DC42BE692281577870B4983A227F507180AD3D2B5E0FFEFA/699818a133c944c2b945ca1690503c78/jpg/media/1c0b41ac6e4742c89bddc3bb378ff994/001342555-9.jpg</additional_image_link>
<additional_image_link>https://www.mysite.sehttps://1993417959.rsc.cdn77.org/storage/4D1D9BDE3CB278B8DC42BE692281577870B4983A227F507180AD3D2B5E0FFEFA/699818a133c944c2b945ca1690503c78/jpg/media/1c0b41ac6e4742c89bddc3bb378ff994/001342555-9.jpg</additional_image_link>

Same image is added twice but one with the domain, https://www.mysite.se, before the image that is a CDN image.

My is this?

Thanks,
Kristoffer

Litium version: 6.3.9

All CDN settings in Web.config look correct?

I think so. This is how it looks:

<storage useCdn="true" useSecureCdn="true" cdnHost="https://1993417959.rsc.cdn77.org" cdnSecureHost=""/>

And I have tried these also:
<storage useCdn="true" useSecureCdn="true" cdnHost="https://1993417959.rsc.cdn77.org" cdnSecureHost="https://1993417959.rsc.cdn77.org"/>

<storage useCdn="true" useSecureCdn="true" cdnHost="http://1993417959.rsc.cdn77.org" cdnSecureHost="https://1993417959.rsc.cdn77.org"/>

But both with the same result.

/Kristoffer

I can re-produce this locally both for Litium 6 and Litium 7. Looks to be a bug in PriceAgentItemFactory. Could you report it on Docs, please?

Will do, thanks!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.