Forum Discussion

adminuser01auto-ubyon's avatar
adminuser01auto-ubyon
Copper Contributor
Apr 20, 2023
Solved

[Bot Builder 4.0 SDK] Teams Task module not showing up HTML page

I am trying to load an HTML page using the task module, as suggested under https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/what-are-task-modules#task-module-samples ...
  • The issue is resolved, the issue was happening as we were using HTTP module.  (const http = require('http'


    Which did have methods like r
    es.status and res.send, so the response was not being sent from function processActivityunder under botFrameworkAdapter.ts. 

    After we used express issue was resolved.

Resources