Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
Thank you for reaching out to Microsoft Q&A forum and apologize for the delayed response
Based on your description and screenshot, when you paste certain links in Microsoft Teams, the preview unfurls with title/description, but the thumbnail image is missing or appears broken.
As far as I know, Teams builds preview cards by fetching Open Graph/Schema.org metadata (including og:image) or by using micro‑capabilities for website links. If the site’s image host is blocked, the preview service is disabled by policy, or the client cache holds a stale/bad result, the thumbnail won’t load even though text unfurls
Therefore, you can try to follow the below instructions to see if the issue still persists:
1/ Verify that URL previews are allowed for the user
In Teams admin center → Messaging policies, ensure Allow URL previews is enabled for the policy assigned to the affected users; or set via PowerShell:
Set-CsTeamsMessagingPolicy -Identity "<PolicyName>" -AllowUrlPreviews $true
2/ Confirm Optional Connected Experiences aren’t disabled
Teams’ URL Preview is an optional connected experience, if it disabled by Cloud Policy or by the user, previews (especially images fetched from third‑party domains) can be suppressed. Check Teams → Settings → Privacy and your Cloud Policy setting: “Allow the use of additional optional connected experiences in Office."
3/ If you control the target website
Kindly provide robust metadata Ensure public (unauthenticated) access to a valid og:image (recommended ~1200×630, JPEG/PNG) and consider Schema.org micro‑capabilities via JSON‑LD for consistent rich unfurls in Teams.
In some cases, it’s possible for the URL preview to appear and disappear intermittently. This screenshot was taken in my test environment, so it might be a temporary problem related to the Teams backend. What you can try is completely quitting Teams (via Task Manager), logging out, and then signing back in to see if the problem gets resolved.
Hope my answer will help you, for any further concern, kindly let me know in the comment section.
Best regards.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.