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.

[MSTeams][Action.OpenURL] Open URl button is not working with some URls in Teams

See original GitHub issue

Platform

  • .Net Core

Details

I’ve developed bot using Microsoft bot framework, the bot response is adaptive card and i want to use the action.openurl button to open specific link and it worked with some urls but when i used url to document located in Microsoft online word the button become not clickable and this is the json object :

{
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "TextBlock",
      "size": "Medium",
      "weight": "Bolder",
      "text": "test",
      "wrap": true
    }
  ],
  "actions": [
    {
      "type": "Action.OpenUrl",
      "title": "View",
      "url": "https://shpc.itn.intraorange/sites/MUSCLES/_layouts/15/WopiFrame.aspx?sourcedoc={35729A64-4706-43F1-A530-6EF903831010}&file=DRIssuesTest.doc&action=default"
    }
  ],
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.2"
}

NOTE: this button worked in teams mobile app but not work in teams on Microsoft edge browser and chrome browser and teams disktop app

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:35 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Prasad-MSFTcommented, Nov 2, 2022

@rahulyadav97185966 - We are checking with engineering team about this issue. We will inform you once we have any update. Thanks!

0reactions
Prasad-MSFTcommented, Jan 4, 2023

@rahulyadav97185966 - We don’t support external deep link like softwarecenter:. There is no plan for supporting them. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Teams Adaptive Card Not Opening URL
I created a messaging extension that creates an pop up adaptive card that gives three options and opens a link based on the...
Read more >
MS Teams - hyperlinks/urls in chats/channels do not open ...
No one, including non-optimised versions of Teams, cannot open links in chats or team channels. When they click on hyperlink/url, nothing ...
Read more >
Teams Meeting URL Issues from external sources.
Forgive the long explanation.Error: Unable to join. Looks like the meeting URL is incorrect. Please check the URL and try again.
Read more >
Action.OpenUrl is not clickable for some URLs in ...
Hello, I've developed bot using Microsoft bot framework, the bot response is adaptive card and i want to use the action.openurl button to ......
Read more >
Can't open *.url files from Microsoft Teams
It seems it hasn't been fixed. The same *.url files can be opened in sharepoint and onedrive. The problem only occurs on Teams...
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