- πΈπ°Slovakia trafo
Run into this issue again and tracked it to
EasyBreadcrumbBuilderfromeasy_breadcrumbmodule. It callsRouter::matchRequest($request)which applies route enhancers. One of the enhancers isLayoutBuilderTempstoreRouteEnhancerwhich has private temp store that will try to start session.Found a fix in #3274158-3: RuntimeException while trying to render item β , #3274158-19: RuntimeException while trying to render item β , #3274158-27: RuntimeException while trying to render item β . This might be added into this codebase.