0
votes

I created an Outlook add-in using Office developer tools for Visual Studio 2015.

The project is correctly generated, and I deployed it to an azure app service.

When I try to add the add the manifest to my Office 365 dev subscription, I get the following error : "Something went wrong, and we couldn't install your add-in. Please try again later"

This manifest is the exact manifest generated by VS, the only modification was to replace the place holder for the Web URL by the one of the Azure app service.

Has anyone encountered this issue before ?

Thanks.

1
How did you add the manifest? Is it helpful to sideload the Office add-in? And to deploy the Outlook add-in manifest to Exchange, we need the role "My Custom Apps" at least. Please check this article to see whether it is helpful.Fei Xue - MSFT
Are you uploading this via URL? If OWA cannot reach that URL this is often the error that is given.Tim Wan

1 Answers

0
votes

Can you upload or copy/paste the manifest you are trying?

If you are installing via URL. This is also a common error that is given when OWA cannot download the Manifest from the URL. There could be permissions/something wrong with the URL.

Otherwise, you may also get more detailed information on why the install is failing if you install from the Manage App page instead of the In Client Store Page. (Detailed errors on the In Client Store Page will be added soon)

enter image description here