How to fix Azure App Service error: ErrorLoadingControl?

Yousef Kilany 0 Reputation points
2023-09-07T13:14:51.5866667+00:00

This is the error I got after deploying my ASP.NET Core app with PostgreSQL.
I found this in App Service logs:

  • Extension: WebsitesExtension
  • Content: WebsiteLogsBlade
  • Error code--
  • Error reason: ErrorLoadingControl

Details_errorData: undefined sourceErrorLevel: undefined baseTypes: ["MsPortalFx.Errors.Error"] code: undefined data: {"moduleId":"require 371","status":0,"failedModules":[{"name":"MsPortalImpl.Controls/Controls/PricingControl","moduleUrl":"https://portal.azure.com/Content/Dynamic/Aa5wqrEGiZa.js?retryAttempt=1.1546936668937307","message":"Couldn't load "MsPortalImpl.Controls/Controls/PricingControl"; error code 0","status":0}]} errorData: undefined errorLevel: 2 extension: fx handled: undefined innerErrors: ["data: {"moduleId":"require 371","status":0,"failedModules":[{"name":"MsPortalImpl.Controls/Controls/PricingControl","moduleUrl":"https://portal.azure.com/Content/Dynamic/Aa5wqrEGiZa_.js?retryAttempt=1.1546936668937307","message":"Couldn't load \"MsPortalImpl.Controls/Controls/PricingControl\"; error code 0","status":0}]}\r\nmessage: Couldn't load "MsPortalImpl.Controls/Controls/PricingControl"; error code 0\r\nname: Error\r\nstack: Error: Manual require of the following modules failed; ["MsPortalImpl.Controls/Controls/PricingControl" : {Error: Couldn't load "MsPortalImpl.Controls/Controls/PricingControl"; error code 0}];\n at ge (https://portal.azure.com/Content/Dynamic/hQttwZrXek0f.js:53:8807)\n at l (https://portal.azure.com/Content/Dynamic/hQttwZrXek0f.js:53:16028)\r\n"] message: Failed to load the control module 'MsPortalImpl.Controls/Controls/PricingControl'. Error: Couldn't load "MsPortalImpl.Controls/Controls/PricingControl"; error code 0 name: Error source: undefined stack: Error: Manual require of the following modules failed; ["MsPortalImpl.Controls/Controls/PricingControl" : {Error: Couldn't load "MsPortalImpl.Controls/Controls/PricingControl"; error code 0}]; at ge (https://portal.azure.com/Content/Dynamic/hQttwZrXek0f.js:53:8807) at l (https://portal.azure.com/Content/Dynamic/hQttwZrXek0f.js:53:16028) timestamp: 7975091.5 type: MsPortalFx.Errors.Error

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,560 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,778 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yousef Kilany 0 Reputation points
    2023-09-08T02:37:22.06+00:00

    Solved.
    Probably it was just a network issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.