I've been creating a Teams bot using this tutorial: https://docs.microsoft.com/de-de/azure/bot-service/dotnet/bot-builder-dotnet-sdk-quickstart?view=azure-bot-service-4.0&tabs=vs I wanted to create a bot that is capable of working in a team scope. My bot is actually up and running but I can only use it in an one-to-one chat.
If I add it to a team channel via the App Studio I get a message that 'Something went wrong.'.
If I package my manifest and install it to Teams, it will show up the icon on the left side menu. I can enter the channel but if I send a message it tells me there is an 'Error while sending'.
How can I trace down to the orign of the errorsor get some more error details?
Further links I found:
- https://docs.microsoft.com/de-de/azure/bot-service/bot-service-troubleshoot-general-problems?view=azure-bot-service-4.0
- https://docs.microsoft.com/de-de/azure/bot-service/bot-service-troubleshoot-bot-configuration?view=azure-bot-service-4.0
- https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli?view=azure-bot-service-4.0&tabs=csharp