There was an error sending this message to your bot - Test in Web Chat

前端 未结 3 1302
粉色の甜心
粉色の甜心 2021-01-24 17:35

I have a C# bot developed in Visual Studio which runs successfully on a bot emulator in desktop. This bot was published to Azure and again ran successfully in the bot emulator.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-24 17:55

    Well I'd made a mistake in configuration. I had configured the messaging endpoint as an http URL. However bot configuration only seems to work with an https URL. Changing http to https fixed my problem. Thanks everyone for the suggestions!

提交回复
热议问题