Forum Discussion
DominikA9522
Mar 13, 2024Copper Contributor
Custom App is not working anymore in Teams 2.0
Hello, we created a custom app for Teams to connect to a SPO Site directly from MS Teams. This app worked well for the last weeks. But now it could not be opened by many Teams 2.0 users. The ...
Vaibhav-MSFT
Mar 13, 2024Former Employee
Hi DominikA9522 ,
Can you please share the deployed manifest so we can check from our end?
DominikA9522
Mar 13, 2024Copper Contributor
Hi,
attached with example data.
Thank you!
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.5",
"manifestVersion": "1.16",
"id": ".........................",
"packageName": "com.package.name",
"name": {
"short": "App Name",
"full": "Long App Name"
},
"developer": {
"name": "Comanyname",
"mpnId": "",
"websiteUrl": "http://mycompany.de",
"privacyUrl": "https://mycompany.de",
"termsOfUseUrl": "https://mycompany.de"
},
"description": {
"short": "My App in Sharepoint",
"full": "My App in Sharepoint"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#ededed",
"staticTabs": [
{
"entityId": "....................",
"name": "My App Tab",
"contentUrl": "https://mycompany.sharepoint.com/sites/mysite",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
"mycompany.sharepoint.com"
],
"showLoadingIndicator": true,
"defaultGroupCapability": {}
}
attached with example data.
Thank you!
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.5",
"manifestVersion": "1.16",
"id": ".........................",
"packageName": "com.package.name",
"name": {
"short": "App Name",
"full": "Long App Name"
},
"developer": {
"name": "Comanyname",
"mpnId": "",
"websiteUrl": "http://mycompany.de",
"privacyUrl": "https://mycompany.de",
"termsOfUseUrl": "https://mycompany.de"
},
"description": {
"short": "My App in Sharepoint",
"full": "My App in Sharepoint"
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#ededed",
"staticTabs": [
{
"entityId": "....................",
"name": "My App Tab",
"contentUrl": "https://mycompany.sharepoint.com/sites/mysite",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
"mycompany.sharepoint.com"
],
"showLoadingIndicator": true,
"defaultGroupCapability": {}
}
- Vaibhav-MSFTMar 15, 2024Former Employee
Hello DominikA9522,
We tested using the manifest shared, however it seems to be working fine in Classic Teams and New Teams web client but not in New Teams desktop client. Can you let us know if you are facing the issue only in Web Client?- DominikA9522Mar 15, 2024Copper ContributorHello Vaibhav-MSFT ,
we're facing the issue only in Teams Desktop NEW.
The Teams Desktop Classic is working
Teams WebClient and Teams WebClient New is working
Thank you- Vaibhav-MSFTMar 18, 2024Former Employee
DominikA9522,
Thanks for letting us know. We raised a bug for this issue, we will keep you posted on the updates.
Thank you!!