OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 36 forks source link

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

Open cgrimaviewnext opened 3 years ago

cgrimaviewnext commented 3 years ago

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

naveenag1 commented 3 years ago

Even we are facing the same issue while deploying this app

Capture
himani-chi commented 2 years ago

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.
happySpartan commented 2 years ago

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 ?