Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Issue when deploying manifest #47

Open
kurtvanbalen opened this issue Aug 3, 2022 · 2 comments
Open

Issue when deploying manifest #47

kurtvanbalen opened this issue Aug 3, 2022 · 2 comments

Comments

@kurtvanbalen
Copy link

When deploying the app manifest towards my teams admin center app catalog or through the teams app developer portal. I get the following error:
image

I have already tried adding the properties through the dev portal or by manually adding them to the manifest but with no success...

Does anyone have any idea how to fix this issue?

My manifest looks like this:

{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
"manifestVersion": "1.5",
"version": "1.0.0",
"id": "1c412988-ba71-40af-8b9b-b5be27fe3a6f",
"packageName": "com.microsoft.teams.newemployeeonboarding",
"developer": {
"name": "Imec",
"websiteUrl": "REMOVED",
"privacyUrl": "REMOVED",
"termsOfUseUrl": "REMOVED"
},
"localizationInfo": {
"defaultLanguageTag": "en",
"additionalLanguages": [
{
"languageTag": "en-US",
"file": "en-US.json"
}
]
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "New Employee Onboarding",
"full": "New Employee Onboarding"
},
"description": {
"short": "New employee on boarding app will simplify employee on boarding",
"full": "New employee on boarding app will simplify the new employee on boarding using MS Teams and SharePoint Online. NEO bot will be created to cater to below requirements."
},
"accentColor": "#7BFFFE",
"bots": [
{
"botId": "1fc8aa96-b73a-40c7-92e9-d8360b29122d",
"scopes": [
"personal",
"team"
],
"commandLists": [
{
"scopes": [
"personal"
],
"commands": [
{
"title": "New employee checklist",
"description": "View your learning path"
},
{
"title": "Share feedback",
"description": "Submit an idea or feedback"
},
{
"title": "Review introductions",
"description": "Review employee intros"
},
{
"title": "Help",
"description": "Take a tour"
}
]
}
],
"supportsFiles": false,
"isNotificationOnly": false
}
],
"staticTabs": [
{
"entityId": "Journey",
"name": "New employee checklist",
"contentUrl": "REMOVED",
"scopes": [
"personal"
]
}
],
"configurableTabs": [
{
"configurationUrl": "REMOVED",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
],
"validDomains": [
"REMOVED",
"token.botframework.com",
"REMOVED"
],
"webApplicationInfo": {
"id": "1fc8aa96-b73a-40c7-92e9-d8360b29122d",
"resource": "REMOVED"
}
}

@h1stark
Copy link

h1stark commented Oct 27, 2022

This is old but we had issues as well. Try the Microsoft Teams App Validator here: https://dev.teams.microsoft.com/appvalidation.html

In our case the text in description.full needed to be truncated.

@everartaraujo
Copy link

I am facing the same problem but I have zero code knowledge. Can you please show me how I can truncate the text?

Thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants