Forum Discussion
adamhouck
Apr 08, 2020Copper Contributor
Bug? app catalog seems to be broken after many install/uninstall's of test app, no longer installs
I have been uploading my own app to our organization and removing it multiple times via the POST /appCatalogs/teamsApps endpoint then removing it via the Teams admin portal. After a while I would...
adamhouck
Apr 09, 2020Copper Contributor
Trinetra-MSFT sure, please see the attached file.
Just to clarify the manifest seems to install fine manually, its just when using
POST https://graph.microsoft.com/v1.0/appCatalogs/teamsApps
Content-type: application/zip
Content-length: {size}
[Zip file containing a Teams app package]
That seems to create issues.
adamhouck
Apr 09, 2020Copper Contributor
Good news, after manually reinstalling the application and using the Graph API endpoints to uninstall then remove it from the app catalog I was able to clear out the references to it and now it installs again.
It still shows up in the app catalog in admin.teams.microsoft.com, and throws an error when you try to click delete, but I that doesn't matter to me.