I am trying to add a skill to PVA and getting an error message as shown below. The Skill works fine in the Azure bot service and responds well. The allow list has the PVA bot id added.
How do we resolve this issue?
Thank you. We solved this problem. Apart from above,
1) You will have to enable the app id to allow authentication form multiple domains. Single tenant is not working.
2) Ensure CORS setting in the app service allows the co-pilot domain.
Hi @Sambathraj , we faced similar challenges when we were trying it. So, we wrote this article to capture the steps. Error messages are very hard to understand but check a few things that we mentioned in the article:
* Your manifest file is reachable
* Your endpoint, msapp id etc are correct in the manifest file
* You have put the manifest file url as the home page url in the app registration
* .env file for nodejs project (or settings file in C#) have correct info
Above steps are more are covered in the article. Hope this helps.