- Issue created by @lakhal
- 🇨🇭Switzerland das-peter
This seems related to this 🐛 Circular reference detected for service "domain.route_provider", path: "options_request_listener -> domain.route_provider -> cache_tags.invalidator -> adv_vanish.cache_manager -> router -> router.no_access_checks". Needs review
Problem occurs for me to as soon as I enabled domain_config.
Yet have to figure out what other module is involved for me because we don't use adv_varnish.
Btw. I think if one uses the latest domain dev version the error will sayCircular reference detected for service "router.route_provider"
before that it says
Circular reference detected for service "domain.route_provider"
Which is probably because of this change: https://git.drupalcode.org/project/domain/-/commit/6125d06e412ba4d6f19d8...
- 🇨🇭Switzerland das-peter
I think the source of the issue could come from core be: 🐛 Dependency on config storage causes circular reference in service container Needs review
Applied the patch from the related MR and the issue seems resolved.