Reports data not displayed from Second Domain - Load balanced environment

Hello Matomo team. Need some help and direction on how to troubleshoot this issue.

Topology:

Configured 3 Matomo web servers (A, B, C) for tracking requests behind a load balancer (URL - webanalytics.domain.host). From the application the tracking JS API’s call this URL for sending tracking calls.

Configured another Matomo web Server (D) for reporting purposes again behind the load balancer (URL - webanalyticsadmin.domain.host). This is needed only for checking the reports and usage logs/analysis.

Problem:

When viewing the Matomo UI through - webanalytics.domain.host, the data is displayed for all the sites configured in it.

But when trying to view the Matomo UI through - webanalyticsadmin.domain.host, the data is not displayed. However all the sites are visible.

The Login credentials used for both the URL’s is superadmin only.

Note:
Cron jobs are setup to process the data for webanalytics.domain.host, basically the archive of the data.
We have also tried to reprocess the data with webanalyticsadmin.domain.host to see if we are able to get the data from that URL, but no luck.

Any pointers to troubleshoot the non-availability of data in webanalyticsadmin.domain.host would be of great help.

Thanks in advance.

@matthieu, Can you please help if this is by design? Or archiving process should refer to the new site? If the later is correct, then is it true that I can only use only one website at any point of time to check the reports?

Thanks in advance.

Thanks Matomo team. This turned out to be an issue with the servers date times are not in sync. We have corrected the dates and that resolved the issue.