I created a bot using QnaMaker and published it to Azure Portal. It deployed successfully and works in the "Test in Web App" on Azure Portal but does not work when I use the embedded codes from channel in my website. below are screenshots of azure portal and the website on which the bot is being used. the bot works fine on azure but shows "Something went wrong" on the website. I tried creating a new Qna bot but the same error occurred.
Asked
Active
Viewed 51 times
0
-
1Take a look at https://stackoverflow.com/questions/58232066/any-one-aware-about-qna-maker-cors-settings – Ken W - Zero Networks May 04 '22 at 11:17
1 Answers
0
The issue may raised because of not mentioning the "end points"
related to the accepted domains.
- When we create Web bot and trying to include it in a Web Application, we need to whitelist the webpage.
- To achieve that operation,
Go to CORS -> Add origins
- Now test the app from the website.

Sairam Tadepalli
- 1,563
- 1
- 3
- 11