Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tenant Template Teams Channel Tabs not Provisioning #631

Open
benwharg opened this issue Feb 1, 2024 · 0 comments
Open

Tenant Template Teams Channel Tabs not Provisioning #631

benwharg opened this issue Feb 1, 2024 · 0 comments

Comments

@benwharg
Copy link

benwharg commented Feb 1, 2024

For whatever reason, this used to work previously but isn't anymore. No error shows up, the provisioning completes as if it succeeded but the tab never shows up. Here's the schema snippet:

<pnp:Channel DisplayName="My Channel" Description="My Example Channel" IsFavoriteByDefault="true" > <pnp:Tabs> <pnp:Tab DisplayName="Progress List" TeamsAppId="2a527703-1f6f-4559-a332-d8a7d288cd88" ID="{guid}" Remove="false"> <pnp:Configuration EntityId="{guid}" ContentUrl="https://{fqdn}{site}/_layouts/15/teamslogon.aspx?spfx=true&amp;dest=https://{fqdn}{site}%2FLists%2FWork%20Progress%2FAllItems.aspx?p=1" RemoveUrl="" WebsiteUrl="https://{fqdn}{site}/Lists/Work%20Progress/AllItems.aspx" /> </pnp:Tab> </pnp:Tabs> </pnp:Channel>

Anyone have any ideas? I noticed if i remove the {site} token, and leave in only fqdn - the tab will provision over and over until the max number of tabs are reached. If I try to provision any tabs to the channel with any of these corrupted I get a graph error for the channel /tabs endpoint. If i manually enter in the address, exactly how the tokens are replaced - it works fine.

Any help appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants