question

SergeyMamulchenkoS6-8178 avatar image
0 Votes"
SergeyMamulchenkoS6-8178 asked SharonZhao-MSFT edited

Unable to sideload custom app with teams manifest version 1.10

Hi,

We developed a custom app and want to support latest configurableProperties features that came with 1.10 version of the manifest.
However, we're not able to sideload the app both via Teams client or Admin center.

POST https://graph.microsoft.com/beta/appCatalogs/teamsApps returns 502 error

Response payload

 {"error":{"code":"BadGateway","message":"Failed to execute backend request.","innerError":{"date":"2021-05-19T08:17:13","request-id":"10ab2317-e8e8-4c14-929d-455e3703f8f3","client-request-id":"10ab2317-e8e8-4c14-929d-455e3703f8f3"}}}


The one we used previously (1.8 manifest version) works fine.




office-teams-app-dev
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @SergeyMamulchenkoS6-8178 - I am able to repro the issue. Taking this for internal discussion with team and will update you.

2 Votes 2 ·

Hi @SergeyMamulchenkoS6-8178

Our forum is mainly focused on the general issue of Microsoft Teams troubleshooting. According to your description, your issue is also related to Teams development, so I will add teams-app-dev tag to your thread.

For more details about how the app integrates into the Microsoft Teams product, you can refer to:

https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema

0 Votes 0 ·

Hi @SergeyMamulchenkoS6-8178 Could you please share your manifest here to repro at our end.

0 Votes 0 ·

1 Answer

Mamatha-MSFT avatar image
1 Vote"
Mamatha-MSFT answered Mamatha-MSFT commented

@SergeyMamulchenkoS6-8178 - This feature is available only for Store Apps and not for sideloaded apps.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Mamatha-MSFT Is it safe for us to submit the new manifest for our app using 1.10? During latest submission it was also raised as the issue, submission Team weren't able to sideload the app and test.

0 Votes 0 ·
JimmyYang-MSFT avatar image JimmyYang-MSFT SergeyMamulchenkoS6-8178 ·

@SergeyMamulchenkoS6-8178

I am not sure if it is safe for you. Do you @Mamatha-MSFT have any ideas about this question?

0 Votes 0 ·
Mamatha-MSFT avatar image Mamatha-MSFT SergeyMamulchenkoS6-8178 ·

@ SergeyMamulchenkoS6-8178 - We have not updated our tooling yet to use 1.10. There is currently a bug in our services that is moving its way to production. This bug only causes issue while trying to upload your custom app to Teams.


If you wants to test their app with 1.10 features you can use the DevPreview version of the manifest.
If you wants to then publish your app with 1.10 features you can update your app package to 1.10 and submit it to partner center with no issue.

0 Votes 0 ·