Forum Discussion
FarhadN
Sep 26, 2023Copper Contributor
TeamsApp on Teams Panel via LOB
i have create a teams app , pushed it via policies to teams panel, icon is available but got error msg : app is required information and cannot be launched.
Any ideas?
just some additional info: I created the app to display a static content on a SP-Site.
I am using the line of business feature.
Here the manifest:
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.0",
"manifestVersion": "1.16",
"id": "5de3a72b-d1c7-4ad4-9118-988d597783ea",
"packageName": "com.package.name",
"name": {
"short": "Catering Menu",
"full": "Catering Menu for canteen and cafeteria"
},
"developer": {
"name": "",
"mpnId": "",
},
"description": {
"short": "",
"full": "Here you will find our food menu for \"Casa di Biasi Restaurant and Cafe Paris on the ground floor."
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#200aa1",
"staticTabs": [
{
"entityId": "9e63922d-2b3b-446d-aa1f-a902b1c8137a",
"name": "Canteen Menu",
"scopes": [
"personal"
],
"context": [
"teamLevelApp"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
"moderncomms065066.sharepoint.com"
],
"webApplicationInfo": {
"id": "5de3a72b-d1c7-4ad4-9118-988d597783ea",
"resource": ""
}
}
- Meghana-MSFTMicrosoftThank you for reporting this, we will check this and get back to you. Just to confirm do you mean Teams side nav bar by teams panel? Have you used "Add pinned apps" in Teams app setup policies?
- FarhadNCopper ContributorYes it assigned via policy created for Teams Panel...
- Meghana-MSFTMicrosoft
FarhadN - We checked this at our end by making below changes in manifest
- Changing contentUrl with our Sharepoint URL as we cannot access your sharepoint
- Removing webApplicationInfo
- Removing teamLevelApp context since it is for education tenants.
We pinned the app using app setup policy and sharepoint page is loading properly.