Image isn't displayed in Ms Teams in Web and Desktop application but displayed in mobile application
See original GitHub issuePlease list the platform(s) that your application is targeting and remove platforms you are not targeting:
- NodeJS
- Desktop
- Web
Target Application
-MS Teams
Problem Description
Image isn’t displayed in Ms Teams in Web and Desktop application but displayed in mobile application. In web console Image have
Screenshot
Example from web application on Mobile application
Please provide a screenshot of the problem (if possible)
Please provide the JSON of the Card that is being rendered
Sample Code
{
"type": "Action.ShowCard",
"title": "Set labels",
"card": {
"type": "AdaptiveCard",
"actions": [{
"type": "Action.Submit",
"title": "Save",
"data": {
"action": "set-labels-submit",
"cardId": "${cardId}"
}
}],
"body": [{
"type": "Image",
"altText":"why",
"id":"0",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg"
}]
}
}
Version of SDK
What version are you using? Ex: NuGet 1.0.2, or latest main, etc…
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Images not loading in MS Teams desktop and mobile App
When I open my app in the desktop and mobile version of MS Teams, the images are not shown but instead they are...
Read more >Picture updated in mobile phone app, but not in meeting on ...
Hello everybody, I have changed my profile picture yesterday and it got updated on both mobile phone and pc app when I click...
Read more >not seeing profile pictures in Teams desktop application
In this case I'm not able to see any of our users profile pictures. If I'm logged in via web-app or mobile-app I...
Read more >TEAMS PROFILE PICTURE NOT SHOWING
I just got this problem. My Teams in Desktop and Web only shows the default profile picture which is the letters only.
Read more >Images in an app NOT appearing in Teams (for some users)
When I open the app in Teams, the images show where they are supposed to. When any of the members of the department...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@holygrolli - I didn’t get any update from Bug Team. Will inform you immediately if I get any information.
Hi, we are having the same problem in our deployed bot. It used to work as expected but stopped working in both desktop apps and web some days ago without us changing anything.