Error 404 Not Found

GET https://www.dev.nakatanenga.de/detail/0ee4f56d9bb848078f32cd34013e937b

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"hdSjsJtFpcQ="
_route_params
[]
_stopwatch_token
"0ec53c"
exception
Shopware\Core\Content\Product\Exception\ProductNotFoundException {#9230
  #message: "Could not find product with id "0ee4f56d9bb848078f32cd34013e937b""
  #code: 0
  #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php"
  #line: 136
  -statusCode: 404
  -headers: []
  #parameters: [
    "entity" => "product"
    "field" => "id"
    "value" => "0ee4f56d9bb848078f32cd34013e937b"
  ]
  #statusCode: 404
  #errorCode: "CONTENT__PRODUCT_NOT_FOUND"
  trace: {
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php:136 {
      Shopware\Core\Content\Product\ProductException::productNotFound(string $productId): ProductNotFoundException …
      › {    return new ProductNotFoundException($productId);}
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:102 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->{closure:Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load():76} …
      › if (!($product instanceof SalesChannelProductEntity)) {    throw ProductException::productNotFound($productId);}
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:76 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
      › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
      Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
      › 
      › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Controller/ProductController.php:55 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->productPageLoader->load($request, $context);}
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
      Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#915
  -records: [
    "" => [
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.705+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#101
            #message: "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:278 {
                Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->instantiatePlugins(string $projectDir): void …
                › 
                › if (!class_exists($className)) {    continue;
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:122 {
                Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->initializePlugins(string $projectDir): void …
                › $this->registerPluginNamespaces($projectDir);$this->instantiatePlugins($projectDir);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:142 {
                Shopware\Core\Kernel->boot(): void …
                ›     // initialize plugins before booting    $this->pluginLoader->initializePlugins($this->getProjectDir());} catch (DBALException $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.711+00:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#308
            #message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/var-exporter/LazyGhostTrait.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
                › $this->container->set($definition->getEntityName(), $definition);$this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));$registry->register($definition, $definition->getEntityName());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/System.php:63 {
                Shopware\Core\System\System->boot(): void …
                › 
                ›     $this->container->get(CustomEntityRegistrar::class)->register();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:150 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.711+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#325
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
                › $this->container->set($definition->getEntityName(), $definition);$this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));$registry->register($definition, $definition->getEntityName());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/System.php:63 {
                Shopware\Core\System\System->boot(): void …
                › 
                ›     $this->container->get(CustomEntityRegistrar::class)->register();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:150 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:126 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.773+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2319
            #message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:50670 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getHttpKernel_Cache_InnerService($container) …
                › }$c = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19615 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['http_kernel.cache.inner'] ?? self::getHttpKernel_Cache_InnerService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.776+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "routing-domains"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.781+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.781+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.781+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-08d2beb617754d2e9b8813e67fbd3a10"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.787+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.787+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.787+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.794+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.796+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.796+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.796+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.806+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3032
            #message: "User Deprecated: The "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getAppScriptProductPriceCalculatorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:38048 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductSubscriber2Service($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] ?? self::getAppScriptProductPriceCalculatorService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:18858 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():18858} …
                › $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\UnusedMediaSearchEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber'] ?? self::getCustomFieldsUnusedMediaSubscriberService($container)), 'removeUsedMedia'], 0);$instance->addListener('product.loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);$instance->addListener('product.partial_loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
                Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
                › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                ›     }    $this->dispatch($nested, $name);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › 
                › $this->eventDispatcher->dispatch($event);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:235 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › );$entities = $this->read($criteria, $context);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Foundation/Dal/EntityRepository.php:166 {
                DreiscSeoPro\Core\Foundation\Dal\EntityRepository->get(string $id, ?array $associations = null, ?Context $context = null, $disableCache = false): Entity …
                › 
                › return $this->repository->search(    $criteria,
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/Product/ProductRedirectSearcher.php:38 {
                DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher->search(Request $request, string $productId, Context $defaultContext): void …
                › /** In case of variant product, we check for the parent product id */$productEntity = $this->productRepository->get($productId);if (null !== $productEntity && null !== $productEntity->getParentId()) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:81 {
                DreiscSeoPro\Core\Routing\RequestTransformer->checkForEntityRedirects(Request $shopwareRequest, Context $defaultContext): bool …
                › /** Check if there is redirect for the product */$this->productRedirectSearcher->search(    $shopwareRequest,
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:40 {
                DreiscSeoPro\Core\Routing\RequestTransformer->transform(Request $shopwareRequest, Request $request, Context $defaultContext): Request …
                › /** Check for entity redirects */$this->checkForEntityRedirects($shopwareRequest, $defaultContext);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php:35 {
                DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator->transform(Request $request): Request …
                ›      */    return $this->requestTransformer->transform($clone, $request, Context::createCLIContext());}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $request = $this->requestTransformer->transform($request);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.806+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Checkout\Cart\Price\QuantityPriceCalculator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3039
            #message: "User Deprecated: The "Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\Checkout\Cart\Price\QuantityPriceCalculator"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getQuantityPriceCalculatorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:37964 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getAppScriptProductPriceCalculatorService($container) …
                › 
                ›     return $container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] = new \Shopware\Core\Content\Product\SalesChannel\Price\AppScriptProductPriceCalculator(new \Acris\CountryTax\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator($a, ($container->privates['Acris\\CountryTax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? self::getQuantityPriceCalculatorService($container)), $b, $c), $d, ($container->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\ScriptPriceStubs'] ?? self::getScriptPriceStubsService($container)));}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:38048 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductSubscriber2Service($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\AppScriptProductPriceCalculator'] ?? self::getAppScriptProductPriceCalculatorService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:18858 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():18858} …
                › $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\UnusedMediaSearchEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Media\\Subscriber\\CustomFieldsUnusedMediaSubscriber'] ?? self::getCustomFieldsUnusedMediaSubscriberService($container)), 'removeUsedMedia'], 0);$instance->addListener('product.loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);$instance->addListener('product.partial_loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? self::getProductSubscriber2Service($container)), 'loaded'], 0);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
                Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
                › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                ›     }    $this->dispatch($nested, $name);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › 
                › $this->eventDispatcher->dispatch($event);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:235 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › );$entities = $this->read($criteria, $context);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Foundation/Dal/EntityRepository.php:166 {
                DreiscSeoPro\Core\Foundation\Dal\EntityRepository->get(string $id, ?array $associations = null, ?Context $context = null, $disableCache = false): Entity …
                › 
                › return $this->repository->search(    $criteria,
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/Product/ProductRedirectSearcher.php:38 {
                DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher->search(Request $request, string $productId, Context $defaultContext): void …
                › /** In case of variant product, we check for the parent product id */$productEntity = $this->productRepository->get($productId);if (null !== $productEntity && null !== $productEntity->getParentId()) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:81 {
                DreiscSeoPro\Core\Routing\RequestTransformer->checkForEntityRedirects(Request $shopwareRequest, Context $defaultContext): bool …
                › /** Check if there is redirect for the product */$this->productRedirectSearcher->search(    $shopwareRequest,
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:40 {
                DreiscSeoPro\Core\Routing\RequestTransformer->transform(Request $shopwareRequest, Request $request, Context $defaultContext): Request …
                › /** Check for entity redirects */$this->checkForEntityRedirects($shopwareRequest, $defaultContext);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/DreiscSeoPro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php:35 {
                DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator->transform(Request $request): Request …
                ›      */    return $this->requestTransformer->transform($clone, $request, Context::createCLIContext());}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $request = $this->requestTransformer->transform($request);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.811+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.161+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.161+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
    ]
    2456 => [
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.864+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.detail.page"
          "route_parameters" => [
            "_route" => "frontend.detail.page"
            "_routeScope" => [
              "storefront"
            ]
            "_httpCache" => true
            "_controller" => "Shopware\Storefront\Controller\ProductController::index"
            "productId" => "0ee4f56d9bb848078f32cd34013e937b"
          ]
          "request_uri" => "https://www.dev.nakatanenga.de/detail/0ee4f56d9bb848078f32cd34013e937b"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Maintenance\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\PersistentCart::kernelEventsRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.865+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.877+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareElectric\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3323
            #message: "User Deprecated: The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "TcinnThemeWareElectric\Core\Content\Product\Cms\TcinnProductDescriptionReviewsAccordionCmsElementResolver"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:8436 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService():8393} …
                › yield 41 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Media\\Cms\\Type\\TcinnImageGalleryGridTypeDataResolver'] ?? self::getTcinnImageGalleryGridTypeDataResolverService($container));yield 42 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Product\\Cms\\TcinnProductDescriptionReviewsAccordionCmsElementResolver'] ?? self::getTcinnProductDescriptionReviewsAccordionCmsElementResolverService($container));yield 43 => ($container->privates['TcinnThemeWareElectric\\Core\\Content\\Category\\Cms\\TcinnSidebarSubcategoryNavigationCmsElementResolver'] ?? self::getTcinnSidebarSubcategoryNavigationCmsElementResolverService($container));
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:8393 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › {    return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {        yield 0 => ($container->privates['Shopware\\Core\\Content\\Category\\Cms\\CategoryNavigationCmsElementResolver'] ?? self::getCategoryNavigationCmsElementResolverService($container));
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:46296 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
                › {    return $container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] = new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator(new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader(($container->services['cms_page.repository'] ?? self::getCmsPage_RepositoryService($container)), ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container))))));}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:10080 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductDetailRouteService($container) …
                › {    return $container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container)), ($container->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? self::getSystemConfigServiceService($container)), ($container->services['Doctrine\\DBAL\\Connection'] ?? self::getConnectionService($container)), ($container->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? self::getProductPageConfiguratorLoaderService($container)), ($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container)), ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? self::getSalesChannelProductDefinitionService($container)), ($container->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ??= new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector'] ?? self::getCacheTagCollectorService($container)));}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:14676 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProductControllerService($container) …
                › $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));$b = ($container->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute'] ?? self::getProductDetailRouteService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.900+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3829
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CountryTax\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactory2Service($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:33351 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextService2Service($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactory2Service($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32570 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->privates['Lenz\\DispatchCollection\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextService2Service($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32719 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCustomerSubscriberService($container) …
                › }$d = ($container->privates['Crsw\\CleverReachOfficial\\Service\\BusinessLogic\\SalesChannel\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19123 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19123} …
                › $instance->addListener('customer_address.written', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'onCustomerAddressSave'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'saveDataForDelete'], 0);$instance->addListener('Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber'] ?? self::getNewsletterRecipientSubscriberService($container)), 'onNewsletterConfirm'], 0);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.902+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextServiceInterface" interface is considered internal. It may change without further notice. You should not use it from "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3887
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextServiceInterface" interface is considered internal. It may change without further notice. You should not use it from "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextService2Service($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32570 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->privates['Lenz\\DispatchCollection\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextService2Service($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:32719 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getCustomerSubscriberService($container) …
                › }$d = ($container->privates['Crsw\\CleverReachOfficial\\Service\\BusinessLogic\\SalesChannel\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19123 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19123} …
                › $instance->addListener('customer_address.written', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'onCustomerAddressSave'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\Customers\\CustomerSubscriber'] ?? self::getCustomerSubscriberService($container)), 'saveDataForDelete'], 0);$instance->addListener('Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent', [#[\Closure(name: 'Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber')] fn () => ($container->privates['Crsw\\CleverReachOfficial\\Subscriber\\NewsletterRecipients\\NewsletterRecipientSubscriber'] ?? self::getNewsletterRecipientSubscriberService($container)), 'onNewsletterConfirm'], 0);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.907+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "context-factory-08d2beb617754d2e9b8813e67fbd3a10-62eac277f911fc6b9d813ed89f2e00fe"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.909+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.909+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.909+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.919+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.919+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.919+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.920+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.920+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.921+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.923+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.923+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.923+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.933+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.934+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.934+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.936+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.936+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.936+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.972+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "cart_rules"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.973+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.973+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.973+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.992+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.992+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.992+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999660
        "timestamp_rfc3339" => "2025-12-06T05:41:00.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.011+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.011+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.011+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#1 Rule detection: Alle Kundengruppen ohne Händler with priority 151 (id: 76a1b37a7dbf4165b46c7ab2ff1a4841)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#2 Rule detection: kein Händler, nur DE und AT with priority 147 (id: 56b8897938be44a48f5d23076fee8aa4)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#3 Rule detection: Deutschland Mischversand Aufschlag with priority 100 (id: 019179b5053d723cbcc2ffca7e2f1d37)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#4 Rule detection: Deutschland Standard Mig. with priority 100 (id: 019179b50593737ca9f4a6695a28df19)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#5 Rule detection: Versandkostenfrei (Paket) with priority 100 (id: 019179b505a971d6b33bc2b7f77ff188)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#6 Rule detection: Versandkostenfrei Mischversand with priority 100 (id: 019179b50779728dbd34b221819dbf1f)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#7 Rule detection: Versandkostenfrei Mischversand Aufschlag with priority 100 (id: 019179b5077e722793b82b3113582988)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#8 Rule detection: Zahlart PayPal with priority 100 (id: 019266bd95457bad916f0e7402a76e90)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#9 Rule detection: Cart >= 0 with priority 100 (id: 89396462b19442de853b499f33b78cef)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#10 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 8a3d72aab5a5468fa089505163f644f9)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#11 Rule detection: Always valid (Default) with priority 100 (id: f9da93f84ada4ccd8efd95692a615991)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#12 Rule detection: Abholung with priority 1 (id: 06c3e6c40cde40fb88ada175db3b7938)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#13 Rule detection: Promotion customer rule: 200,- unbeschränkt -alt with priority 0 (id: 019179ed59dd72ecb5248c3701a4a9a7)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#14 Rule detection: Promotion customer rule: 100,- unbeschränkt -alt with priority 0 (id: 019179ed5a33735dadfaae7d48ee3774)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#15 Rule detection: Promotion customer rule: 50,- unbeschränkt -alt with priority 0 (id: 019179ed5a7373caa742a3ca2b474faa)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#16 Rule detection: Promotion customer rule: 25,- unbeschränkt -alt with priority 0 (id: 019179ed5abc7260ba0d7f86a5f49012)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#17 Rule detection: Promotion customer rule: 20,- unbeschränkt -alt with priority 0 (id: 019179ed5ae473cc8acbdbd09e697f1a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#18 Rule detection: Promotion customer rule: 10,- unbeschränkt -alt with priority 0 (id: 019179ed5afd73938316ce5d62b21885)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#19 Rule detection: Promotion customer rule: 50,- unbeschränkt II with priority 0 (id: 019179ed5b3472fb8689bff52c36d24e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#20 Rule detection: Promotion customer rule: 40,-€ unbeschränkt with priority 0 (id: 019179ed5b47710cbb88d4cabe575530)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#21 Rule detection: Promotion customer rule: Steuerfrei, 200,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5b657021952452aa52c2f262)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#22 Rule detection: Promotion customer rule: Steuerfrei, 150,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5b887386bf07cbfb0c6dc4d9)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#23 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5bb77063b42436de2bb2654d)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#24 Rule detection: Promotion customer rule: Steuerfrei, 50,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5be971dfb78ef0b9ab954636)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#25 Rule detection: Promotion customer rule: Steuerfrei, 25,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c0f732b83a6fa611b17c9b0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#26 Rule detection: Promotion customer rule: 40,- steuerfrei with priority 0 (id: 019179ed5c1c72e1bd5dd45fa91ae988)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#27 Rule detection: Promotion customer rule: Steuerfrei, 200,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c48709db0bb1d772acb893a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#28 Rule detection: Promotion customer rule: Steuerfrei, 10,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c61739288a8f19f5fee5c9f)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#29 Rule detection: Promotion customer rule: Steuerfrei, 10,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5c83710a9f725ed88fa40977)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#30 Rule detection: Promotion customer rule: Steuerfrei, 50,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5cb47127996aaac8a7f6bdbe)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#31 Rule detection: Promotion customer rule: Steuerfrei, 25,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5ce97102b94464fe862ca787)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#32 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5d78715b957280e0dd517331)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#33 Rule detection: Promotion customer rule: Kopie von Steuerfrei, 50,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed5e047192aaa473cfc729c45f)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#34 Rule detection: Promotion customer rule: Steuerfrei, 25,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5e987014b27850d1f01683cb)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#35 Rule detection: Promotion customer rule: Steuerfrei, 15,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed5eb972a9811e6559447a6fdc)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#36 Rule detection: Promotion customer rule: Last-Minute-Gutschein with priority 0 (id: 019179ed5f01707fbf3a6adca420f5b1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#37 Rule detection: Promotion customer rule: Steuerfrei, 10,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5f4a728eb343c4ceca55df24)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#38 Rule detection: Promotion customer rule: Steuerfrei, 50,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed5fc1716ab9e26008508a989e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#39 Rule detection: Promotion customer rule: Steuerfrei, 25,- € IV (Verkaufs-Gutschein) with priority 0 (id: 019179ed601171ca8bcbf7c4e4b15d12)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#40 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed604073a8a7cc7283597bc561)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#41 Rule detection: Promotion customer rule: Steuerfrei, 200,- € II (Verkaufs-Gutschein) with priority 0 (id: 019179ed6086727a8ed87d86b79ab028)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#42 Rule detection: Promotion customer rule: Steuerfrei, 15,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed60bb7173b3c5caa2b21a03e2)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#43 Rule detection: Promotion customer rule: Steuerfrei, 50,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed611b719b8c493426397e071b)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#44 Rule detection: Promotion customer rule: Steuerfrei, 25,- € V (Verkaufs-Gutschein) with priority 0 (id: 019179ed616973d6ae87df29ca6fab45)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#45 Rule detection: Promotion customer rule: 500 EUR steuerfrei with priority 0 (id: 019179ed617970548b9ab2028aaccee3)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#46 Rule detection: Promotion customer rule: Steuerfrei, 25,- € V (Verkaufs-Gutschein) with priority 0 (id: 019179ed61d27021a6d3f256f1fe6301)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#47 Rule detection: Promotion customer rule: Steuerfrei, 50,- € IV (Verkaufs-Gutschein) with priority 0 (id: 019179ed6233707282cee72b0a78165c)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#48 Rule detection: Promotion customer rule: Steuerfrei, 100,- € III (Verkaufs-Gutschein) with priority 0 (id: 019179ed629f739f81ef49fbfd3175b8)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#49 Rule detection: Promotion customer rule: versandfrei und 5% Rabatt with priority 0 (id: 019179ed630d72bfb80b0b616e56f094)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#50 Rule detection: Promotion customer rule: endlos-freisein -10% with priority 0 (id: 019179ed632870c88f4d50e0091bdc8d)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#51 Rule detection: Promotion customer rule: versandkostenfrei Oberland Messe with priority 0 (id: 019179ed6337724eaaf100fe723a9c73)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.016+00:00"
        "message" => "#52 Rule detection: Promotion customer rule: Gratis RAPTOR-Spritzpistole with priority 0 (id: 019179ed63797281ae1e4a20fee27b7e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "#53 Rule detection: Promotion customer rule: Steuerfrei, 100,- € (Verkaufs-Gutschein) with priority 0 (id: 019179ed63a670b0b0b52d88b864e4db)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "#54 Rule detection: Promotion customer rule: Adventure Southside with priority 0 (id: 019179ed63dc70b69dd94cbfea630307)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "#55 Rule detection: Promotion customer rule: 15% DZ with priority 0 (id: 019179ed63ff71859ac60b2064da4af9)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "#56 Rule detection: Shopkunden with priority 0 (id: 892bba83aadf4e539a3c6a1446af67c3)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CartDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\CustomerGroups\CustomerGroupSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Customers\CustomerSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\NewsletterRecipients\NewsletterRecipientSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\AutomationSubscriber::onCheckoutRegistration"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\CartRecoverySubscriber::onRecover"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.017+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.018+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.021+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.024+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.024+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "LeopardSearchExtension\Subscriber\ProductSuggestCriteriaSubscriber::onSalesChannelProcessCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.027+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSeoPro\Core\Routing\RedirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#637
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSeoPro\Core\Routing\RedirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19097} …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.029+00:00"
        "message" => "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9312
            #message: "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.040+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetBuyInSetProductLink" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9363
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetBuyInSetProductLink" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getDreiscSetGetBuyInSetProductLinkService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:27965 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Twig\Extension\StringLoaderExtension());$instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetBuyInSetProductLink'] ?? self::getDreiscSetGetBuyInSetProductLinkService($container)));$instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetProductLinkByLineItem'] ?? self::getDreiscSetGetProductLinkByLineItemService($container)));
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:1796 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.040+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetProductLinkByLineItem" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9367
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "DreiscSet\TwigExtension\DreiscSetGetProductLinkByLineItem" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getDreiscSetGetProductLinkByLineItemService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:27966 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetBuyInSetProductLink'] ?? self::getDreiscSetGetBuyInSetProductLinkService($container)));$instance->addExtension(($container->services['DreiscSet\\TwigExtension\\DreiscSetGetProductLinkByLineItem'] ?? self::getDreiscSetGetProductLinkByLineItemService($container)));$instance->addExtension(new \Icue\Extension\Theme\TwigExtension($f));
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:1796 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:51849 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19235 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19235} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.043+00:00"
        "message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Could not find product with id "0ee4f56d9bb848078f32cd34013e937b"" at ProductException.php line 136"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#9230
            #message: "Could not find product with id "0ee4f56d9bb848078f32cd34013e937b""
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php"
            #line: 136
            -statusCode: 404
            -headers: []
            #parameters: [
              "entity" => "product"
              "field" => "id"
              "value" => "0ee4f56d9bb848078f32cd34013e937b"
            ]
            #statusCode: 404
            #errorCode: "CONTENT__PRODUCT_NOT_FOUND"
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/ProductException.php:136 {
                Shopware\Core\Content\Product\ProductException::productNotFound(string $productId): ProductNotFoundException …
                › {    return new ProductNotFoundException($productId);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:102 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->{closure:Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load():76} …
                › if (!($product instanceof SalesChannelProductEntity)) {    throw ProductException::productNotFound($productId);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:76 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
                › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Controller/ProductController.php:55 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Acris\TinyMce\Subscriber\SeoUrlPlaceholderResourceNotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\DomainNotMappedListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Administration\Framework\Routing\NotFound\AdministrationNotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "DreiscSeoPro\Core\Routing\RedirectSubscriber::startRedirectHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Frosh\DevelopmentHelper\Subscriber\DisableStorefrontErrorHandling::disableFrontendErrorHandling"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.130+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.130+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.130+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.134+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.134+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.001123
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.134+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "os-nakatangenga-shop"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 16
            "active_shards" => 16
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.134+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.135+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "os-nakatangenga-shop"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 16
            "active_shards" => 16
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.001123
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.138+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.138+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.003011
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.138+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.30-85662"
              "uuid" => "5AGsvzpFTdKnD5lPpjafsg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "15"
              "docs.deleted" => "0"
              "store.size" => "111.2kb"
              "pri.store.size" => "111.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_category_1762781623"
              "uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2890"
              "docs.deleted" => "5"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.06-15366"
              "uuid" => "XUQuKwrrR-i5qFhcJLywMw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "784"
              "docs.deleted" => "196"
              "store.size" => "4.4mb"
              "pri.store.size" => "4.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.04-15364"
              "uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3459"
              "docs.deleted" => "0"
              "store.size" => "9.5mb"
              "pri.store.size" => "9.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_category_1764601919"
              "uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "161"
              "docs.deleted" => "3"
              "store.size" => "169.6kb"
              "pri.store.size" => "169.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.29-85640"
              "uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "13"
              "docs.deleted" => "0"
              "store.size" => "358.4kb"
              "pri.store.size" => "358.4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_1764601919"
              "uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "266194"
              "docs.deleted" => "402"
              "store.size" => "89.2mb"
              "pri.store.size" => "89.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.05-15365"
              "uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3010"
              "docs.deleted" => "720"
              "store.size" => "11.9mb"
              "pri.store.size" => "11.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.01-15361"
              "uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1107"
              "docs.deleted" => "179"
              "store.size" => "4.6mb"
              "pri.store.size" => "4.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "ELmQ5_JtSne9dxngiF2TVA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "4kb"
              "pri.store.size" => "4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_manufacturer_1764601919"
              "uuid" => "3IBi6hMRQ3WaISmY7O920g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "7.1kb"
              "pri.store.size" => "7.1kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.02-15362"
              "uuid" => "IBdioDEIQjulYr5YZN0CTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3736"
              "docs.deleted" => "592"
              "store.size" => "13.9mb"
              "pri.store.size" => "13.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_1762781623"
              "uuid" => "BqkfCDxTSASgtKk4rTF_sA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "273327"
              "docs.deleted" => "3497"
              "store.size" => "116.2mb"
              "pri.store.size" => "116.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_manufacturer_1762781623"
              "uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "576"
              "docs.deleted" => "0"
              "store.size" => "82.3kb"
              "pri.store.size" => "82.3kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.03-15363"
              "uuid" => "nUHmzofkTy2bGxd_EmZMNg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2833"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.138+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.138+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.30-85662"
              "uuid" => "5AGsvzpFTdKnD5lPpjafsg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "15"
              "docs.deleted" => "0"
              "store.size" => "111.2kb"
              "pri.store.size" => "111.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_category_1762781623"
              "uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2890"
              "docs.deleted" => "5"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.06-15366"
              "uuid" => "XUQuKwrrR-i5qFhcJLywMw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "784"
              "docs.deleted" => "196"
              "store.size" => "4.4mb"
              "pri.store.size" => "4.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.04-15364"
              "uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3459"
              "docs.deleted" => "0"
              "store.size" => "9.5mb"
              "pri.store.size" => "9.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_category_1764601919"
              "uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "161"
              "docs.deleted" => "3"
              "store.size" => "169.6kb"
              "pri.store.size" => "169.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.29-85640"
              "uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "13"
              "docs.deleted" => "0"
              "store.size" => "358.4kb"
              "pri.store.size" => "358.4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_1764601919"
              "uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "266194"
              "docs.deleted" => "402"
              "store.size" => "89.2mb"
              "pri.store.size" => "89.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.05-15365"
              "uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3010"
              "docs.deleted" => "720"
              "store.size" => "11.9mb"
              "pri.store.size" => "11.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.01-15361"
              "uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1107"
              "docs.deleted" => "179"
              "store.size" => "4.6mb"
              "pri.store.size" => "4.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "ELmQ5_JtSne9dxngiF2TVA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "4kb"
              "pri.store.size" => "4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_manufacturer_1764601919"
              "uuid" => "3IBi6hMRQ3WaISmY7O920g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "7.1kb"
              "pri.store.size" => "7.1kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.02-15362"
              "uuid" => "IBdioDEIQjulYr5YZN0CTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3736"
              "docs.deleted" => "592"
              "store.size" => "13.9mb"
              "pri.store.size" => "13.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_1762781623"
              "uuid" => "BqkfCDxTSASgtKk4rTF_sA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "273327"
              "docs.deleted" => "3497"
              "store.size" => "116.2mb"
              "pri.store.size" => "116.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_manufacturer_1762781623"
              "uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "576"
              "docs.deleted" => "0"
              "store.size" => "82.3kb"
              "pri.store.size" => "82.3kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.03-15363"
              "uuid" => "nUHmzofkTy2bGxd_EmZMNg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2833"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.003011
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.144+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.144+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.144+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.159+00:00"
        "message" => "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11546
            #message: "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                Frosh\DevelopmentHelper\Component\Twig\Extension\BlockCommentExtension->getNodeVisitors(): array …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:481 {
                Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
                › // node visitorsforeach ($extension->getNodeVisitors() as $visitor) {    $this->visitors[] = $visitor;
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:438 {
                Twig\ExtensionSet->initExtensions(): void …
                › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/ExtensionSet.php:243 {
                Twig\ExtensionSet->getFilter(string $name): TwigFilter …
                › if (!$this->initialized) {    $this->initExtensions();}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Environment.php:777 {
                Twig\Environment->getFilter(string $name): TwigFilter …
                › {    return $this->extensionSet->getFilter($name);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig:317 {
                __TwigTemplate_9b5191c7bfee89937fe8a4800cca3736->doDisplay(array $context, array $blocks = []): iterable …
                › }if (!url.match(new RegExp({{ excluded_ajax_paths|json_encode|raw }}))) {    var method = 'GET';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/FroshDevelopmentHelper/src/Component/Profiler/TwigDecorator.php:24 {
                Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator->render($name, array $context = []): string …
                › 
                ›     return parent::render($template, $context);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:140 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {    $toolbar = "\n".str_replace("\n", '', $this->twig->render(        '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:128 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\ProductSearchCriteriaSubscriber::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Avency\Shopware\Frame\Components\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CheckoutPageSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::onIframeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CountryTax\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.160+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    9507 => [
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CacheTagCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Maintenance\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\PersistentCart::kernelEventsRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.044+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\CustomerGroups\CustomerGroupSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Customers\CustomerSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\NewsletterRecipients\NewsletterRecipientSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::saveDataForDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\AutomationSubscriber::onCheckoutRegistration"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\Automation\CartRecoverySubscriber::onRecover"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.045+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.068+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CountryTax\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9814
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\CountryTax\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getResponseCacheSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/dev_h2b96ecc110f31e7ded75a07912b27724/ContainerXyuza7L/Shopware_Core_KernelDevDebugContainer.php:19089 {
                ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::{closure:ContainerXyuza7L\Shopware_Core_KernelDevDebugContainer::getEventDispatcherService():19089} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'Avency\\Shopware\\Frame\\Components\\ResponseHeaderListener')] fn () => ($container->privates['Avency\\Shopware\\Frame\\Components\\ResponseHeaderListener'] ??= new \Avency\Shopware\Frame\Components\ResponseHeaderListener()), 'onResponse'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CountryTax\\Subscriber\\ResponseCacheSubscriber')] fn () => ($container->services['Acris\\CountryTax\\Subscriber\\ResponseCacheSubscriber'] ?? self::getResponseCacheSubscriberService($container)), 'setResponseCache'], -2000);$instance->addListener('Acris\\PartialDelivery\\Components\\PartialDelivery\\Event\\DeliveryShippingCostEvent', [#[\Closure(name: 'Acris\\CountryTax\\Subscriber\\ShippingCostSubscriber')] fn () => ($container->services['Acris\\CountryTax\\Subscriber\\ShippingCostSubscriber'] ?? self::getShippingCostSubscriberService($container)), 'onDeliveryShippingCost'], 0);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:61 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php:128 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.079+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.079+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.002279
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.079+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "os-nakatangenga-shop"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 16
            "active_shards" => 16
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.079+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.079+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "os-nakatangenga-shop"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 16
            "active_shards" => 16
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.002279
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.083+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.083+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.1.0-41-cloud-amd64; PHP 8.4.15)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.003688
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.083+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.30-85662"
              "uuid" => "5AGsvzpFTdKnD5lPpjafsg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "15"
              "docs.deleted" => "0"
              "store.size" => "111.2kb"
              "pri.store.size" => "111.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_category_1762781623"
              "uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2890"
              "docs.deleted" => "5"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.06-15366"
              "uuid" => "XUQuKwrrR-i5qFhcJLywMw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "784"
              "docs.deleted" => "196"
              "store.size" => "4.4mb"
              "pri.store.size" => "4.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.04-15364"
              "uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3459"
              "docs.deleted" => "0"
              "store.size" => "9.5mb"
              "pri.store.size" => "9.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_category_1764601919"
              "uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "161"
              "docs.deleted" => "3"
              "store.size" => "169.6kb"
              "pri.store.size" => "169.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.29-85640"
              "uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "13"
              "docs.deleted" => "0"
              "store.size" => "358.4kb"
              "pri.store.size" => "358.4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_1764601919"
              "uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "266194"
              "docs.deleted" => "402"
              "store.size" => "89.2mb"
              "pri.store.size" => "89.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.05-15365"
              "uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3010"
              "docs.deleted" => "720"
              "store.size" => "11.9mb"
              "pri.store.size" => "11.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.01-15361"
              "uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1107"
              "docs.deleted" => "179"
              "store.size" => "4.6mb"
              "pri.store.size" => "4.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "ELmQ5_JtSne9dxngiF2TVA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "4kb"
              "pri.store.size" => "4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_manufacturer_1764601919"
              "uuid" => "3IBi6hMRQ3WaISmY7O920g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "7.1kb"
              "pri.store.size" => "7.1kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.02-15362"
              "uuid" => "IBdioDEIQjulYr5YZN0CTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3736"
              "docs.deleted" => "592"
              "store.size" => "13.9mb"
              "pri.store.size" => "13.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_1762781623"
              "uuid" => "BqkfCDxTSASgtKk4rTF_sA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "273327"
              "docs.deleted" => "3497"
              "store.size" => "116.2mb"
              "pri.store.size" => "116.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_manufacturer_1762781623"
              "uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "576"
              "docs.deleted" => "0"
              "store.size" => "82.3kb"
              "pri.store.size" => "82.3kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.03-15363"
              "uuid" => "nUHmzofkTy2bGxd_EmZMNg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2833"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.083+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.083+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.30-85662"
              "uuid" => "5AGsvzpFTdKnD5lPpjafsg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "15"
              "docs.deleted" => "0"
              "store.size" => "111.2kb"
              "pri.store.size" => "111.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_category_1762781623"
              "uuid" => "l8YdvZgISpK-ov_0f9S0Yw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2890"
              "docs.deleted" => "5"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.06-15366"
              "uuid" => "XUQuKwrrR-i5qFhcJLywMw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "784"
              "docs.deleted" => "196"
              "store.size" => "4.4mb"
              "pri.store.size" => "4.4mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.04-15364"
              "uuid" => "6Sdiv0A4T1OB6JBU6JfoWg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3459"
              "docs.deleted" => "0"
              "store.size" => "9.5mb"
              "pri.store.size" => "9.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_category_1764601919"
              "uuid" => "PDJhJwMuRKmm5vAtpDYyjQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "161"
              "docs.deleted" => "3"
              "store.size" => "169.6kb"
              "pri.store.size" => "169.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.11.29-85640"
              "uuid" => "IrOS1bO4QIKVkBiBrx7R5A"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "13"
              "docs.deleted" => "0"
              "store.size" => "358.4kb"
              "pri.store.size" => "358.4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_1764601919"
              "uuid" => "AwxAsPIDSkWLZhjpjDTWrg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "266194"
              "docs.deleted" => "402"
              "store.size" => "89.2mb"
              "pri.store.size" => "89.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.05-15365"
              "uuid" => "DbX0k1oRSy6AX9oP1QOnmQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3010"
              "docs.deleted" => "720"
              "store.size" => "11.9mb"
              "pri.store.size" => "11.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.01-15361"
              "uuid" => "OvgwRsD9TR2Kljo3q7dm3g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1107"
              "docs.deleted" => "179"
              "store.size" => "4.6mb"
              "pri.store.size" => "4.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "ELmQ5_JtSne9dxngiF2TVA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "4kb"
              "pri.store.size" => "4kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "naka_prod_product_manufacturer_1764601919"
              "uuid" => "3IBi6hMRQ3WaISmY7O920g"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "7.1kb"
              "pri.store.size" => "7.1kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.02-15362"
              "uuid" => "IBdioDEIQjulYr5YZN0CTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "3736"
              "docs.deleted" => "592"
              "store.size" => "13.9mb"
              "pri.store.size" => "13.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_1762781623"
              "uuid" => "BqkfCDxTSASgtKk4rTF_sA"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "273327"
              "docs.deleted" => "3497"
              "store.size" => "116.2mb"
              "pri.store.size" => "116.2mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "dev_product_manufacturer_1762781623"
              "uuid" => "UNxgjEHoRyKTKmldx7k5SQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "576"
              "docs.deleted" => "0"
              "store.size" => "82.3kb"
              "pri.store.size" => "82.3kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "top_queries-2025.12.03-15363"
              "uuid" => "nUHmzofkTy2bGxd_EmZMNg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "2833"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.003688
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\ProductSearchCriteriaSubscriber::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Avency\Shopware\Frame\Components\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "LeopardSearchExtension\Subscriber\KernelResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CheckoutPageSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Crsw\CleverReachOfficial\Subscriber\SalesChannels\SalesChannelSubscriber::onIframeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CountryTax\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1764999661
        "timestamp_rfc3339" => "2025-12-06T05:41:01.128+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2456 => 0
    9507 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#948 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
cookie
"session-=56ebb93ad6823f8273cc37125add0711"
forwarded
"for="216.73.216.184";host="www.dev.nakatanenga.de";proto=https"
host
"www.dev.nakatanenga.de"
referer
"https://www.dev.nakatanenga.de/detail/0ee4f56d9bb848078f32cd34013e937b"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"ZnTwfhkwRtAt6otKyJlyt3eXznmH2Bgs"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-forwarded-for
"216.73.216.184"
x-php-ob-level
"1"
x-real-ip
"216.73.216.184"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 06 Dec 2025 05:41:01 GMT"
sw-context-token
"ZnTwfhkwRtAt6otKyJlyt3eXznmH2Bgs"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
sw-version-id
[
  null
]
vary
"Accept"
x-debug-exception
"Could%20not%20find%20product%20with%20id%20%220ee4f56d9bb848078f32cd34013e937b%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fnakatanenga.de%2Fhttpdocs%2Fdev%2Fvendor%2Fshopware%2Fcore%2FContent%2FProduct%2FProductException.php:136"
x-debug-token
"1cc33b"

Cookies

Request Cookies

Key Value
session-
"56ebb93ad6823f8273cc37125add0711"

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Sat, 06 Dec 25 05:40:26 +0000"
Last used
"Sat, 06 Dec 25 05:41:00 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"56ebb93ad6823f8273cc37125add0711"
sw-context-token
"ZnTwfhkwRtAt6otKyJlyt3eXznmH2Bgs"
sw-rule-area-ids
[
  "payment" => [
    "76a1b37a7dbf4165b46c7ab2ff1a4841"
    "06c3e6c40cde40fb88ada175db3b7938"
  ]
  "promotion" => [
    "76a1b37a7dbf4165b46c7ab2ff1a4841"
    "019179ed59dd72ecb5248c3701a4a9a7"
    "019179ed5a33735dadfaae7d48ee3774"
    "019179ed5a7373caa742a3ca2b474faa"
    "019179ed5abc7260ba0d7f86a5f49012"
    "019179ed5ae473cc8acbdbd09e697f1a"
    "019179ed5afd73938316ce5d62b21885"
    "019179ed5b3472fb8689bff52c36d24e"
    "019179ed5b47710cbb88d4cabe575530"
    "019179ed5b657021952452aa52c2f262"
    "019179ed5b887386bf07cbfb0c6dc4d9"
    "019179ed5bb77063b42436de2bb2654d"
    "019179ed5be971dfb78ef0b9ab954636"
    "019179ed5c0f732b83a6fa611b17c9b0"
    "019179ed5c48709db0bb1d772acb893a"
    "019179ed5c61739288a8f19f5fee5c9f"
    "019179ed5c83710a9f725ed88fa40977"
    "019179ed5cb47127996aaac8a7f6bdbe"
    "019179ed5ce97102b94464fe862ca787"
    "019179ed5d78715b957280e0dd517331"
    "019179ed5e047192aaa473cfc729c45f"
    "019179ed5e987014b27850d1f01683cb"
    "019179ed5eb972a9811e6559447a6fdc"
    "019179ed5f4a728eb343c4ceca55df24"
    "019179ed5fc1716ab9e26008508a989e"
    "019179ed601171ca8bcbf7c4e4b15d12"
    "019179ed604073a8a7cc7283597bc561"
    "019179ed6086727a8ed87d86b79ab028"
    "019179ed60bb7173b3c5caa2b21a03e2"
    "019179ed611b719b8c493426397e071b"
    "019179ed616973d6ae87df29ca6fab45"
    "019179ed61d27021a6d3f256f1fe6301"
    "019179ed6233707282cee72b0a78165c"
    "019179ed629f739f81ef49fbfd3175b8"
    "019179ed632870c88f4d50e0091bdc8d"
    "019179ed63a670b0b0b52d88b864e4db"
    "019179ed63ff71859ac60b2064da4af9"
  ]
  "shipping" => [
    "019179b5053d723cbcc2ffca7e2f1d37"
    "019179b50593737ca9f4a6695a28df19"
    "019179b505a971d6b33bc2b7f77ff188"
    "019179b50779728dbd34b221819dbf1f"
    "019179b5077e722793b82b3113582988"
    "89396462b19442de853b499f33b78cef"
    "f9da93f84ada4ccd8efd95692a615991"
    "06c3e6c40cde40fb88ada175db3b7938"
  ]
  "product" => [
    "892bba83aadf4e539a3c6a1446af67c3"
  ]
]
sw-rule-ids
[
  "76a1b37a7dbf4165b46c7ab2ff1a4841"
  "56b8897938be44a48f5d23076fee8aa4"
  "019179b5053d723cbcc2ffca7e2f1d37"
  "019179b50593737ca9f4a6695a28df19"
  "019179b505a971d6b33bc2b7f77ff188"
  "019179b50779728dbd34b221819dbf1f"
  "019179b5077e722793b82b3113582988"
  "019266bd95457bad916f0e7402a76e90"
  "89396462b19442de853b499f33b78cef"
  "8a3d72aab5a5468fa089505163f644f9"
  "f9da93f84ada4ccd8efd95692a615991"
  "06c3e6c40cde40fb88ada175db3b7938"
  "019179ed59dd72ecb5248c3701a4a9a7"
  "019179ed5a33735dadfaae7d48ee3774"
  "019179ed5a7373caa742a3ca2b474faa"
  "019179ed5abc7260ba0d7f86a5f49012"
  "019179ed5ae473cc8acbdbd09e697f1a"
  "019179ed5afd73938316ce5d62b21885"
  "019179ed5b3472fb8689bff52c36d24e"
  "019179ed5b47710cbb88d4cabe575530"
  "019179ed5b657021952452aa52c2f262"
  "019179ed5b887386bf07cbfb0c6dc4d9"
  "019179ed5bb77063b42436de2bb2654d"
  "019179ed5be971dfb78ef0b9ab954636"
  "019179ed5c0f732b83a6fa611b17c9b0"
  "019179ed5c1c72e1bd5dd45fa91ae988"
  "019179ed5c48709db0bb1d772acb893a"
  "019179ed5c61739288a8f19f5fee5c9f"
  "019179ed5c83710a9f725ed88fa40977"
  "019179ed5cb47127996aaac8a7f6bdbe"
  "019179ed5ce97102b94464fe862ca787"
  "019179ed5d78715b957280e0dd517331"
  "019179ed5e047192aaa473cfc729c45f"
  "019179ed5e987014b27850d1f01683cb"
  "019179ed5eb972a9811e6559447a6fdc"
  "019179ed5f01707fbf3a6adca420f5b1"
  "019179ed5f4a728eb343c4ceca55df24"
  "019179ed5fc1716ab9e26008508a989e"
  "019179ed601171ca8bcbf7c4e4b15d12"
  "019179ed604073a8a7cc7283597bc561"
  "019179ed6086727a8ed87d86b79ab028"
  "019179ed60bb7173b3c5caa2b21a03e2"
  "019179ed611b719b8c493426397e071b"
  "019179ed616973d6ae87df29ca6fab45"
  "019179ed617970548b9ab2028aaccee3"
  "019179ed61d27021a6d3f256f1fe6301"
  "019179ed6233707282cee72b0a78165c"
  "019179ed629f739f81ef49fbfd3175b8"
  "019179ed630d72bfb80b0b616e56f094"
  "019179ed632870c88f4d50e0091bdc8d"
  "019179ed6337724eaaf100fe723a9c73"
  "019179ed63797281ae1e4a20fee27b7e"
  "019179ed63a670b0b0b52d88b864e4db"
  "019179ed63dc70b69dd94cbfea630307"
  "019179ed63ff71859ac60b2064da4af9"
  "892bba83aadf4e539a3c6a1446af67c3"
]
sw-sales-channel-id
"08d2beb617754d2e9b8813e67fbd3a10"

Session Usage

9 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:89
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 89
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:224
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 224
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 101
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:229
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 229
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 101
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:71
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 71
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:132
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 132
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "{closure:Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get():76}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 76
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/LenzPlatformDispatchCollection/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 157
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 73
    "function" => "get"
    "class" => "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:133
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 133
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "{closure:Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get():76}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 76
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/LenzPlatformDispatchCollection/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 157
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 73
    "function" => "get"
    "class" => "Lenz\DispatchCollection\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber:46
[
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/custom/plugins/HatslogicSwAbandonedCartNotification/src/Subscriber/CustomerLoginSubscriber.php"
    "line" => 46
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Hatslogic\Sw\AbandonedCartNotification\Subscriber\CustomerLoginSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/shopware/core/Kernel.php"
    "line" => 128
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/nakatanenga.de/httpdocs/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def0000010e9e5e9f8e3ed902315bd2e7d11ba1d40829a68919b276d8a9bc6bb2622dce0166892f87fdd4dd671b68c657f7b03aeebb571c55d2eccda250863085cf7f176"
APP_URL
"https://www.dev.nakatanenga.de/"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/var/cache/composer"
DATABASE_URL
"mysql://sw6_nakatanenga_dev:LUhMnrihdwe51!9%23@localhost:3306/sw6_nakatanenga_dev"
ES_MULTILINGUAL_INDEX
"1"
INSTANCE_ID
"QuMugoAUI5mApMEu5NnNcNJpkW1nBPuK"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"dev"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/nakatanenga.de"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"session-=56ebb93ad6823f8273cc37125add0711"
HTTP_FORWARDED
"for="216.73.216.184";host="www.dev.nakatanenga.de";proto=https"
HTTP_HOST
"www.dev.nakatanenga.de"
HTTP_REFERER
"https://www.dev.nakatanenga.de/detail/0ee4f56d9bb848078f32cd34013e937b"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_FORWARDED_FOR
"216.73.216.184"
HTTP_X_REAL_IP
"216.73.216.184"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.dev.nakatanenga.de/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
REDIRECT_SCRIPT_URL
"/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
REDIRECT_SSL_TLS_SNI
"www.dev.nakatanenga.de"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aTPB7NhaqhgLmLZSZikQPAAAAEQ"
REDIRECT_URL
"/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"40660"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1764999660
REQUEST_TIME_FLOAT
1764999660.5804
REQUEST_URI
"/detail/0ee4f56d9bb848078f32cd34013e937b"
SCRIPT_FILENAME
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.dev.nakatanenga.de/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
SCRIPT_URL
"/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
SERVER_ADDR
"193.32.222.52"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.dev.nakatanenga.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at www.dev.nakatanenga.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.dev.nakatanenga.de"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/nakatanenga.de/httpdocs/dev/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,MAILER_DSN,COMPOSER_HOME,ES_MULTILINGUAL_INDEX"
UNIQUE_ID
"aTPB7NhaqhgLmLZSZikQPAAAAEQ"
USER
"nakat_shop_prod"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 929897)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"7QHPemJqJGk="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "productId" => "0ee4f56d9bb848078f32cd34013e937b"
]
_stopwatch_token
"51e3a3"
productId
"0ee4f56d9bb848078f32cd34013e937b"
resolved-uri
"/detail/0ee4f56d9bb848078f32cd34013e937b"
sw-context
Shopware\Core\Framework\Context {#3979
  #extensions: []
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#3966 …}
  #ruleIds: [
    "76a1b37a7dbf4165b46c7ab2ff1a4841"
    "56b8897938be44a48f5d23076fee8aa4"
    "019179b5053d723cbcc2ffca7e2f1d37"
    "019179b50593737ca9f4a6695a28df19"
    "019179b505a971d6b33bc2b7f77ff188"
    "019179b50779728dbd34b221819dbf1f"
    "019179b5077e722793b82b3113582988"
    "019266bd95457bad916f0e7402a76e90"
    "89396462b19442de853b499f33b78cef"
    "8a3d72aab5a5468fa089505163f644f9"
    "f9da93f84ada4ccd8efd95692a615991"
    "06c3e6c40cde40fb88ada175db3b7938"
    "019179ed59dd72ecb5248c3701a4a9a7"
    "019179ed5a33735dadfaae7d48ee3774"
    "019179ed5a7373caa742a3ca2b474faa"
    "019179ed5abc7260ba0d7f86a5f49012"
    "019179ed5ae473cc8acbdbd09e697f1a"
    "019179ed5afd73938316ce5d62b21885"
    "019179ed5b3472fb8689bff52c36d24e"
    "019179ed5b47710cbb88d4cabe575530"
    "019179ed5b657021952452aa52c2f262"
    "019179ed5b887386bf07cbfb0c6dc4d9"
    "019179ed5bb77063b42436de2bb2654d"
    "019179ed5be971dfb78ef0b9ab954636"
    "019179ed5c0f732b83a6fa611b17c9b0"
    "019179ed5c1c72e1bd5dd45fa91ae988"
    "019179ed5c48709db0bb1d772acb893a"
    "019179ed5c61739288a8f19f5fee5c9f"
    "019179ed5c83710a9f725ed88fa40977"
    "019179ed5cb47127996aaac8a7f6bdbe"
    "019179ed5ce97102b94464fe862ca787"
    "019179ed5d78715b957280e0dd517331"
    "019179ed5e047192aaa473cfc729c45f"
    "019179ed5e987014b27850d1f01683cb"
    "019179ed5eb972a9811e6559447a6fdc"
    "019179ed5f01707fbf3a6adca420f5b1"
    "019179ed5f4a728eb343c4ceca55df24"
    "019179ed5fc1716ab9e26008508a989e"
    "019179ed601171ca8bcbf7c4e4b15d12"
    "019179ed604073a8a7cc7283597bc561"
    "019179ed6086727a8ed87d86b79ab028"
    "019179ed60bb7173b3c5caa2b21a03e2"
    "019179ed611b719b8c493426397e071b"
    "019179ed616973d6ae87df29ca6fab45"
    "019179ed617970548b9ab2028aaccee3"
    "019179ed61d27021a6d3f256f1fe6301"
    "019179ed6233707282cee72b0a78165c"
    "019179ed629f739f81ef49fbfd3175b8"
    "019179ed630d72bfb80b0b616e56f094"
    "019179ed632870c88f4d50e0091bdc8d"
    "019179ed6337724eaaf100fe723a9c73"
    "019179ed63797281ae1e4a20fee27b7e"
    "019179ed63a670b0b0b52d88b864e4db"
    "019179ed63dc70b69dd94cbfea630307"
    "019179ed63ff71859ac60b2064da4af9"
    "892bba83aadf4e539a3c6a1446af67c3"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5572 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"a3935d3ef7494b74894cc962a36347b0"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["87.140.10.60","217.231.74.91","185.75.72.165","92.72.53.230","217.231.67.99","178.13.11.113","80.142.32.13","87.187.140.86","217.91.81.143","78.54.243.186","2A02:3100:28E6:1600:792D:B25B:B5E3:D92","2A02:3100:28E6:1600:792D:B25B:B5E3:D92","84.181.38.7","77.11.128.90","80.142.38.5","2003:c5:8f37:b000:a42c:c1c4:6b49:3d64"]"
sw-original-request-uri
"/zugmaulstossstange-military-vorne-alle-defender/NA-BPDA5626-GALVM"
sw-sales-channel-absolute-base-url
"https://www.dev.nakatanenga.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#3977
  #extensions: []
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #measurementSystem: Shopware\Core\Content\MeasurementSystem\MeasurementUnits {#3981 …}
  #cartLock: null
  #context: Shopware\Core\Framework\Context {#3979
    #extensions: []
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#3966 …}
    #ruleIds: [
      "76a1b37a7dbf4165b46c7ab2ff1a4841"
      "56b8897938be44a48f5d23076fee8aa4"
      "019179b5053d723cbcc2ffca7e2f1d37"
      "019179b50593737ca9f4a6695a28df19"
      "019179b505a971d6b33bc2b7f77ff188"
      "019179b50779728dbd34b221819dbf1f"
      "019179b5077e722793b82b3113582988"
      "019266bd95457bad916f0e7402a76e90"
      "89396462b19442de853b499f33b78cef"
      "8a3d72aab5a5468fa089505163f644f9"
      "f9da93f84ada4ccd8efd95692a615991"
      "06c3e6c40cde40fb88ada175db3b7938"
      "019179ed59dd72ecb5248c3701a4a9a7"
      "019179ed5a33735dadfaae7d48ee3774"
      "019179ed5a7373caa742a3ca2b474faa"
      "019179ed5abc7260ba0d7f86a5f49012"
      "019179ed5ae473cc8acbdbd09e697f1a"
      "019179ed5afd73938316ce5d62b21885"
      "019179ed5b3472fb8689bff52c36d24e"
      "019179ed5b47710cbb88d4cabe575530"
      "019179ed5b657021952452aa52c2f262"
      "019179ed5b887386bf07cbfb0c6dc4d9"
      "019179ed5bb77063b42436de2bb2654d"
      "019179ed5be971dfb78ef0b9ab954636"
      "019179ed5c0f732b83a6fa611b17c9b0"
      "019179ed5c1c72e1bd5dd45fa91ae988"
      "019179ed5c48709db0bb1d772acb893a"
      "019179ed5c61739288a8f19f5fee5c9f"
      "019179ed5c83710a9f725ed88fa40977"
      "019179ed5cb47127996aaac8a7f6bdbe"
      "019179ed5ce97102b94464fe862ca787"
      "019179ed5d78715b957280e0dd517331"
      "019179ed5e047192aaa473cfc729c45f"
      "019179ed5e987014b27850d1f01683cb"
      "019179ed5eb972a9811e6559447a6fdc"
      "019179ed5f01707fbf3a6adca420f5b1"
      "019179ed5f4a728eb343c4ceca55df24"
      "019179ed5fc1716ab9e26008508a989e"
      "019179ed601171ca8bcbf7c4e4b15d12"
      "019179ed604073a8a7cc7283597bc561"
      "019179ed6086727a8ed87d86b79ab028"
      "019179ed60bb7173b3c5caa2b21a03e2"
      "019179ed611b719b8c493426397e071b"
      "019179ed616973d6ae87df29ca6fab45"
      "019179ed617970548b9ab2028aaccee3"
      "019179ed61d27021a6d3f256f1fe6301"
      "019179ed6233707282cee72b0a78165c"
      "019179ed629f739f81ef49fbfd3175b8"
      "019179ed630d72bfb80b0b616e56f094"
      "019179ed632870c88f4d50e0091bdc8d"
      "019179ed6337724eaaf100fe723a9c73"
      "019179ed63797281ae1e4a20fee27b7e"
      "019179ed63a670b0b0b52d88b864e4db"
      "019179ed63dc70b69dd94cbfea630307"
      "019179ed63ff71859ac60b2064da4af9"
      "892bba83aadf4e539a3c6a1446af67c3"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5572 …}
    #states: []
  }
  #token: "ZnTwfhkwRtAt6otKyJlyt3eXznmH2Bgs"
  -domainId: "a3935d3ef7494b74894cc962a36347b0"
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#6074 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#5565 …}
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#5568 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#5583 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#5370 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#5261 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#5840 …}
  #customer: null
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5572 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5575 …}
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#3982 …}
  #areaRuleIds: [
    "payment" => [
      "76a1b37a7dbf4165b46c7ab2ff1a4841"
      "06c3e6c40cde40fb88ada175db3b7938"
    ]
    "promotion" => [
      "76a1b37a7dbf4165b46c7ab2ff1a4841"
      "019179ed59dd72ecb5248c3701a4a9a7"
      "019179ed5a33735dadfaae7d48ee3774"
      "019179ed5a7373caa742a3ca2b474faa"
      "019179ed5abc7260ba0d7f86a5f49012"
      "019179ed5ae473cc8acbdbd09e697f1a"
      "019179ed5afd73938316ce5d62b21885"
      "019179ed5b3472fb8689bff52c36d24e"
      "019179ed5b47710cbb88d4cabe575530"
      "019179ed5b657021952452aa52c2f262"
      "019179ed5b887386bf07cbfb0c6dc4d9"
      "019179ed5bb77063b42436de2bb2654d"
      "019179ed5be971dfb78ef0b9ab954636"
      "019179ed5c0f732b83a6fa611b17c9b0"
      "019179ed5c48709db0bb1d772acb893a"
      "019179ed5c61739288a8f19f5fee5c9f"
      "019179ed5c83710a9f725ed88fa40977"
      "019179ed5cb47127996aaac8a7f6bdbe"
      "019179ed5ce97102b94464fe862ca787"
      "019179ed5d78715b957280e0dd517331"
      "019179ed5e047192aaa473cfc729c45f"
      "019179ed5e987014b27850d1f01683cb"
      "019179ed5eb972a9811e6559447a6fdc"
      "019179ed5f4a728eb343c4ceca55df24"
      "019179ed5fc1716ab9e26008508a989e"
      "019179ed601171ca8bcbf7c4e4b15d12"
      "019179ed604073a8a7cc7283597bc561"
      "019179ed6086727a8ed87d86b79ab028"
      "019179ed60bb7173b3c5caa2b21a03e2"
      "019179ed611b719b8c493426397e071b"
      "019179ed616973d6ae87df29ca6fab45"
      "019179ed61d27021a6d3f256f1fe6301"
      "019179ed6233707282cee72b0a78165c"
      "019179ed629f739f81ef49fbfd3175b8"
      "019179ed632870c88f4d50e0091bdc8d"
      "019179ed63a670b0b0b52d88b864e4db"
      "019179ed63ff71859ac60b2064da4af9"
    ]
    "shipping" => [
      "019179b5053d723cbcc2ffca7e2f1d37"
      "019179b50593737ca9f4a6695a28df19"
      "019179b505a971d6b33bc2b7f77ff188"
      "019179b50779728dbd34b221819dbf1f"
      "019179b5077e722793b82b3113582988"
      "89396462b19442de853b499f33b78cef"
      "f9da93f84ada4ccd8efd95692a615991"
      "06c3e6c40cde40fb88ada175db3b7938"
    ]
    "product" => [
      "892bba83aadf4e539a3c6a1446af67c3"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"08d2beb617754d2e9b8813e67fbd3a10"
sw-snippet-set-id
"98385326f0bb4db59a22b572445dd0d4"
sw-storefront-url
"https://www.dev.nakatanenga.de"
theme-base-name
null
theme-id
"8e166cd7507c40d4a0f39f22f22b3683"
theme-name
"TcinnThemeWareElectric"