-
Notifications
You must be signed in to change notification settings - Fork 287
Description
Describe the bug
After importing a Teams app package that was manually updated (manifest edited locally), the Developer Portal stopped functioning properly for the app. The App Package Editor no longer displays the manifest content, the "Download app package" action fails with an error, and "Preview in Teams" also fails.
To Reproduce
Steps to reproduce the issue:
- Export app PKG from Developer Portal
- Edit the manifest.json manually to remove static tabs
- Repackage and re-import the app using "Import App"
- Open App Package Editor – nothing is displayed
- Try "Download app package" – fails with error
- Try "Preview in Teams" – results in error
Expected behavior
After importing a modified package, the app should still be editable/viewable in App Package Editor, the PKG should be downloadable, and previewing in Teams should work properly.
Additional context
The static tab was not properly removed using App Package Editor, so we manually edited the manifest and re-imported it. The tab was successfully removed, but Developer Portal became unusable for this app.
We were directed to create this issue by the Microsoft Teams App submissions team.