Error: GPCC is no longer receiving updates. Check your network status or gpcc status and refresh this page.
This is a generic error message and may have a number of causes. One possible cause is given below for AWS environments.
The GPDB cluster and GPCC are running in AWS environment. The load balancer used to access the DBs and GPCC is Elastic Load Balancer (ELB). ELB does not support WebSockets, which are used by GPCC WebUI to retrieve updates for the GPCC server.
See:
If the GPDB cluster is running on AWS then use Application Load Balancer (ALB) instead of ELB.
Configure ELB to use TCP protocol instead of HTTP protocol when accessing the GPCC service port.