Forum Discussion
damyou06
Apr 11, 2022Copper Contributor
MS teams side loading or uploading any simple app fails
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
"manifestVersion": "1.11",
"version": "1.0.0",
"id": "21c1151c-36cc-4190-9e8c-8222534e9846",
"packageName": "com.microsoft.dev",
"developer": {
"name": "Dev",
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Test",
"full": "Testing App"
},
"description": {
"short": "Testing App",
"full": "Testing and Dev"
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": "780",
"name": "Microsoft",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
]
}
5 Replies
Sort By
- Meghana-MSFT
Microsoft
We are looking into this issue. We will update you.- Meghana-MSFT
Microsoft
We are able to repro this issue. A bug has been raised for the same. We will keep you posted on the updates.- ft-frankCopper Contributor
Meghana-MSFT
encountered the same issue
we have been using this app for a while and we reinstalled the same package and this error shows