question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image isn't displayed in Ms Teams in Web and Desktop application but displayed in mobile application

See original GitHub issue

Please 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 Screenshot 2021-05-13 at 22 07 06 on Mobile application 2021-05-13 22 18 49

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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
Sridevi-MSFTcommented, May 28, 2021

@holygrolli - I didn’t get any update from Bug Team. Will inform you immediately if I get any information.

4reactions
jBuchholz590commented, May 21, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found