Forum Discussion
emilSociuu
Nov 09, 2023Copper Contributor
Images in Adaptive Cards in New Teams Client not showing
Hello Community, I've encountered an issue with Teams Webhook Connector where images in Adaptive Cards are not displaying correctly in the New Teams Client, although they work as expected in the ...
TobiasAT
Dec 12, 2023Steel Contributor
The cause is pretty clear.
Compared to Teams Classic the new Teams client (including Teams on the web with the new Teams) extends non-public hosted pictures with a "&v=1" at the of the picture URL. That's the issue.
Here is an example:
Public-hosted pictures (like the images from the stock gallery) are not affected.
I think the development team made a mistake and should use ? instead &, if they want to force a cache update. Then the picture will be displayed like in Teams Classic.