OfficeDev / Microsoft-Teams-Samples

Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
MIT License
898 stars 726 forks source link

Bot-receive-channel-messages-withRSC sample cannot be installed into a team #1301

Open tscz opened 2 weeks ago

tscz commented 2 weeks ago

Hi, I am trying to use https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-receive-channel-messages-withRSC/csharp/demo-manifest/Bot-RSC.zip but it cannot be installed into a team

Steps to reproduce

  1. Download https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-receive-channel-messages-withRSC/csharp/demo-manifest/Bot-RSC.zip
  2. Upload via https://admin.teams.microsoft.com/policies/manage-apps
  3. Wait for it to appear in the internal app store and the "Built for your organisation" section
  4. Add RSC Sample to a team
  5. "Something went wrong" appears image image
Meghana-MSFT commented 2 weeks ago

@tscz - We are also able to repro this issue. We will check internally and get back to you.

Meghana-MSFT commented 2 weeks ago

Update @tscz - We checked by running the C# sample locally and we were able to add sample to a team. However, demo manifest still seems to be having issue.

tscz commented 5 days ago

@Meghana-MSFT : Have you found cause for the issue? I just compared the C# sample app with the demo manifest and see that they actually differ. https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-receive-channel-messages-withRSC/csharp/TeamsApp/appPackage/manifest.json is of manifestVersion 1.12 and the sample manifest is 1.10. Is this causing the issues?