WebApp shows Error 500. It says This page isn't working at the moment [500 Error] #814
Unanswered
yeggan
asked this question in
Evening (PST) Office Hours (Q&A)
Replies: 1 comment 1 reply
-
Please see this documentation for how to manually set up the App Registrations and App Service Authentication settings... https://github.com/microsoft/PubSec-Info-Assistant/blob/main/docs/deployment/manual_app_registration.md and this Issue dialog for more details. #457 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I deployed the code in codespace without issue then I deployed in the Azure DevOps Pipeline for CI/CD, but I'm encountering some issues.
-I ran the Azure DevOps pipeline, which completed successfully and created all resources in Azure.
However, when I check the web interface, I encounter the following error: "This page isn't working at the moment. infoasst-web-abcde.azurewebsites.net can't currently handle this request.[500 Error]"
It’s important to note that after the resources were created, I edited the Web URI redirect to https://infoasst-web-abcde.azurewebsites.net/.auth/login/aad/callback based on random characters.
When trying to access the web app, the logs show an Error 500: "Unable to download OpenID Connect Configuration."
Could you please help me resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions