In rocketship_core_form_node_form_alter()
the visibility of the Save and manage content button for existing nodes is checked by checking access on the route.
This doesn't work if you install e.g. Entity 404 → or Untranslated 404 → 2.x (which uses the same concept of access checking), because you might be creating a new translation (causing the route to be inaccessible).
Remove the if and use the same access check as for new nodes.
Active
6.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.