简体   繁体   中英

Office365 Sideload Outlook Add-In Install Fails

I'm testing if it's possible to create a Office 365 Outlook Add-in using Vue.js, so i saw the following guide:

https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/excel-quickstart-vue

And made the manifest adjustments on the generation to create it for Outlook instead of Excel, and of course removed Excel specific API code from the vue instance.

So i'm basically trying to sideload the generated Add-in to my Office365 Outlook: https://docs.microsoft.com/en-us/outlook/add-ins/sideload-outlook-add-ins-for-testing

And it fails... basically straight out of the box.

Is there any way to check logs to try and figure out why it's failing?

I was able to solve this specific problem by commenting the SupportUrl on the manifest.

Not sure if this will be the case for everyone with such a generic error, but i hope it helps someone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM