Here’s a stumper.
I have a Content Search web part searching the mysite collection and returning people with birthdays (SPS-birth date). I have a display template doing the filtering and it looks like this:
(Person name is pixellated out)
However, when users including me as the SharePoint admin, first log in and go to the home page, the profile image shows a red X broken image placeholder until the user browses to their profile page. When they go back to the home page, it all looks good again.
Any advice on how to fix that behavior? What do other people use as their default home page?
We go live tomorrow, so we have time to change it. We are on O365 and SharePoint online.
The issue is due to the location of the user profile being in a different site collection as described here:Â https://support.microsoft.com/en-us/kb/2984416
You will need to update the display template to manually build the URL to the user profile picture as described here:Â http://sharepoint.stackexchange.com/questions/130042/enable-cross-domain-profile-photos-in-sharepoint-online
Oh…I didn’t say it, but the image is the user’s profile image.