OfficeDev/microsoft-teams-apps-greatideas

Something went wrong. Try again in a few minutes. If the problem persists, contact your IT admin for help.

cgrimaviewnext opened this issue · 3 comments

Good afternoon.

I already have the Great Ideas software implemented, but when I try to access all ideas I get the following error:
Something went wrong. Try again in a few minutes. If the problem persists, contact your IT admin for help.

This error happens to me with all users, can you help me?

Thanks
error

Even we are facing the same issue while deploying this app
Capture

The app service's domain is azurewebsites and not azurefd. The deployment guide needs correction.

  1. Replace azurefd with azurewebsites everywhere in the user and curator manifests.
  2. Change redirectURI and application ID Uri in app registration
  3. Go to the App service in Azure portal. Open Configuration, replace the key values that say 'azurefd' with 'azurewebsites'. save and restart the service.

After doing those corrections, I still end up with the same issue.

@himani-chi Do we need to change the Azure Front End hostname for Azure Front Door ?
The base name is .azurefd.net.
Since azurefd.net is not changeable, we might be the need to add a CNAME to make a redirect, or am I mistaking ?