Can not add SPFx WebPart as Teams Tab in Shared Channels #10032
Labels
area:spfx
Category: SharePoint Framework (not extensions related)
area:spfx-msteams
Category: SharePoint Framework & Microsoft Teams support
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
macOS
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
I've created an SPFx WebPart that is supposed to serve as a Teams Tab in Shared Channels given the environment details above and used https://dev.teams.microsoft.com to create a manifest file with schema version 1.17 (for complete manifest see below). When testing my Tab, as an Admin I can add it to a General Channel and a Private Channel but not to a Shared Channel. The message Teams is giving me is "App isn't supported in Shared Channels. Select another channel"
When adding the Tab to a General or Private channel I can see that our code is working fine.
I also came across this blogpost: https://pnp.github.io/blog/post/how-to-add-preconfigured-spfx-teams-tab from which I learned that one specific feature that is required, is not activated in Shared Channels. After activating this Feature, I'm still not able to add the Tab.
Manifest:
Steps to reproduce
Expected behavior
Based on the fact that our Tab is working for General and Private Channels, I would expect it to work for Shared Channels too.
The text was updated successfully, but these errors were encountered: