Forum Discussion
Tab app for Sharepoint home page fails
- Jun 07, 2020
Steve Frank - Could you please set "showLoadingIndicator": to false in the manifest?
Steve Frank - I could see from the json in webApplicationInfo you have added the id as shown in the document, Could you please try adding your app id: 75d70f18-fec9-405f-98b4-f7676eedae7c? Try if that helps
- Steve FrankJun 05, 2020Brass Contributor
Thanks, Nikitha-MSFT
Have not been able to get a tab to load to a simple external website or SP. I did find that one needs to load the Teams SDK in the external site, which was not mentioned in the original tutorial. For a plain external website:
https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/create-tab-pages/content-page
and for SP
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab
but I still was not able to get even a simple external web page to load in a custom app tab.
- Nikitha-MSFTJun 07, 2020Former Employee
Steve Frank - Could you please set "showLoadingIndicator": to false in the manifest?
- Niko_StenMar 29, 2021Copper ContributorHi, I had same issue and disabling loading indicator helped. I'm curious about the root cause. Is there any more information available why loading indicator isn't working and if it is a side-effect of some bigger underlying issue? Just want to make sure that I have everything correctly set up.