Botframework-webchat: Adaptive cards do not work with minimal bundle

Created on 31 Oct 2019  路  3Comments  路  Source: microsoft/BotFramework-WebChat

Screenshots

image


Version

4.6.0

Describe the bug

After updating to 4.6.0 version the Adaptive card stopped working.

NOTE:: Things are working fine when moved back to 4.5.3.


To Reproduce

Steps to reproduce the behavior:

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

Expected behavior

Additional context

[Bug]

Bot Services Question customer-replied-to customer-reported

Most helpful comment

Are you using /4.6.0/webchat.js or npm install botframework-webchat to load Web Chat?

Are you loading with webchat.js or webchat-minimal.js? FYI, the minimal bundle doesn't have Adaptive Cards, Markdown, and speech support to reduce the footprint.

All 3 comments

Are you using /4.6.0/webchat.js or npm install botframework-webchat to load Web Chat?

Are you loading with webchat.js or webchat-minimal.js? FYI, the minimal bundle doesn't have Adaptive Cards, Markdown, and speech support to reduce the footprint.

The issue occurs when using webchat-minimal.js version of webchat. Things are working fine with webchat.js.

By design, the Minimal Bundle does not include Adaptive Cards, Cognitive Services, or Markdown-It dependencies.

Was this page helpful?
0 / 5 - 0 ratings