unable to save a team tab to a channel

Pagadala, Raveendra Babu 1 Reputation point
2020-10-23T20:06:26.593+00:00

i have created teams app with static and configure tabs . able to upload the app to the teams but unable to save the app to the specific teams/channel it showing save button grid out what might be the issue whether it is any access issue or manifest file issue.
manifest file
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json",
"manifestVersion": "1.7",
"version": "1.0.0",
"id": "5190ae5b-17b0-4394-a030-2aba362fd416",
"packageName": "com.microsoft.teams.extension",
"developer": {
"name": "Developer Name",
"websiteUrl": "https://teamsappformsapps.azurewebsites.net",
"privacyUrl": "https://teamsappformsapps.azurewebsites.net/privacy",
"termsOfUseUrl": "https://teamsappformsapps.azurewebsites.net/termsofuse"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "teamstestapp",
"full": "teamstestapp"
},
"description": {
"short": "Short description for teamstestapp.",
"full": "Full description of teamstestapp for Microsoft Teams."
},
"accentColor": "#FFFFFF",
"bots": [],
"composeExtensions": [],
"configurableTabs": [
{
"configurationUrl": "https://teamsappformsapps.azurewebsites.net",
"canUpdateConfiguration": true,
"scopes": [ "team", "groupchat" ]
}
],

"permissions": [  
    "identity",  
    "messageTeamMembers"  
],  
"validDomains": [  
    "teamsappformsapps.azurewebsites.net"  
]  

}34677-savebuttongridout.png

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,186 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sharon Zhao-MSFT 25,081 Reputation points Microsoft Vendor
    2020-10-26T08:08:51.31+00:00

    @Anonymous ,

    As we are mainly responsible for general issue of Microsoft Teams. Your question which is involved in development is not supported by us. I would add the office-teams-app-dev tag. Hope you get better response.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.