I created a quite simple bot, using the version 1.1.0 of Bot Builder, and it worked fine, both locally and after publishing on Azure. However, when I changed to the version 3 (and changed the respective code), my bot is working locally, but it is not working (on Bot emulator) after I have published it on azure. I don't know if I am using the Emulator in a wrong way, or if I am publishing it wrongly.
I changed the BotId, MicrosoftAppId and MicrosoftAppPassword tags of the webconfig.
When I use the button "Test connection to your bot" on Azure page, it responds "Accepted".
On the emulator, I am using the Bot Url as "https://XXXXXX.azurewebsites.net/api/messages", the Emulator URL as "http://localhost:9000/" and the respective AppId and AppPassword. The version of the emulator is 3.0.0.59
When I try to iniciate a conversation, I receive the 500 InternalError {"An error has occurred"}
Any ideias of what is wrong?
Thanks