Bot from Bot Framework Composer deployed on Azure Web App through Azure Bot but when testing web chat on Bot, why is there no response from the bot?
I have created a bot on Bot Framework composer but I had a lot of issues with deployment through ‘Create resources’ and ‘Import resources’. Finally I used github to deploy it on Azure Web App. But now when I test in the ‘Test Web Chat’ in the associated Azure Bot portal, there is none of the responses from the bot (which previously worked within the bot framework composer). For context, I am creating a bot which takes in the user’s response and send it to an external api of mine and returns a reply to the user. However it is not working. When I go to the Web App’s Log Stream right now I am getting the following error:
Error deploying echo-bot.py on Azure. didn’t respond to HTTP pings on port: 8000
I did all the suggested steps by this topic: Post Link, but didn’t work, I have ERROR – Container thoth-bot-v3_0_d27a0fdd didn’t respond to HTTP pings on port: 8000, failing site start.