Problems loading my Node.js bot manifest in Microsoft Teams
Hello everyone,
I have developed a bot using Node.js and Bot Framework SDK. Now, I am trying to deploy this bot in my Microsoft Teams Office 365 developer subscription. For this, I have created a generic manifest for my bot, but when I try to load it into Microsoft Teams, I get an error message that simply states “Something went wrong” and does not provide additional details.
I have already reviewed the manifest several times and followed the official guidelines, but I still have not been able to identify the problem. I am including some additional details below:
My bot is developed with Node.js and Bot Framework SDK.
The manifest follows the JSON structure provided by Microsoft, but there may be some error that I have not identified.
I have tried to validate the manifest with Microsoft's validation tool, but it does not give me clear information about the error.
Could anyone provide guidance on how to generate a correct manifest for my bot or help me identify why I am getting this error when loading it into Teams?
I appreciate any help or guidance you can offer.