MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
281 stars 502 forks source link

The bot does not display a popup message box responding to submitAction #617

Closed Maksym-Lapshyn closed 5 years ago

Maksym-Lapshyn commented 5 years ago

When I receive a submitAction request, my bot responds with:

{ "task": { "value": "Hello there", "type": "message" }, "responseType": "task" }

However, instead of displaying a popup message box, task module displays an error: "Something went wrong, please try again later.".

Gousia-Begum commented 5 years ago

@maxon-adc Could you please try Task Module Sample and share a screenshot of the issue you are facing?

Wajeed-msft commented 5 years ago

Please re-open with repro steps and screenshots.