Hi, Jessica
Here's the solution:
In the backend database, modify the vm_host table, use host_ip to find the host experiencing the issue, and then change the authorization_flag field of the host that hasn't released authorization to 2 (usually 1 represents authorized, 2 represents unauthorized). Then, authorize again on the page.
update vm_host set authorization_flag = 2 where host_id = x

