Internal server error on login #21
-
Hi, I've been following the instructions to deploy this app, and keep running into the following error, after authenticating past the Intune CD Monitor login screen - 500 Internal Server Error. The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. When I check the container logs, I'm seeing the following errors. Can anyone point me in the right direction to resolve these? 2023-06-19T01:56:30.269400876Z: [ERROR] Region configured (None) != region detected ('australiaeast') |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, It looks like it's failing to get the pipelines from you Azure DevOps project, can you make sure the variables for Azure DevOps is configured correctly? |
Beta Was this translation helpful? Give feedback.
You can check the variables that you configured on your web app under Settings > Configuration, there you will see a list of all environment variables. The ones you're looking for are
DEVOPS_ORG_NAME
andDEVOPS_PROJECT_NAME
.