Share via

How to resolve ReactView errors in Edge browser when loading resource blades in the portal

Steve Giordano 0 Reputation points
2026-05-28T15:27:56.3633333+00:00

I've been having intermitent issues with resource blades opening in the portal. Below are the summaries of the error logs I am getting. I refresh the browser page and it then loads.

{ "shellProps": { "sessionId": "496e3b70739049ceb1b10b704cba0bbe", "extName": "Microsoft_AAD_IAM", "contentName": "TenantOverview.ReactView" }, "error": { "details": "Manual require of the following modules failed; ["Microsoft_AAD_IAM/Tenants/Overview/MonitoringTab/MonitoringTabStrings.resjson" : {Error: Couldn't load "Microsoft_AAD_IAM/Tenants/Overview/MonitoringTab/MonitoringTabStrings.resjson"; error code 0}];", "message": "Content failed to load.", "error": { "data": { "details": "Manual require of the following modules failed; ["Microsoft_AAD_IAM/Tenants/Overview/MonitoringTab/MonitoringTabStrings.resjson" : {Error: Couldn't load "Microsoft_AAD_IAM/Tenants/Overview/MonitoringTab/MonitoringTabStrings.resjson"; error code 0}];", "message": "Content failed to load.", "capturedErrors": [] } }, "code": null }}

{ "shellProps": { "sessionId": "afded3c45786457db4e36a3d5181cb9b", "extName": "HubsExtension", "contentName": "BrowseResourceGroups.ReactView" }, "error": { "details": "Manual require of the following modules failed; ["HubsExtension/Browse/Blades/BrowseResourceGroups.ReactView" : {Error: Couldn't load "HubsExtension/Browse/Blades/BrowseResourceGroups.ReactView"; error code 0}];", "message": "Content failed to load.", "error": { "data": { "details": "Manual require of the following modules failed; ["HubsExtension/Browse/Blades/BrowseResourceGroups.ReactView" : {Error: Couldn't load "HubsExtension/Browse/Blades/BrowseResourceGroups.ReactView"; error code 0}];", "message": "Content failed to load.", "capturedErrors": [] } }, "code": null }}

[Moved from Microsoft Edge | Website issues | Android]

Azure App Configuration
Azure App Configuration

An Azure service that provides hosted, universal storage for Azure app configurations.


2 answers

Sort by: Most helpful
  1. kagiyama yutaka 3,605 Reputation points
    2026-05-30T16:23:19.74+00:00

    I think the log shows the Portal didn’t fetch the UI files for those blades. Azure Portal can hit this kind of load failure on the client side, and a new tab or InPrivate gives the session a clean start, so the blade opens.

    Was this answer helpful?

    0 comments No comments

  2. Vinodh247-1375 43,181 Reputation points Volunteer Moderator
    2026-05-30T08:01:20.19+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    This is typically a client-side loading issue in the azure portal (ReactView modules failing to load), not a backend resource problem. In Edge, it is usually caused by cached/corrupted portal assets, blocked scripts, or extension interference. Fix it by doing a hard refresh (Ctrl+F5), clearing browser cache/storage for the portal, and disabling extensions (especially ad blockers or security plugins). Also ensure 3rd party cookies and local storage are not blocked, and try opening the portal in InPrivate mode to validate. If it still happens intermittently, it is often due to transient CDN/module load failures in the portal itself, and there is little to fix beyond retrying or switching to another browser session.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    Was this answer helpful?

    0 comments No comments

Your answer

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