Forum Discussion

  • BhoomeshJoshi - Thanks for reporting your issue. Could you please confirm if you have added the SharePoint page link in the validDomains section of the app manifest?
  • Baerensau's avatar
    Baerensau
    Copper Contributor
    We are experiencing the same issue in the company. We also have 2 older apps which are not affected by this error. The error occurs not for all users only for some. I raised a ticket by microsoft.
      • ChetanSharma-msft's avatar
        ChetanSharma-msft
        Icon for Microsoft rankMicrosoft
        Hello Everyone,
        Could you please check what exact error you are getting in Browser console (Open DevTools in browser). May be because of validDomains or some other auth related issue.

        Please share the error logs if any?
  • DehunB's avatar
    DehunB
    Copper Contributor

    BhoomeshJoshi 

    For anyone else still seeing this issue. A lot of the instructions have a reference to the old way the teams interface looked in the Developer Portal for an app. The New interface breaks out the domain and permissions and has the AAD Application ID now in the Basic Information Tab under Configure in app. So make sure you put 00000003-0000-0ff1-ce00-000000000000 in the Application Client ID Section.



    Also on the Single Sign On tab under Configure  that you input https://<yourtenant>.sharepoint.com

    This ensures that the following gets put in the manifest.

    "webApplicationInfo": {
        "id": "00000003-0000-0ff1-ce00-000000000000",
        "resource": "https://<yourtenant>.sharepoint.com"
      }

     

    • lucasballyn's avatar
      lucasballyn
      Copper Contributor
      Is anyone else experiencing the issue where the sharepointpage can be loaded in the MS Teams Desktop app, but not on the MS Teams app for android? I've followed all steps from this answer, but to no avail 😞

Resources