When i try to install raven i got,

Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "redirect.destination", path: "redirect.destination -> url_generator -> router.route_provider -> path_processor_manager -> simple_sitemap.engines.path_processor -> simple_sitemap.engines.index_now_submitter -> http_client -> http_client_factory -> GuzzleHttp\HandlerStack -> http_client_middleware.raven -> raven.request_subscriber -> logger.raven". in Drupal\Component\DependencyInjection\Container->get() (line 147 of core/lib/Drupal/Component/DependencyInjection/Container.php).

Similar Issue: https://www.drupal.org/project/simple_sitemap/issues/3373454

Comments

emircan erkul created an issue. See original summary.

emircanerkul’s picture

Version: 4.2.2 » 4.x-dev
emircanerkul’s picture

After uninstalling simple_sitemap_engine

Error changed:

Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "redirect.destination", path: "redirect.destination -> url_generator -> router.route_provider -> path_processor_manager -> domain_source.path_processor -> Drupal\Core\Logger\LoggerChannelFactoryInterface -> logger.raven". in Drupal\Component\DependencyInjection\Container->get() (line 147 of core/lib/Drupal/Component/DependencyInjection/Container.php).

gbyte’s picture

Title: Circular reference detected » Circular reference detected in combination with raven
Priority: Major » Normal
Status: Active » Postponed

I am not using raven; if you are still experiencing this issue, have you managed to fix it? Could you contribute a patch?

This may be an issue with raven (though I have not looked into it so take it with a grain of salt), as there is at least one other module complaining about the same error in combination with raven.