Forum Discussion
[Solved] Issue showing Provider-hosted and SharePoint pages in Teams Custom App
- Oct 22, 2020
Yannie , Did you added your sharepoint domain to webApplicationInfo?
Method Tried
1. Open the app on other machines
2. Clear Teams Desktop Cache from (%AppData%\Microsoft\Teams)
3. Disabling GPU hardware acceleration in Teams
4. Completely uninstall Teams Desktop and install the latest version
Steps to Reproduce
1. Create a page in SharePoint online
2. Create a new MS Teams app in App Studio's Manifest editor
(Please rmb not to open Teams Desktop in Developer mode)
3. Add a new Personal tab, linking to the SharePoint page
4. Install the MS Teams app with App Studio's Test and Distribute
5. Open the MS Teams app --> The SharePoint page is not loaded (nothing is shown, just a blank screen)
- YannieOct 22, 2020Copper Contributor
Thanks for the help.
SharePoint pages can now be shown after adding Web-App SSO elements, which is the information inside "webApplicationInfo".
ref:
https://techcommunity.microsoft.com/t5/microsoft-teams/custom-teams-app-works-in-browser-app-but-not-in-desktop-app/m-p/1008874
https://docs.microsoft.com/en-us/microsoftteams/teams-standalone-static-tabs-using-spo-sitesAs my custom app will only contain provider-hosted pages, I have created some SharePoint Pages for the redirection to those Provider-hosted pages instead of directly using the URL.
- Trinetra-MSFTOct 22, 2020Former Employee
Yannie , Did you added your sharepoint domain to webApplicationInfo?