Private CDN + Picture Library + Content Search

Iron Contributor

We've enabled Private CDN for a Picture Library and it is working fine outside of Search. When using a Content Search Web Part configured with the Large Picture item display template we are getting the boxed question mark with the "Sorry, we can't find an image for this item" tooltip message:

MissingPicture.png

 

Default property mappings are in place for the Picture URL slot (PublishingImage;PictureURL;PictureThumbnailURL):

PropMappings.png

However, only PictureThumbnailURL will render an image, which is low-res and grainy.

 

Does anyone have any ideas?

3 Replies

Additional information:

  1. The Contet Search web part in question is on a Term-Driven page with Friendly URL
  2. It worked fine before enabling Private CDN for the library
  3. Auto-rotate in Picture Slideshow web part on another page works fine (this is why we enabled CDN)

It does appear as if the web part is requesting the images, but they are not being served; on a page with four results, one gives an HTTP Status of 406 and the other three give a 503:
Details.png

 

CC: @Vesa Juvonen

Adding fuel to the fire:

overloaded.png

Interesting: Clicking on any Refiner on page shows the pictures, as does simply adding #k= to the end of the friendly URL; when this happens the src attribute of all of the images doesn't point to Private CDN...