0

I kinda have an issue with the search-based Message Extension. When I debug locally, my app works fine. After deploying the messaging extension on Azure and testing it in the Teams app, I can search for specific queries. The Message Extension gives me the desired results, up to here we are good to go. The Problem: After I select one of the delivered search results, the messaging extension does not return the adaptive card. The chat-box in Teams is simply empty.

Is anyone familiar with this issue?

  • 2
    Please provide a minimal reproducible code sample and error messages (if any). We cannot help you if we don't know what you've implemented. However, since you say it doesn't work in Teams, my guess is that your App Manifest is incorrect. Check the samples and ensure its correct. – AP01 Jun 03 '22 at 16:49
  • Could you please share any sample or documentation that you are following? – Meghana-MSFT Jun 06 '22 at 08:46

1 Answers1

0

I cannot reproduce this issue. Can you always reproduce this issue? I think you can retry several more times.

Or copy and paste the codes in bot/teamsBot.js here for troubleshooting.

Kuojian Lu
  • 66
  • 1
  • Meanwhile I fixed the issue. The issue was inside the manifest-file. By default it was setup for the m365 environment. I had to change that :) – MomoCodez Jun 27 '22 at 13:57