microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.49k stars 2.44k forks source link

Unable to call bot service when we've enabled NGNIX & Fortigate for appservice in azure portal #6624

Closed samthrusha123 closed 10 months ago

samthrusha123 commented 10 months ago

All the bot services I created in azure portal are working fine until we add ngnix & fortigate to appservices. After that it's not even responding.

Getting the below error when tries in web chat

{ "error": { "code": "BotError", "message": "Failed to send activity: bot returned an error" } }

can you please specify what the issue is?

stevkan commented 10 months ago

Closing as duplicate of Botbuilder-Samples issue, #3930.