我创建了一个自定义的Teams应用程序,将其打包并将其上传到Organization Store。现在,当我要更新或删除应用程序时,它会显示“出了点问题,请稍后再试。”
查看Chrome开发者控制台,它会输出以下错误:
Failed to delete app, appId: 849e8f73-cbfb-4342-ae30-329b031608f5. Error: {"data":{"errorCode":"AppDefinitionDoesntExist","message":"App doesn't exist in the tenant. UserId: '*removed*', TenantId: '*removed*', AppId: '*removed*'"},"status":404,"config":{"method":"DELETE","transformRequest":[null],"transformResponse":[null],"url":"https://teams.microsoft.com/api/mt/emea/beta/tenant/apps/definitions/849e8f73-cbfb-4342-ae30-329b031608f5/","data":null,"headers":{"X-Skypetoken":"pii","Authorization":"pii","Accept":"application/json, text/plain, */*","X-RingOverride":"ring3_6","x-ms-scenario-id":"233","x-ms-request-id":"pii","x-ms-user-type":"user","x-ms-client-type":"web","x-ms-client-env":"msteams-web-prod-euwe-01","x-ms-client-version":"1415/1.0.0.2018091141","x-ms-session-id":"500e5097-0d22-bd24-3df6-091608ab9dac"},"counter":"apps_definitions_DELETE","decrementNetworkRequests":null,"hostName":"teams.microsoft.com"},"statusText":""}
似乎以前的删除未正确处理,现在我的应用程序处于不断变化的状态。有关如何进行的任何想法?