Describe the bug
When opening the data connector "Atlassian Organization Audit Events (via Codeless Connector Framework)" from the Microsoft Sentinel Solution "Atlassian Organization Audit" (Content Hub), the connector page fails to load and throws the following error:
[Unknown error 0] {"stack":"TypeError: Cannot read properties of null (reading 'title')\n at ConnectorPage (https://hosting.portal.azure.net/securityinsights/Content/Dynamic/rsUuOVCrgG3a.js:119085:104)\n at mo (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:60244)\n at xu (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:74297)\n at wi (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:120116)\n at vs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108485)\n at hs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108413)\n at ms (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108276)\n at rs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:105111)\n at os (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:105493)\n at Vl (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:46624)","message":"Cannot read properties of null (reading 'title')"}
To Reproduce
- Install the "Atlassian Organization Audit" solution from the Microsoft Sentinel Content Hub.
- Navigate to Microsoft Sentinel → Data connectors.
- Search for and click on "Atlassian Organization Audit Events (via Codeless Connector Framework)".
- Click "Open connector page".
- The portal immediately shows the error above instead of loading the connector configuration page.
Expected behavior
The connector page should load correctly and display the connector UI configuration.
Actual behavior
The Azure Portal throws a TypeError: Cannot read properties of null (reading 'title') error in the ConnectorPage component. The connector page is completely unusable.
Workaround
None currently available. The connector page cannot be opened at all.
Describe the bug
When opening the data connector "Atlassian Organization Audit Events (via Codeless Connector Framework)" from the Microsoft Sentinel Solution "Atlassian Organization Audit" (Content Hub), the connector page fails to load and throws the following error:
[Unknown error 0] {"stack":"TypeError: Cannot read properties of null (reading 'title')\n at ConnectorPage (https://hosting.portal.azure.net/securityinsights/Content/Dynamic/rsUuOVCrgG3a.js:119085:104)\n at mo (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:60244)\n at xu (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:74297)\n at wi (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:120116)\n at vs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108485)\n at hs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108413)\n at ms (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:108276)\n at rs (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:105111)\n at os (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:105493)\n at Vl (https://portal.azure.com/Content/Dynamic/bdcmECtEHOEF.js:12:46624)","message":"Cannot read properties of null (reading 'title')"}To Reproduce
Expected behavior
The connector page should load correctly and display the connector UI configuration.
Actual behavior
The Azure Portal throws a
TypeError: Cannot read properties of null (reading 'title')error in theConnectorPagecomponent. The connector page is completely unusable.Workaround
None currently available. The connector page cannot be opened at all.