Forum Discussion

karamem0's avatar
karamem0
Brass Contributor
Feb 02, 2022
Solved

"Manifest parsing has failed." in Developer Portal

I am using the Developer Portal app in Teams.

I got "Manifest parsing has failed." error when click "Preview in Teams" button.

Also I got "App does not have the required permissions for this operation." error after click "x" button.

I have no validation error in the manifest file.

How can I fix it?

  • karamem0-We are able to repro that issue , We have raised bug for the same and concerned team is looking into it. We will inform you once we get any update.
    • karamem0's avatar
      karamem0
      Brass Contributor

      Sayali-MSFT

      Thank you for replying.

      This is the manifest file (And I attached the app package zip file).

      I want to add a personal tab for the app. The tab URL is sample. Any other URLs causes the same issue.

      {
        "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json",
        "version": "1.0.0",
        "manifestVersion": "1.12",
        "id": "945a7eaf-60e2-4a17-9488-552215189da5",
        "packageName": "com.package.name",
        "name": {
          "short": "SampleApp",
          "full": "SampleApp"
        },
        "developer": {
          "name": "karamem0",
          "mpnId": "",
          "websiteUrl": "https://github.com/karamem0",
          "privacyUrl": "https://github.com/karamem0",
          "termsOfUseUrl": "https://github.com/karamem0"
        },
        "description": {
          "short": "SampleApp short description",
          "full": "SampleApp full description"
        },
        "icons": {
          "outline": "outline.png",
          "color": "color.png"
        },
        "accentColor": "#FFFFFF",
        "staticTabs": [
          {
            "entityId": "3139441a-ef5c-475f-8779-6d50d57ca5dc",
            "name": "Home",
            "contentUrl": "https://github.com/karamem0",
            "websiteUrl": "https://github.com/karamem0",
            "scopes": [
              "personal"
            ]
          },
          {
            "entityId": "about",
            "scopes": [
              "personal"
            ]
          }
        ],
        "validDomains": [
          "github.com"
        ]
      }

       

      • Sayali-MSFT's avatar
        Sayali-MSFT
        Icon for Microsoft rankMicrosoft

        __jaco - We are unable to repro the issue. It's working fine for us. Could you just try to Download the app package. You get the app package (manifest.json) then just validate the manifest file in Teams => App Studio = > Validation.

Resources