Hi @Alexander (from ESP) the product team has addressed this issue as of yesterday afternoon. If you continue to experience issues, please do comment down below.
Deployment Center not loading in App Service on Azure Arc / Kubernetes
I've set up an on-prem Kubernetes cluster in Azure Arc, deployed the App Services extension, and set up App Services which deploy containers from our Azure container repository to that local kubernetes cluster.
So far so good, but whenever I try to click on "Deployment Center" on the left-hand side of the App Service in Azure, or click Deployment Logs on the dashboard, I just get a blank screen.
In Developer Console, I see some errors:
2024-01-25T22:22:21.953Z [warning][AppServiceMenuViewModel][getBooleanValue][failed] - Missing flight value for feature gate: show-environment-variables
2024-01-25T22:22:21.954Z [warning][AppServiceMenuViewModel][getBooleanValue][failed] - Missing flight value for feature gate: new-function-logs
2024-01-25T22:22:21.954Z [warning][AppServiceMenuViewModel][getBooleanValue][failed] - Missing flight value for feature gate: show-logstream-under-quickstart
2024-01-25T22:22:21.955Z [warning][AppServiceMenuViewModel][getBooleanValue][failed] - Missing flight value for feature gate: hide-process-explorer
DeploymentCenterDataLoader.tsx:198 TypeError: Cannot read properties of undefined (reading 'scm')
2024-01-25T22:22:44.958Z [error][DeploymentCenterFrameBladeReact][componentDidCatch][error]
It does this in multiple different browsers as well.
3 answers
Sort by: Most helpful
-
Ryan Hill 28,091 Reputation points Microsoft Employee
2024-02-01T18:24:07.02+00:00 -
Jordan Tritell 0 Reputation points
2024-03-14T19:34:49.87+00:00 I am experiencing this issue now
-
Gabriel Grosan 0 Reputation points
2024-03-14T22:12:57.78+00:00 I have the same issue on multiple azure accounts. Deployment Center page doesn't load. I did an inspect and I can see this error in the console (Chrome Browser)
Refused to execute script from 'https://functions.azure.com/static/js/main.519322e2.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled
pEzkBHKK1nDK.js:1 [WebsitesExtension] 2:52:23 PM DeploymentCenterFrameBladeReact 0 DeploymentCenterFrameBladeReact: A 'ready' message is expected but not received by '{ Name: Part, Type: [0]WebsitesExtension-[1]DeploymentCenterFrameBladeReact-[2]DeploymentCenterFrameBladeReact-[5]DeploymentCenterFrameBladeReact, Id: Part-DeploymentCenterFrameBladeReact-2 }'. IFrame should post the 'ready' message to indicate that the IFrame HTML page has loaded and an 'onMessage' handler has been installed to receive subsequent messages
Please help