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:
for every restart it creates, starts and stops a container then it just records no trace no matter what message i send (still no response from bot and not sure how to debug to find out what the bot is reading and if it is even calling the api that i have connected to it in the bot framework composer)
[Page 1 of my error](https://i.sstatic.net/JVeHK32C.png)
[Page 2 of my error](https://i.sstatic.net/FylGScPV.png)
[Page 3 of my error](https://i.sstatic.net/xFzKknai.png)
This is my previous stackoverflow chat from which I received help to successfully deploy my bot on Azure Web App: here