The VMware Cloud Director (VCD) provider portal displays no infrastructure resources, vCenters, organizations, or certificates; the GUI shows "No vCenters Found."
When connecting to VCD using PowerCLI, all expected resources are visible and accessible.
Using:Connect-CIServer -Server <vcd-fqdn>Get-OrgGet-ProviderVdcGet-CIVM
VMware Cloud Director 10.5.1.1
This issue can occur when the VCD cells are unable to resolve or connect to their own public FQDN (as used by the provider portal) due to internal DNS or load-balancer configuration.
If the cells cannot reach their own address often because hair-pin (U-turn) NAT or SNAT is not enabled, or internal DNS resolves to an unreachable address API calls within the cell hang for 50 seconds, resulting in blank grids and timeouts in the UI.
nslookup <vcd-public-fqdn>curl -k -m 3 https://<vcd-public-fqdn>/api/versions
If the command hangs or fails, the cell cannot loop back to itself through the load-balancer.echo "<INTERNAL_VIP_IP> <vcd-public-fqdn>" >> /etc/hostsRestart One VCD Cell
After applying the network fix, restart the VCD services on 1 cell:systemctl restart vmware-vcd
Wait one minute, then refresh the provider portal. Resources should appear as expected.