microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
869 stars 372 forks source link

Error in adding Qna maker in bot composer #9606

Closed vinaysopinti closed 1 year ago

vinaysopinti commented 1 year ago

Describe the bug

When I try to add qna maker subscription key and add existing qnamaker in bot composer, It is throwing an error saying " Cannot read property 'primaryEndpointKey' of undefined"

Version

v2.0.0

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

image

Additional context

dmvtech commented 1 year ago

Hi @vinaysopinti

Are you using the QnAMaker dialog action from an Empty templated bot (or similar)? Or are you using the CoreWithQnA template?

At which point are you getting the error? I assume that's not just when entering the subscription key in the bots settings.

dmvtech commented 1 year ago

Closing due to inactivity.