Error 500 Internal Server Error

GET https://stage.meinsportnetz.nrw/cart-remove/019a6e812bb472d2952976e96861e01b

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"xYjm8hKfvHY="
_route_params
[]
_stopwatch_token
"a462e1"
exception
TypeError {#1442
  #message: "LSB\LSBFoundation\Service\ProductDetailController::__construct(): Argument #1 ($cartService) must be of type Shopware\Core\Checkout\Cart\CartService, ContainerFl3xQzD\CartServiceGhost293df64 given, called in /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php on line 2020"
  #code: 0
  #file: "/var/www/shopware/custom/static-plugins/LSBFoundation/src/Service/ProductDetailController.php"
  #line: 16
  trace: {
    /var/www/shopware/custom/static-plugins/LSBFoundation/src/Service/ProductDetailController.php:16 {
      LSB\LSBFoundation\Service\ProductDetailController->__construct(CartService $cartService) …
      › {    public function __construct(        private readonly CartService $cartService,
    }
    /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:2020 {
      ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getProductDetailControllerService($container) …
      › {    $container->services['LSB\\LSBFoundation\\Service\\ProductDetailController'] = $instance = new \LSB\LSBFoundation\Service\ProductDetailController(($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? self::getCartServiceService($container)));}
    /var/www/shopware/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/shopware/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/shopware/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/shopware/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
      Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
      › {    $controller = parent::instantiateController($class);}
    /var/www/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/vendor/shopware/core/Kernel.php:129 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/shopware/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/shopware/public/index.php:12 {
      › 
      › require_once __DIR__.'/../vendor/autoload_runtime.php';arguments: {
        "/var/www/shopware/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#286
  -records: [
    "" => [
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.013+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.013+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"
      ]
    ]
    708 => [
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.031+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.031+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.productDetail.line-item.delete"
          "route_parameters" => [
            "_route" => "frontend.productDetail.line-item.delete"
            "_routeScope" => [
              "storefront"
            ]
            "XmlHttpRequest" => true
            "_controller" => "LSB\LSBFoundation\Service\ProductDetailController::remove"
            "id" => "019a6e812bb472d2952976e96861e01b"
          ]
          "request_uri" => "https://stage.meinsportnetz.nrw/cart-remove/019a6e812bb472d2952976e96861e01b"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.035+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.039+00:00"
        "message" => "Uncaught PHP Exception TypeError: "LSB\LSBFoundation\Service\ProductDetailController::__construct(): Argument #1 ($cartService) must be of type Shopware\Core\Checkout\Cart\CartService, ContainerFl3xQzD\CartServiceGhost293df64 given, called in /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php on line 2020" at ProductDetailController.php line 16"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => TypeError {#1442
            #message: "LSB\LSBFoundation\Service\ProductDetailController::__construct(): Argument #1 ($cartService) must be of type Shopware\Core\Checkout\Cart\CartService, ContainerFl3xQzD\CartServiceGhost293df64 given, called in /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php on line 2020"
            #code: 0
            #file: "/var/www/shopware/custom/static-plugins/LSBFoundation/src/Service/ProductDetailController.php"
            #line: 16
            trace: {
              /var/www/shopware/custom/static-plugins/LSBFoundation/src/Service/ProductDetailController.php:16 {
                LSB\LSBFoundation\Service\ProductDetailController->__construct(CartService $cartService) …
                › {    public function __construct(        private readonly CartService $cartService,
              }
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:2020 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getProductDetailControllerService($container) …
                › {    $container->services['LSB\\LSBFoundation\\Service\\ProductDetailController'] = $instance = new \LSB\LSBFoundation\Service\ProductDetailController(($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? self::getCartServiceService($container)));}
              /var/www/shopware/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/shopware/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/shopware/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/shopware/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/shopware/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/shopware/public/index.php:12 {
                › 
                › require_once __DIR__.'/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.269+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.269+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "85.10.227.5"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.8.0-87-generic; PHP 8.3.25)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.003391
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.269+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "docker-cluster"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 5
            "active_shards" => 5
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 4
            "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" => 55.555555555556
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.269+00:00"
        "message" => "curl -XGET 'http://85.10.227.5:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.269+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "docker-cluster"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 5
            "active_shards" => 5
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 4
            "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" => 55.555555555556
          ]
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.003391
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.274+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.274+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "85.10.227.5"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.8.0-87-generic; PHP 8.3.25)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.004825
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.275+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875242"
              "uuid" => "MYdgQXORTduYhXEhBUh-vQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "71064"
              "docs.deleted" => "0"
              "store.size" => "19.2mb"
              "pri.store.size" => "19.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762993516"
              "uuid" => "iCpgwVZCSwaMrgEOiBeQUA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117152"
              "docs.deleted" => "285307"
              "store.size" => "83.1mb"
              "pri.store.size" => "83.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875248"
              "uuid" => "QiB8US98QR6cjShALu6xgw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "99388"
              "docs.deleted" => "61817"
              "store.size" => "35.9mb"
              "pri.store.size" => "35.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "swstage_product_1762964771"
              "uuid" => "5MHwcbNJR6aD9oO8LcHjLQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117309"
              "docs.deleted" => "27027"
              "store.size" => "26.3mb"
              "pri.store.size" => "26.3mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.275+00:00"
        "message" => "curl -XGET 'http://85.10.227.5:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.275+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875242"
              "uuid" => "MYdgQXORTduYhXEhBUh-vQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "71064"
              "docs.deleted" => "0"
              "store.size" => "19.2mb"
              "pri.store.size" => "19.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762993516"
              "uuid" => "iCpgwVZCSwaMrgEOiBeQUA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117152"
              "docs.deleted" => "285307"
              "store.size" => "83.1mb"
              "pri.store.size" => "83.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875248"
              "uuid" => "QiB8US98QR6cjShALu6xgw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "99388"
              "docs.deleted" => "61817"
              "store.size" => "35.9mb"
              "pri.store.size" => "35.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "swstage_product_1762964771"
              "uuid" => "5MHwcbNJR6aD9oO8LcHjLQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117309"
              "docs.deleted" => "27027"
              "store.size" => "26.3mb"
              "pri.store.size" => "26.3mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.004825
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.281+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.281+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.281+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.281+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.282+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"
      ]
    ]
    1799 => [
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerFl3xQzD\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.040+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.249+00:00"
        "message" => "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider service will be removed in v6.8.0.0 without replacement"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2041
            #message: "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider service will be removed in v6.8.0.0 without replacement"
            #code: 0
            #file: "/var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php"
            #line: 38260
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:38260 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getAppCookieProviderService($container) …
                › {    trigger_deprecation('shopware/storefront', '6.7.3.0', 'The Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider service will be removed in v6.8.0.0 without replacement');}
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:25706 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] = new \Acris\CookieConsent\Subscriber\ResponseSubscriber($container, $a, $b, $c, new \Acris\CookieConsent\Components\RegisteredCookiesService(($container->privates['Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider'] ?? self::getAppCookieProviderService($container)), $a, $d, $e, $f));}
              }
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:14141 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::ContainerFl3xQzD\{closure} …
                › $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [#[\Closure(name: 'LSB\\LSBProductFilter\\Subscriber\\ProductTextFilterSubscriber')] fn () => ($container->privates['LSB\\LSBProductFilter\\Subscriber\\ProductTextFilterSubscriber'] ?? self::getProductTextFilterSubscriberService($container)), 'handleTextFilterResult'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/vendor/symfony/http-kernel/HttpKernel.php:134 {
                Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
                › try {    $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);} finally {
              }
              /var/www/shopware/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
                Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
                ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
              }
              /var/www/shopware/vendor/symfony/error-handler/ErrorHandler.php:538 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
                › if (null !== $exceptionHandler) {    $exceptionHandler($exception);}
              Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.249+00:00"
        "message" => "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2043
            #message: "User Deprecated: Since shopware/storefront 6.7.3.0: The Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies."
            #code: 0
            #file: "/var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php"
            #line: 38274
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:38274 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getAppCookieProvider_InnerService($container) …
                › {    trigger_deprecation('shopware/storefront', '6.7.3.0', 'The Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider.inner service will be removed in v6.8.0.0. Use the CookieGroupCollectEvent instead to introduce cookies.');}
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:38262 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getAppCookieProviderService($container) …
                › 
                ›     return $container->privates['Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider'] = new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(self::getAppCookieProvider_InnerService($container));}
              }
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:25706 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::getResponseSubscriberService($container) …
                › 
                ›     return $container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] = new \Acris\CookieConsent\Subscriber\ResponseSubscriber($container, $a, $b, $c, new \Acris\CookieConsent\Components\RegisteredCookiesService(($container->privates['Shopware\\Storefront\\Framework\\Cookie\\AppCookieProvider'] ?? self::getAppCookieProviderService($container)), $a, $d, $e, $f));}
              }
              /var/www/shopware/var/cache/dev_h167dd3e60b8aa0dda3f5d6ede58d041e/ContainerFl3xQzD/Shopware_Core_KernelDevDebugContainer.php:14141 {
                ContainerFl3xQzD\Shopware_Core_KernelDevDebugContainer::ContainerFl3xQzD\{closure} …
                › $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [#[\Closure(name: 'LSB\\LSBProductFilter\\Subscriber\\ProductTextFilterSubscriber')] fn () => ($container->privates['LSB\\LSBProductFilter\\Subscriber\\ProductTextFilterSubscriber'] ?? self::getProductTextFilterSubscriberService($container)), 'handleTextFilterResult'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'checkResponseCookies'], 90000);$instance->addListener('kernel.response', [#[\Closure(name: 'Acris\\CookieConsent\\Subscriber\\ResponseSubscriber')] fn () => ($container->privates['Acris\\CookieConsent\\Subscriber\\ResponseSubscriber'] ?? self::getResponseSubscriberService($container)), 'setResponseCache'], 1500);
              }
              /var/www/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/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/shopware/vendor/symfony/http-kernel/HttpKernel.php:134 {
                Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
                › try {    $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);} finally {
              }
              /var/www/shopware/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
                Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
                ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
              }
              /var/www/shopware/vendor/symfony/error-handler/ErrorHandler.php:538 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
                › if (null !== $exceptionHandler) {    $exceptionHandler($exception);}
              Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.258+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.258+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "85.10.227.5"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.8.0-87-generic; PHP 8.3.25)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.006818
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.258+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "docker-cluster"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 5
            "active_shards" => 5
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 4
            "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" => 55.555555555556
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.258+00:00"
        "message" => "curl -XGET 'http://85.10.227.5:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.258+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "docker-cluster"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 5
            "active_shards" => 5
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 4
            "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" => 55.555555555556
          ]
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.006818
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.263+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.264+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "85.10.227.5"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 6.8.0-87-generic; PHP 8.3.25)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.005067
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.264+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875242"
              "uuid" => "MYdgQXORTduYhXEhBUh-vQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "71064"
              "docs.deleted" => "0"
              "store.size" => "19.2mb"
              "pri.store.size" => "19.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762993516"
              "uuid" => "iCpgwVZCSwaMrgEOiBeQUA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117152"
              "docs.deleted" => "285307"
              "store.size" => "83.1mb"
              "pri.store.size" => "83.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875248"
              "uuid" => "QiB8US98QR6cjShALu6xgw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "99388"
              "docs.deleted" => "61817"
              "store.size" => "35.9mb"
              "pri.store.size" => "35.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "swstage_product_1762964771"
              "uuid" => "5MHwcbNJR6aD9oO8LcHjLQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117309"
              "docs.deleted" => "27027"
              "store.size" => "26.3mb"
              "pri.store.size" => "26.3mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.264+00:00"
        "message" => "curl -XGET 'http://85.10.227.5:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.264+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875242"
              "uuid" => "MYdgQXORTduYhXEhBUh-vQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "71064"
              "docs.deleted" => "0"
              "store.size" => "19.2mb"
              "pri.store.size" => "19.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762993516"
              "uuid" => "iCpgwVZCSwaMrgEOiBeQUA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117152"
              "docs.deleted" => "285307"
              "store.size" => "83.1mb"
              "pri.store.size" => "83.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw2025_product_1762875248"
              "uuid" => "QiB8US98QR6cjShALu6xgw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "99388"
              "docs.deleted" => "61817"
              "store.size" => "35.9mb"
              "pri.store.size" => "35.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "swstage_product_1762964771"
              "uuid" => "5MHwcbNJR6aD9oO8LcHjLQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "117309"
              "docs.deleted" => "27027"
              "store.size" => "26.3mb"
              "pri.store.size" => "26.3mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://85.10.227.5:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.005067
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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" => 1765529224
        "timestamp_rfc3339" => "2025-12-12T08:47:04.265+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
    708 => 1
    1799 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#285 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
cookie
"session-=hd9bm2i9eopnhaeabcejvt4762"
forwarded
"for="10.10.30.20";host="stage.meinsportnetz.nrw";proto=https"
from
"gptbot(at)openai.com"
host
"stage.meinsportnetz.nrw"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"AGm2Ptvb5x1u9I2r5aBzzrJgAG0VjInX"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-forwarded-for
"10.10.30.20"
x-forwarded-ssl
"on"
x-openai-host-hash
"36555425"
x-php-ob-level
"1"
x-real-ip
"74.7.243.248"

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
"Fri, 12 Dec 2025 08:47:04 GMT"
sw-context-token
"AGm2Ptvb5x1u9I2r5aBzzrJgAG0VjInX"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"LSB%5CLSBFoundation%5CService%5CProductDetailController%3A%3A__construct%28%29%3A%20Argument%20%231%20%28%24cartService%29%20must%20be%20of%20type%20Shopware%5CCore%5CCheckout%5CCart%5CCartService%2C%20ContainerFl3xQzD%5CCartServiceGhost293df64%20given%2C%20called%20in%20%2Fvar%2Fwww%2Fshopware%2Fvar%2Fcache%2Fdev_h167dd3e60b8aa0dda3f5d6ede58d041e%2FContainerFl3xQzD%2FShopware_Core_KernelDevDebugContainer.php%20on%20line%202020"
x-debug-exception-file
"%2Fvar%2Fwww%2Fshopware%2Fcustom%2Fstatic-plugins%2FLSBFoundation%2Fsrc%2FService%2FProductDetailController.php:16"
x-debug-token
"fa4810"

Cookies

Request Cookies

Key Value
session-
"hd9bm2i9eopnhaeabcejvt4762"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Fri, 12 Dec 25 08:45:08 +0000"
Last used
"Fri, 12 Dec 25 08:46:00 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"hd9bm2i9eopnhaeabcejvt4762"
sw-context-token
"AGm2Ptvb5x1u9I2r5aBzzrJgAG0VjInX"
sw-sales-channel-id
"b3f73434bc5f4020b2381ffc4caa39e4"

Session Usage

4 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:89
[
  [
    "file" => "/var/www/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 89
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/public/index.php"
    "line" => 12
    "args" => [
      "/var/www/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/public/index.php"
    "line" => 12
    "args" => [
      "/var/www/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:224
[
  [
    "file" => "/var/www/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 224
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 101
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/public/index.php"
    "line" => 12
    "args" => [
      "/var/www/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/var/www/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 61
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/shopware/public/index.php"
    "line" => 12
    "args" => [
      "/var/www/shopware/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
"c9abb87db71e32dee45e85c8caa0798c"
APP_URL
"https://stage.meinsportnetz.nrw"
APP_URL_CHECK_DISABLED
"1"
BACK4APP_APPLICATION_ID
"NuKabKpYEW0q0PbUa8ppfCLg6nYEm8fPT03hCE8U"
BACK5APP_REST_API_KEY
"2XEPCGuXf4XCDUpOOvQtGdCMAhfCOPTUXOmWKscv"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/web1/.composer"
DATABASE_URL
"mysql://msnrw2025:2025niWitpogagUdiv34@10.10.30.80:3306/msnrw2025"
EYEBASE_API_FOLDER_TOKEN
"0c7119e3a6a2209da6a5b90e5b5b75bd"
EYEBASE_API_PASSWORD
"veasyquali"
EYEBASE_API_URL
"https://lsb-nrw.eyebase.com/1/"
EYEBASE_API_USERNAME
"VeasySport"
FEATURE_NEXT_516
"1"
INSTANCE_ID
"7ae58d29508b69cbeed05bf58fd3d63f"
LSB_VALIDATIONSERVICE_EMAIL
"email/"
LSB_VALIDATIONSERVICE_URL
"https://tools.meinsportnetz.nrw/api/validation/"
MESSENGER_TRANSPORT_DSN
"redis://:sadEasd1sad!asd!POI@10.10.30.91:6379/messages"
OPENSEARCH_URL
"85.10.227.5:9200"
REDIS_CACHE_DSN
"redis://:sadEasd1sad!asd!POI@10.10.30.91:6379/0"
REDIS_LOCK_DSN
"redis://:sadEasd1sad!asd!POI@10.10.30.91:6379/2"
REDIS_SESSION_DSN
"redis://:sadEasd1sad!asd!POI@10.10.30.91:6379/1"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"sw2025"
SHOPWARE_ES_THROW_EXCEPTION
"0"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
SHOPWARE_SCHEDULED_TASKS_DISABLED
"0"
TRUSTED_HEADERS
"x-forwarded-for,x-forwarded-host,x-forwarded-proto,x-forwarded-port"
TRUSTED_PROXIES
"10.10.30.0/24,127.0.0.1,REMOTE_ADDR"
VEASYSPORT_API_PASSWORD
"Fk9rpt33jhFX9bXU"
VEASYSPORT_API_URL
"https://veasysport-test01.meinsportnetz.nrw/api"
VEASYSPORT_API_USER
"NEXUM"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/shopware/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/shopware/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/lsb"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"session-=hd9bm2i9eopnhaeabcejvt4762"
HTTP_FORWARDED
"for="10.10.30.20";host="stage.meinsportnetz.nrw";proto=https"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"stage.meinsportnetz.nrw"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"10.10.30.20"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_OPENAI_HOST_HASH
"36555425"
HTTP_X_REAL_IP
"74.7.243.248"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_X_FORWARDED_PROTO
"https"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aTvWh_PCX5CxnGg1lshkwQAAAAY"
REDIRECT_URL
"/cart-remove/019a6e812bb472d2952976e96861e01b"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"53462"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1765529223
REQUEST_TIME_FLOAT
1765529223.9664
REQUEST_URI
"/cart-remove/019a6e812bb472d2952976e96861e01b"
SCRIPT_FILENAME
"/var/www/shopware/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.10.30.113"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"stage.meinsportnetz.nrw"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at stage.meinsportnetz.nrw Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SYMFONY_DOTENV_PATH
"/var/www/shopware/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,APP_URL_CHECK_DISABLED,INSTANCE_ID,DATABASE_URL,TRUSTED_PROXIES,TRUSTED_HEADERS,REDIS_CACHE_DSN,REDIS_SESSION_DSN,REDIS_LOCK_DSN,COMPOSER_HOME,BLUE_GREEN_DEPLOYMENT,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,SHOPWARE_SCHEDULED_TASKS_DISABLED,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,FEATURE_NEXT_516,MESSENGER_TRANSPORT_DSN,VEASYSPORT_API_URL,VEASYSPORT_API_USER,VEASYSPORT_API_PASSWORD,LSB_VALIDATIONSERVICE_URL,LSB_VALIDATIONSERVICE_EMAIL,EYEBASE_API_URL,EYEBASE_API_USERNAME,EYEBASE_API_PASSWORD,EYEBASE_API_FOLDER_TOKEN,BACK4APP_APPLICATION_ID,BACK5APP_REST_API_KEY"
UNIQUE_ID
"aTvWh_PCX5CxnGg1lshkwQAAAAY"
USER
"lsb"

Parent Request

Return to parent request (token = 29be68)

Key Value
XmlHttpRequest
true
_controller
"LSB\LSBFoundation\Service\ProductDetailController::remove"
_cspNonce
"/g9puyYZHkk="
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.productDetail.line-item.delete"
_routeScope
[
  "storefront"
]
_route_params
[
  "XmlHttpRequest" => true
  "id" => "019a6e812bb472d2952976e96861e01b"
]
_stopwatch_token
"eeba15"
id
"019a6e812bb472d2952976e96861e01b"
resolved-uri
"/cart-remove/019a6e812bb472d2952976e96861e01b"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"019a39dbffd47d31a97f7cefeb58477a"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["92.116.65.13", "92.116.65.201", "92.116.64.26", "94.31.82.196"]"
sw-original-request-uri
"/cart-remove/019a6e812bb472d2952976e96861e01b"
sw-sales-channel-absolute-base-url
"https://stage.meinsportnetz.nrw"
sw-sales-channel-base-url
""
sw-sales-channel-id
"b3f73434bc5f4020b2381ffc4caa39e4"
sw-snippet-set-id
"9dfd254ad23c42b59a1ffb8960221b9c"
sw-storefront-url
"https://stage.meinsportnetz.nrw"
theme-base-name
null
theme-id
"01991f883bed73c1a2dbc6ebea1c167f"
theme-name
"LSBFoundation"