
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 06:30 AM
It seems like the schema map from the manifest file is not found. I have created the manifest file in dev and trying to upload it to teams but I get a message from teams that they can't read the file, I took a look at the json file and it seems like there is something wrong with the schema map SN provides:
Going into to link itself shows that there is clearly something wrong, the XML is empty:
I tested the "Validate app" that teams has and the file also fails there. Has anyone else encountered this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2022 03:38 AM
Hello,
I solved this issue by removing the localization part of the JSON file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 09:47 AM
I'm having the same problem.
Can you show me 「ServiceNow for Microsoft Teams Manifests」?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2022 03:38 AM
Hello,
I solved this issue by removing the localization part of the JSON file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 03:15 PM
Removing the localization in the JSON file is the correct workaround.
- Open the manifest.json.
- Scroll down to find "locatizationInfo" and remove the entire section. For example:
"localizationInfo": { "defaultLanguageTag": "en", "additionalLanguages": [ { "languageTag": "es", "file": "es.json" } ] }
- When you rezip the files, make sure to select all the files individually then zip. Do not zip the parent folder or Microsoft will throw a parsing error when uploading to Teams.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 02:38 PM
Thank you, point 3 about zipping the files individually was the issue for me! 🙂