Coder Social home page Coder Social logo

Comments (4)

Wajeed-msft avatar Wajeed-msft commented on August 15, 2024

@akatrukhin, @asnow003 - Could you please help to check this?

from microsoft-teams-samples.

akatrukhin avatar akatrukhin commented on August 15, 2024

Sorry @antontru, everything looks as expected. Just tested and can't catch the same issue.
Would you able to open help me and understand why it's happening:

  1. Could you test this link in your browser and check if it's respond https://officedev.github.io/microsoft-teams-app-sample/#/ ?
  2. @asnow003 Is it could be relative to manifest schema version or Teams version?
  3. @antontru could you try to install app sample package directly by your own?
    In the Teams client, go to Apps.

Select Upload a custom app and upload the app package, which is the generated zip file in the package folder.

from microsoft-teams-samples.

yakall avatar yakall commented on August 15, 2024

Hi @akatrukhin
Have similar issue with this app package.

  1. built from the source - when trying install package in Teams client, error message is [...]Error while reading manifest.json: "validDomains[0]" is required
    manifest.json contains "validDomains": ["{{HOSTNAME}}"]

  2. using ready to install package from https://aka.ms/teamsuisampleapp error message is [...]Error while extracting package: Please ensure there are no folders in your app package and that your app package contains only the manifest.json and the two required icon files at its root level. For an easier experience creating your app package, install App Studio from the Teams Store.[..]
    In the package zip file found folder 'microsoft-teams-app-sample' and all required files inside this folder.
    Is this structure valid?

from microsoft-teams-samples.

belasor avatar belasor commented on August 15, 2024

Hey guys,

the problem is really easy to fix.
The domain which is in the manifest is wrong, if you change this:
"validDomains": ["officedev.github.io/microsoft-teams-app-sample/#"],
to this it will work:
"validDomains": ["officedev.github.io"],

Explanation:
I think teams is only accepting the top level domain and nothing else.

from microsoft-teams-samples.

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.