Forum Discussion
marcusyoung
Jul 14, 2020Copper Contributor
Server not sending a response to Teams
I created a test messaging extension that's just supposed to go to a website link when clicked. I was able to get the app onto teams and install it to a channel, but when I try to use it or open it f...
marcusyoung
Jul 16, 2020Copper Contributor
Gousia_Begum I'm getting a response, but now I'm getting TypeError: BotFrameworkAdapter is not a constructor. I botbuilder installed already and I've tried different versions of it.
marcusyoung
Jul 16, 2020Copper Contributor
Fixed the problem by manually installing the latest version of botbuilder. Seems like the normal npm i was installing a previous version.