HardlyNeutral
HardlyNeutral

Reputation: 41

Adaptive Cards render on skype and emulator, but not web chat

I have a added a few Adaptive Cards to my bot. They render perfectly in the emulator and, when deployed, render perfectly in Skype and Slack. However, in the web chat, I get the following response instead of the rendered card:

[File of type 'application/vnd.microsoft.card.adaptive']

Any thoughts on what the problem might be? I'm uncertain how to troubleshoot when the functionality works in all the other environments.

I'm use the Node version of the bot framework.

Upvotes: 0

Views: 499

Answers (1)

nwxdev
nwxdev

Reputation: 4635

As of 6/12/17, the Bot Framework WebChat open source module does not support Adaptive Cards.

You can track the in-progress work here: https://github.com/Microsoft/BotFramework-WebChat/pull/471

Upvotes: 1

Related Questions