OfficeDev / microsoft-teams-emergency-operations-center

The Microsoft Teams Emergency Operations Center (TEOC) solution template leverages the power of the Microsoft 365 platform to centralize incident response, information sharing and field communications using powerful services like Microsoft Lists, SharePoint and more.
MIT License
90 stars 36 forks source link

When Launching TEOC from Teams or Teams Web header and Name show up but blank body #65

Closed rsnyder-feld closed 1 year ago

rsnyder-feld commented 1 year ago

teams.microsoft.com-1672759470218.log

Not sure what I did wrong worked well in the lab but in production getting what others have I tried redploying and going over the steps again. attached is the console logs from my web teams session.

v-prigunasek commented 1 year ago

Hi @rsnyder-feld ,

Thanks for sharing the logs. I see the issue is with the SharePoint Site Name (/sites/feld_teoc) that was provided while creating a resource group. Please update the REACT_APP_SHAREPOINT_SITE_NAME setting to feld_teoc in the resource group and try again.

To update the configuration, navigate to Azure Portal --> Resource group --> App service --> Configuration --> Edit the REACT_APP_SHAREPOINT_SITE_NAME setting --> Update the value to feld_teoc --> Click OK --> Click Save

image

rsnyder-feld commented 1 year ago

I made the change and hit saved and the service restarted but even thought it just feld_teoc it still showing up wrong in the console. image

its only been like 5 minutes so I may not be being patient enough.

v-prigunasek commented 1 year ago

Hi @rsnyder-feld ,

Can you please sync the code again after updating the above-mentioned configuration?

  1. In Azure portal, navigate to TEOC resource group, open app service and click on deployment center.
  2. Click on sync.
  3. Wait until you see status as success for sync.
  4. Then try to launch the application in Teams again.

image

rsnyder-feld commented 1 year ago

@v-prigunasek

The deployment sync resolved the issue