Forum Discussion
SharePoint page is not load in Teams personal app.
I have created a Teams app and added a SharePoint page as a Teams personal tab.
I have referred to the below link for the same,
https://aakashbhardwaj619.github.io/2020/01/16/Add-SharePoint-Site-To-Teams-Personal-App.html
My SharePoint page is not loading in the Teams app. Please refer to the below screenshot,
Thanks
- Nivedipa-MSFTMicrosoftBhoomeshJoshi - 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?
- BhoomeshJoshiCopper Contributor
- Nivedipa-MSFTMicrosoftBhoomeshJoshi - Could you please share your app manifest zip to check at our end?
- BaerensauCopper ContributorWe 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.
- BhoomeshJoshiCopper ContributorKindly post here if you found any solution, Thanks
- ChetanSharma-msftMicrosoftHello 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?
- DehunBCopper 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"}- lucasballynCopper ContributorIs 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 😞