TeamsApp on Teams Panel via LOB

Copper Contributor

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:

 

{
  "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""",
    "websiteUrl""https://www.audiocodes.com/",
  },
  "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"""
  }
}
 
FarhadN_0-1695732390062.png

 

6 Replies
Thank 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?
Yes it assigned via policy created for Teams Panel...


@FarhadN - We checked this at our end by making below changes in manifest 

  1. Changing contentUrl with our Sharepoint URL as we cannot access your sharepoint
  2. Removing webApplicationInfo
  3. Removing teamLevelApp context since it is for education tenants.

 

We pinned the app using app setup policy and sharepoint page is loading properly. 

 

MeghanaMSFT_0-1695914047416.png

 

MeghanaMSFT_1-1695914796300.png

 

As well on Teams Panel? SO it works so far on my end in Teams client. That is not the issue.

@FarhadN - Could you please share the screenshot of where you are facing the issue?

@FarhadN - Could you please share the screenshot of where you are facing the issue?