message-extension
1 TopicProblem with Bot configuration - Agent returned unsuccessful status code InternalServerError
I have a problem with the configuration of the bot in message-extension. I am using the app in MS Teams for both the bot (message-extension in channels only) and tabs for personal use. Everything locally worked. As I published for the organization, only tabs works, message-extension does not respond to the query and to the others, that is, the whole for the bot solution does not work. After checking in the console, I see something like this: Locally for the bot, I use the Bot Framework implemented by https://dev.teams.microsoft.com/, while the production version of the bot is generated for Azure as Azure Bot. This is the configuration I have for env local files: For the production version, on the other hand, I have these: In addition, the Bot was converted to ES6 language, I defined it in package.json to read the type as a module: The manifest.json is set up like this: ... I'm missing an idea of what to set in Azure or what to set in code to make message-extension start responding to user requests.... Could you advise me?1.2KViews0likes4Comments