Problem

On D11.3.6, PHP 8.3, using Entity Share 8.x-3.13, I encountered an error trying to go to /admin/config/services/entity_share/channel.

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.channel.canonical" does not exist.

Proposed resolution

Add a view_builder handler to the entity definition in entity_share_client/src/Entity/Channel.php

 * handlers = {
 *     "list_builder" = "Drupal\entity_share_server\ChannelListBuilder",
 *     "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

albert.garcia created an issue.