Getting this error on installation:
In RouteProvider.php line 201:
Route "easy_breadcrumb.general_settings_form" does not exist.
Drush Launcher Version: 0.6.0
Drush Commandline Tool 9.7.1
Drupal Version 8.7.8
Composer Version: 1.8.0
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3087900_missing_route_warning.patch | 1004 bytes | pascalrioux |
Comments
Comment #2
pascalrioux commentedWe do have the same issue on our project with a similar Drupal version (8.7.10). It is most likely caused by the reference to the route "easy_breadcrumb.general_settings_form" in the hook_install().
I would advise to remove it because it is only used to display a status message that tells the admin where to configure the module. Most module stick to putting the route in the "configure" property of the ".info.yml" file.
Comment #3
pascalrioux commentedI'll try to make a quick patch to solve the issue.
Comment #4
pascalrioux commentedHere you go
Comment #5
renatog commentedAvoid duplication is a good approach to keep clean
Thanks
Comment #7
renatog commentedCommitted to the dev branch.
Best,