Re: Connecting the Bot framework composer with power virtual agent as as skill for adapting the voice capabilities
Hi @CRM7 , 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.