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...
Gousia_Begum
Jul 15, 2020Former Employee
marcusyoung Could you please try the sample https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/javascript_nodejs/50.teams-messaging-extensions-search for Message Extension and see if you are facing any issue?
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.
- marcusyoungJul 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.