2

I am following Get started on the Microsoft Teams platform with Node.js and App Studio

to add app in MSTeams. All the steps worked as per the documentation, however the last step "Register your app in Teams" failed during installing of the application. Below is the image attached enter image description here

I also tried to upload the custom application , but it also throws error that something went wrong. Below are the images: enter image description here enter image description here

Here are the permissions, I have enabled them all to test, still the issue remains the same enter image description here

Can someone please suggest to fix this issue?

Rohit
  • 6,941
  • 17
  • 58
  • 102
  • Can you verify you followed the steps in the Prepare your Environment section? https://learn.microsoft.com/en-us/microsoftteams/platform/tutorials/get-started-nodejs-app-studio#prepare-your-development-environment – Andrew Clear Mar 10 '20 at 17:21
  • I tried it multiple times now :( – Rohit Mar 11 '20 at 05:46

1 Answers1

2

You need to make sure that you have the correct permissions to side-load custom apps into Teams, and this can be controlled at the Org (i.e. Tenant) level, the Team level, and the individual level. Have a look here for more.

Hilton Giesenow
  • 9,809
  • 2
  • 10
  • 24
  • I am using Mac OS version of MSTeams and unfortunately I could not locate these settings at all in my MS Teams. Is it possible to share screenshot? – Rohit Mar 11 '20 at 04:21
  • 1
    @RDX- These settings are part of [ Microsoft Teams admin center](https://admin.teams.microsoft.com/policies/app-setup/). First of all, you need to [Allow interaction with custom apps](https://learn.microsoft.com/en-us/microsoftteams/teams-custom-app-policies-and-settings#org-wide-custom-app-setting). – Wajeed Shaikh Mar 11 '20 at 05:46