I am facing this error ‘There was an error sending this message to your bot: HTTP status code InternalServerError’ in Post deployment to the Azure. Check this image for error Web Chat Error
And sometime running the bot in my local is not working by using the teamsFx package if I deleted the registered application in the Azure.
Below are points that I have followed to create the bot,
- Installed the teams toolkit extension in the vs code.
- Created the bot app( javascript ) using the teams toolkit which using the @microsoft/teamsFx package.
- Implemented the SSO authentication using teamsFx.
- Deployed the bot using the teams toolkit