I have a couple of bots which were working without any issues till today morning. I was given the following warning message on the bot portal:
We've revised our security protocol. Update to Bot Builder 3.5+ or compatible security configuration by July 31, 2017 to keep your bot working.
So I upgraded the botbuilder framework to 3.8.3 using npm install –save botbuilder
Ever since I upgraded one bot stopped working but the other works fine. The error message I get is There was an error sending this message to your bot: HTTP status code InternalServerError. The bot works perfectly fine on the bot emulator but not after it's deployed to azure. So it's not even a code issue. To think if it's a Microsoft server issue, my other bot works just fine. What could be possibly going wrong?