network sideload fails but npm run start sideload works #5215
Labels
Area: Excel
Issue related to Excel add-ins
Status: in backlog
Issue is being tracked in the backlog but timeline for resolution is unknown
Provide required information needed to triage your issue
Your Environment
Expected behavior
The add in should be initialized on install, causing the custom contextual tab and the task pane to show.
Current behavior
The add-in does nothing on a network share install on a PC, nor when uploaded on Web. The custom contextual tab remains hidden and the task pane does not show.
if the OverriddenByRibbonApi tag in the manifest is set to false, the add-in installs and initializes as expected.
The whole point of that tag is to hide the control that should only be shown when overriding the control is not supported, so setting to false leads to a poor user experience.
Mac side-loading works as expected. npm run start side-loading also works on PC.
Steps to reproduce
Link to live example(s)
Provide additional details
Context
We need to side load in order for QA to test on PC and Web. Side-loading works on Mac.
Useful logs
The onReady() method never gets called and there are no errors. Excel shows a status at the bottom of window that the add-in was installed successfully.
Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.
The text was updated successfully, but these errors were encountered: