An image in CardAction does not show the image in Microsoft Teams when it is provided as a Base64 string #6854
Labels
Area: Teams
The issue is related to Teams support
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Version
4.22.7
Describe the bug
For Microsoft Teams, when creating a
CardAction
, theImage
property does not accepts a base64 string representing the image. It force us to use an URL to a public image.The code does not throws any error or exception, but the image information is just ignored.
To Reproduce
Use the following code:
Expected behavior
In Microsoft Temas, the image provided as base64 string in the
Image
property should appear.The text was updated successfully, but these errors were encountered: