0
votes

I am using

Ver 4.1.0 Bot emulator

When I tried to use the production endpoint in the bot framework emulator. I have configured the endpoints in the bot file as below with information from the azure. But I am unable to the access it via the Emulator and also it does not connect in the "Test in Webchat" in Azure after deployment via Git to Azure. It works fine locally

It returns the following error

enter image description here

In the channels I see the following error triggered. enter image description here

I analyzed the issue using Fiddler Trace. I think the tokens are being generated.

enter image description here

But the Emulator is not picking it. As seen in the below screenshot both of the fiddler and emulator refers to the same conversation ID. enter image description here

what might be the issue that is triggering token failure?

1

1 Answers

1
votes

I think the bot service is down at the moment.