If the node has a revision whose authoring user has been deleted from Drupal then clicking on the "Show revisions" button results in an error:
Oops, something went wrong. Check your browser's developer console for more details.
The browser console says:
An AJAX HTTP error occurred. HTTP Result Code: 503 Debugging information follows. Path: /moderation_sidebar/node//revisions?latest=1
And the PHP error says:
Uncaught PHP Exception Error: "Call to a member function getDisplayName() on null" at /mnt/www/html//docroot/modules/contrib/moderation_sidebar/src/Controller/ModerationSidebarController.php
In our codebase line 374 is:
'#revision_author' => $user->getDisplayName(),
Modify the code to display "Anonymous" if the user does not exist. This is how the node revisions history page works.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.