0
votes

I'm running a bot with Microsoft Teams and have it setup in Azure. It's a demo bot from the bot builder code Microsoft released. I'm pointing it to a local server that has ngrok running. This works fine when I test via Web Chat in Azure but it doesn't work at all when working with Teams.

The app sideloads properly and the manifest is accepted by teams. No response appears to be making it to the server. When I click to show the Bot Channels in Azure some kind of OPTIONS query is being sent to the server and the demo bot throws a 405 error.

The bot id is f22039b8-5400-4569-a0f2-5bdceb8431f2 but I can't talk to it in 1:1 chat either when I specify this ID.

There are no logs in Azure or teams- I don't see any errors, so I have no idea how to start debugging this.

This is a link to someone with the exact same question: Bot not answering messages in microsoft teams

1

1 Answers

0
votes

There is currently a bug in our bot registration code that is causing this. We are currently investigating its root cause.

As a workaround, add the Skype channel and the MS Teams channel to the bot.