A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
When uploading the application to the Microsoft 365 Admin Center, the step that validates the manifest (as well as the "office-addin-manifest validate" command) considers it correct if you have a resid but have not defined the ID in the resources tag. However, when deploying, an error message appears stating "Failed" in the Microsoft 365 Admin Center.
The error message should provide more information, and the manifest validation should catch this error before installation.
When uploading the application to the Microsoft 365 Admin Center, the step that validates the manifest (as well as the "office-addin-manifest validate" command) considers it correct if you have a resid but have not defined the ID in the resources tag. However, when deploying, an error message appears stating "Failed" in the Microsoft 365 Admin Center.
The error message should provide more information, and the manifest validation should catch this error before installation.