Problem/Motivation
When visiting the route on a configured request "http-config-request" - Drupal throws an error:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.http_config_request.canonical" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 214 of core/lib/Drupal/Core/Routing/RouteProvider.php).
Steps to reproduce
- Be on Drupal 11.3
- Maybe related to Gin admin theme with the new Navigation (stable now) Drupal module enabled
- Navigate to a configure request route in HTTP Client Manager
Proposed resolution
Add "getCanonicalRoute" functionality for routes.
Issue fork http_client_manager-3569029
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
Comment #5
aayushpathak commentedworking on it!
Comment #7
aayushpathak commentedComment #8
aronne commentedHi @aayush7 and thank you for your contribution.
I've tested your patch and it works correctly.
Comment #10
aronne commented