Problem/Motivation
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.storage.translation_revert" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of core/lib/Drupal/Core/Routing/RouteProvider.php).
Steps to reproduce
When trying to view the revisions of any storage entity with translation, a fatal error is displayed
Comments
Comment #2
freenjt commentedComment #3
freenjt commentedCreating a RouteSubscriber service that checks if the route exists, and if it does not exist, adds it, solves the problem.
Comment #4
freenjt commentedComment #6
freenjt commented