Approvals widget showing 'Loading approvals...' messageIssue When using the out-of-the-box (OOB) approvals widget, an issue arises where the 'Loading approvals' message appears, but the approvals do not load even for the admin user. This behavior can be observed consistently, indicating a potential problem with the widget's functionality.ReleaseAllCauseInvalid document_id field reference in sysapproval_approver table. When loading approvals, in the widget logic we check if the user has the read access to the record which they are approving. If the document field in the approval record, which should be referencing the approving record is invalid, the approvals don't load. This can happen when the referenced document record no longer exists in the instanceResolutionTo ensure data integrity and accuracy in the approval process, it is crucial to address invalid approval records. This can be achieved by either deleting these records or correcting the reference to the associated document. Deleting invalid records helps maintain a clean and up-to-date database, while correcting references ensures that approvals are correctly linked to their respective documents. This step is essential for maintaining a smooth approval workflow and preventing potential errors or confusion in the future.