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).

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Ankit Agrawal created an issue. See original summary.

ankit agrawal’s picture

Priority: Major » Normal
ankit agrawal’s picture

Found 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.

ankit agrawal’s picture

Closing this bug as the issue is resolve with the patch of easy breadcrumb module.

ankit agrawal’s picture

Status: Active » Fixed
ankit agrawal’s picture

Status: Fixed » Closed (works as designed)