TypeError: Cannot read properties of undefined (reading 'config')
VMware vSphere ESX 9.1.x
This issue is caused by an unhandled Null Pointer Exception (NPE) in the ESX Host Client user interface. When rendering networking diagrams, the UI attempts to evaluate configuration settings of a VM’s network adapter virtualPort object. If this object is null or undefined (e.g., a VM #### is connected to a port group #### that is missing its virtual port), the UI throws an unhandled exception and fails to render the page.