Problem/Motivation
InvalidArgumentException: The controller for URI "" is not callable. in Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition() (line 75 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
Steps to reproduce
Navigate to /admin/modules/uninstall/entity/gathercontent_operation for deletion of gather content entities for uninstallation of the module and notice the error:
InvalidArgumentException: The controller for URI "" is not callable. in Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition() (line 75 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
Comments
Comment #2
ankit agrawal commentedComment #3
ankit agrawal commentedFound the issue to be related to the easy breadcrumb module, for which the patch ( https://www.drupal.org/project/easy_breadcrumb/issues/3164758#comment-13... ) worked well here.
Comment #4
ankit agrawal commentedClosing this bug as the issue is resolve with the patch of easy breadcrumb module.
Comment #5
ankit agrawal commentedComment #6
ankit agrawal commented