OfficeDev / microsoft-teams-apps-champion-management

Champion Management Platform is a custom Teams app that enables organizations to onboard and maintain champions/ SME in their organization in Teams.
MIT License
125 stars 48 forks source link

Stuck loading after adding to teams #106

Closed davidpat99 closed 2 years ago

davidpat99 commented 2 years ago

Hi, The page is stuck at the loading circle. Refreshing it several times has still failed. I am in a MS test tenant if that could affect anything. Also running it on the Edge browser Version 103.0.1264.37 (Official build) (64-bit). I can't run it in a production environment until I test it in this tenant and write a report as to it's effectiveness and features. Happy to provide any additional information as needed. Thanks!

v-saikirang commented 2 years ago

Hi @davidpat99,

Thanks for your feedback.

Few things to check: 1) Is the site collection "championmanagementplatform" created. Please check this from Sharepoint Admin center under both "Active" and "Deleted" sections. If the site is created share a screenshot of the site contents page. 2) Can you share the console logs from the browser when you see this error.

Thanks.

davidpat99 commented 2 years ago

teams.microsoft.com-1656434750696.log

Screenshot 2022-06-28 104233
v-saikirang commented 2 years ago

Hi @davidpat99, Thanks for sharing the information . I have checked the logs and we can try few things here:

1) Can you access the SharePoint site. If yes, Can you navigate to "Site Contents" and share a screenshot. 2) Can you also navigate to "Members List" and share a screenshot. 3) Are you using the same account that you installed the app to open the app in teams as well. If not can you please try accessing the app using the admin account.

Thanks.

davidpat99 commented 2 years ago
  1. not sure which sharepoint site you meant so both the champion platform one and the one I'm trying to install it to image image
  2. image
  3. Yes using the admin account, which is the same one I used to install the app
v-saikirang commented 2 years ago

Hi @davidpat99,

Can you please share a screenshot of the "API Access" page from Share point Admin center as mentioned in the step 11 of the deployment guide - https://github.com/OfficeDev/microsoft-teams-apps-champion-management/wiki/Deployment-Guide Thanks.

davidpat99 commented 2 years ago
image
v-saikirang commented 2 years ago

Hi @davidpat99,

I see the same permission added twice. Sites.Manage.All permission is missing. Can you please add it as per the steps in deployment guide and try opening the app again after 15-20 mins.

Thanks.

davidpat99 commented 2 years ago

These are the only two requests that showed up, there is no other pending requests or other requests I can add

davidpat99 commented 2 years ago

I uninstalled and reinstalled the application, got the 3rd request. It still isn't working

image
davidpat99 commented 2 years ago

Oh it works now, thanks! So the fix is uninstall and reinstall, then wait 1 hour after approve API access, 20 mins wasn't enough

v-saikirang commented 2 years ago

@davidpat99, Great! Thanks for your interest in the app and reaching out to us.

Thanks.