Coder Social home page Coder Social logo

Comments (3)

millerds avatar millerds commented on August 10, 2024

@Rick-Kirkham I believe this is because of changes you made to manifest.outlook.xml when updating the template to current react versions. There is an extra section between the two different "VersionOverrides" tag that is causing this to break. I'm not sure why that doesn't affect OWA, but if you take that sections out it will work.

from office-js.

Rick-Kirkham avatar Rick-Kirkham commented on August 10, 2024

Yes. The manifest.outlook.xml manifest has a <VersionOverrides> (v 1_1) element nested inside a <VersionOverrides> (v 1_0) element. Just inside the top of the outer <VersionOverrides> there is a <Hosts> element. Deleting this <Hosts> element fixes this problem and the add-in sideloads in Old Outlook.

But this issue should remain open because this is still a bug in Old Outlook. The presence of that <Hosts> element is valid. The whole point of Version Overrides is that they override settings in the parent. The settings in the <VersionOverrides> (v 1_0) element override the settings in the base manifest and the settings in the <VersionOverrides> (v 1_1) override the settings in the <VersionOverrides> (v 1_0) element. This purpose is defeated if the developer has to remove a setting from the parent. This is why sideloading in New Outlook worked even with that <Hosts> element present in the <VersionOverrides> (v 1_0) element.

from office-js.

millerds avatar millerds commented on August 10, 2024

Fair enough. I have but the issue on our backlog (internal id: 8798620)

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.