sateesh
sateesh

Reputation: 615

Issue:Test In Web Chat in Azure Bot Service

I am working on Microsoft Bot Framework, I am created the bot through Azure Bot Service in Azure Portal. When I am running my bot application in local emulator its working fine after that published into Azure Bot service.

enter image description here

Here my issue is whenever to test my application in in Azure Portal at Test In Web Chat option the test window will showing like this below.

enter image description here

Added the same bot to Skype channel there also I am not getting any response.

How can I resolve the problem?

Upvotes: 4

Views: 2449

Answers (2)

Eng Soon Cheah
Eng Soon Cheah

Reputation: 257

From my experience, it is happen to me with the same situation. I think you select publish as Website. You should select publish as Deployment Script.

Upvotes: 0

kanwal019
kanwal019

Reputation: 95

Please check your MicrosoftAppID and MicrosoftAppPassword are correctly mentioned in both your BotApplication as well as in Azure Bot Service. Also do check if the same is deployed properly and the MessagingEndpoint is correctly mentioned.

If this was just an issue with the channel your Test in WebChat could have worked properly.

Upvotes: 0

Related Questions