How to resolve the error as “500 internal server error” in Bot Framework Channel Emulator?

前端 未结 7 1441
既然无缘
既然无缘 2021-02-09 08:20

I am working on Bot framework technology, recently Microsoft announced the new version (V3) of bot. I was already developed bots using old version, now I am trying to upgrade m

7条回答
  •  -上瘾入骨i
    2021-02-09 09:18

    • Please download the file from https://ngrok.com/download

    • Unzip the file and use command prompt to run the below command

    ngrok http -host-header=rewrite 9000

    screenshot

    • As seen in screenshot copy Forwarding URL with https and paste it in Emulator url
    • Emulator port should be in 9000 and emulator Url should contain ngrok forwarding Https URL

    Note :ngrok should be in running state .if your getting same 500 error while trying next time please start from step 1. For more reference .https//docs.botframework.com/en-us/tools/bot-framework-emulator/#navtitle

提交回复
热议问题