In VMware Cloud Director Availability (VCDA), users may experience a "Timeout has occurred" error when attempting to access the Provider Event Notifications section under Events and Notifications.
Analysis via browser developer tools reveals that the API call GET /config/notifications/provider takes approximately 30 seconds to complete, which exceeds the hardcoded UI timeout threshold.
This behavior is typically observed in environments with a high count of Organizations and system users.
VMware Cloud Director Availability 4.7.3.1
VCDA does not have a local SMTP or email configuration, forcing the application to dynamically iterate through all Organizations and system-level users in VMware Cloud Director to retrieve roles, email addresses, and server settings each time the page is accessed.
To resolve this issue, configure local SMTP settings within VCDA to override the dynamic lookup process:
Log in to the VMware Cloud Director Availability Management Interface as an administrator.
In the left pane, navigate to Settings.
Under the General section, locate Provider event notifications.
Configure a Custom SMTP Server and provide the necessary authentication details.
Define the Notification Email settings (Sender and Recipient addresses) specifically for VCDA.
Click Save.
Navigate back to Events and Notifications > Provider Event Notifications to verify the page loads successfully without a timeout.