Hi @Ava Tomlinson,
I'm glad to hear you solve the problem, if you have any issue about SharePoint, you are welcome to raise a ticket in this forum.
I would make a brief summary of this thread:
Issue Symptom:
Encountered an issue with Office Apps; none of the files are loading. From the ULS logs, can see the error "Invalid Proof Signature." Checked the Failed Jobs in Central Admin and found that the WOPI discovery synchronization job is continuously failing.
Current status:
The issue has been resolved. Have multiple OOS servers, kept one server in the load balancer pool at a time and performed the following two steps. Disabled the first OOS from the LB pool, enabled the second OOS, and rebuild the binding using PowerShell command as below:
-
Update-SPWOPIProofKey
-
Remove-SPWOPIBinding –All:$true
followed byNew-SPWOPIBinding -ServerName <ServerName> -AllowHTTP
You could click the "Accept Answer" button for this summary to close this thread, and this can make it easier for other community member's to see the useful information when reading this thread. Thanks for your understanding!