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 35 forks source link

something went wrong error while sign in the app #34

Open ParthasarathyBalan opened 2 years ago

ParthasarathyBalan commented 2 years ago

I am getting the below error while clicking sign in.

error: 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.

image

himani-chi commented 2 years ago

The app service's domain is azurewebsites and not azurefd.

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

Was anyone able to resolve this issue after replacing azurefd with azurewebsites everywhere? I am still having the same issue, wondering if I missed something.

sofbkeller commented 2 years ago

Can this code change be merged?