You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In templates/Entity/_content-entity/src/Entity/Example.php.twig the path for the collection is hard-coded to /admin/content/{{ entity_type_id_short|u2h }} and does not use the entity_base_path provided.
In my opinion this should be {{ entity_base_path }}.