Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Wajeed-msft opened this issue Sep 2, 2021 · 5 comments
Assignees
Labels
teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label

Comments

@Wajeed-msft
Copy link
Contributor

Copied bug from: microsoft/AdaptiveCards#4500

Details from original post:

Platform

  • .NET Core

Host

  • Ms Teams

Hello Team,

I have built a bot using MS Bot framework v4 and hosted in MS teams.

I have noticed that the Action.OpenURL button is not working some time in the Adaptive card when URl is containing text with some Local language characters.

I have tried the same in App studio and the button is not clickable.

Please find the sample Adaptive card with Action.OpenURL below:-

{"type":"AdaptiveCard","$schema":"http://adaptivecards.io/schemas/adaptive-card.json","version":"1.2","body":[{"type":"TextBlock","wrap":true,"text":"The first open url is not working in MS Teams"}],"actions":[{"type":"Action.OpenUrl","url":"https://DummyHomepage.Com/esc?id=Look&spa=1&t=kb&q=política de carro","title":"OpenUrl not working"},{"type":"Action.Submit","title":"Cancel"}]}

Please help us with this as soon as possible.
Thanks.


Document Details

Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

@ghost
Copy link

ghost commented Sep 2, 2021

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@ghost ghost added the needs-triage 🔍 label Sep 2, 2021
@ghost ghost added this to Needs triage in Teams App Development Sep 2, 2021
@ghost ghost added the teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label label Sep 2, 2021
@Prasad-MSFT
Copy link
Collaborator

Prasad-MSFT commented Sep 7, 2021

@Chekrii - We are able to repro the issue at our end. We have raised a bug for the same and the concerned team is looking into it.

@Prasad-MSFT
Copy link
Collaborator

It looks like URIs by nature should not include unicode characters. If the accented characters need to be used in the URIs, then they will need to be encoded.
Please refer this link
Thanks!

@Prasad-MSFT
Copy link
Collaborator

We are closing the issue for now. Please feel free to reopen if required.

Teams App Development automation moved this from Needs triage to Closed Jan 24, 2022
@ghost
Copy link

ghost commented Jan 24, 2022

Tell us about your experience!

Hi Wajeed-msft! This issue is closed in our system. We would like your feedback on your experience with our support team and Platform.

Best regards,
Teams Platform

@ghost ghost locked as resolved and limited conversation to collaborators Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label
Projects
Development

No branches or pull requests

3 participants