I create a bot for Microsoft teams. I use a Task modules for communication with my bot.
Request:
{
"name": "task/fetch",
"type": "invoke",
"value": {
"data": {
"type": "task/fetch",
"data": "Click me"
},
"context": {
"theme": "default"
}
}
}
Response:
{
"task":{
"type":"continue"
"value":{
"url":"http://8364133f.ngrok.io/index.html",
"title":"Title card",
"height":"medium",
"width":"medium",
"fallbackUrl":"http://8364133f.ngrok.io/index.html"
},
}
}
And show a popup window with message: 'The task module could not be loaded.'
How can I find out the cause of this error ?

validDomainsin the manifest? - Bill Bliss - MSFT