Fixing the Proxmox Status Service
Occasionally the Proxmox Status Service (pvestatd) will stop working for unknown reasons.
Restarting does not work properly, so the way to do it is stopping and starting the service manually.
systemctl stop pvestatd
systemctl start pvestatd
systemctl status pvestatd
It should now report the VM and CT statuses correctly.