Forum Discussion
karamem0
Feb 02, 2022Brass Contributor
"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 ...
- Mar 08, 2022karamem0-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
Feb 04, 2022Brass Contributor
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
Microsoft
Feb 04, 2022karamem0 - We are tried to repro the issue as per given manifest file. It's working fine for us.
Are you using developer account with admin rights?
Ref Doc:-Manage your apps with the Developer Portal - Teams | Microsoft Docs
- karamem0Feb 05, 2022Brass ContributorI was granted Global Administrator role to my account but I cound not resolve the problem.
What is "admin rights" that you said?- Sayali-MSFTFeb 10, 2022
Microsoft
karamem0 - Could you please confirm if your issue has resolved or still looking for any help?- karamem0Feb 10, 2022Brass ContributorI'm sorry for the delay in my reply.
I created new account having administrative role and tried to preview the app, but I could not it.
I tried many times, it rarely succeeds, but it almost always fails.
- Sayali-MSFTFeb 08, 2022
Microsoft
karamem0 - We are checking this issue with non-admin account. Getting same issue as you mention above. So, Could you create the Admin account then you check it once?
Ref Doc:- Manage custom app policies and settings - Microsoft Teams | Microsoft Docs- Sayali-MSFTFeb 09, 2022
Microsoft
karamem0- Did you get chance to try on the above suggested solution?
- ChetanSharma-msftFeb 07, 2022
Microsoft
karamem0 - We were checking it using admin account but we will check it with non-admin user's and let you know the updates.