Error 400 Bad Request

GET https://www.banholzerundwenz.de/checkout/line-item/add

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
lineItems
[
  "0b7954d3c92a4d4c800def1113b659af" => [
    "id" => "0b7954d3c92a4d4c800def1113b659af'ugaBxH<'">)SoBfBz"
    "referencedId" => "0b7954d3c92a4d4c800def1113b659af"
    "type" => "product"
    "stackable" => "1"
    "removable" => "1"
    "quantity" => "1"
  ]
]
product-name
"CS 19 mm Verschlusszange für Stahlband"
redirectParameters
"{"
redirectTo
"frontend.detail.page"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"t057DK2JNZEcS2r3LEUnEaJm"
_route_params
[]
_stopwatch_token
"06a727"
exception
Shopware\Core\Checkout\Cart\CartException {#4635
  #message: "Line item is invalid: Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed."
  #code: 0
  #file: "/html/shopware/vendor/shopware/core/Checkout/Cart/CartException.php"
  #line: 448
  -statusCode: 400
  -headers: []
  #parameters: []
  #statusCode: 400
  #errorCode: "CHECKOUT__CART_LINE_ITEM_INVALID"
  trace: {
    /html/shopware/vendor/shopware/core/Checkout/Cart/CartException.php:448 {
      Shopware\Core\Checkout\Cart\CartException::lineItemInvalid(string $reason): self …
      › {
      ›     return new self(
      ›         Response::HTTP_BAD_REQUEST,
    }
    /html/shopware/vendor/shopware/core/Checkout/Cart/LineItem/LineItem.php:703 {
      Shopware\Core\Checkout\Cart\LineItem\LineItem->validateIdentifier(string $identifier): void …
      › if (preg_match('/[^a-zA-Z0-9-_\.]/', $identifier)) {
      ›     throw CartException::lineItemInvalid('Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed.');
      › }
      arguments: {
        $reason: "Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed."
      }
    }
    /html/shopware/vendor/shopware/core/Checkout/Cart/LineItem/LineItem.php:110 {
      Shopware\Core\Checkout\Cart\LineItem\LineItem->__construct(string $id, string $type, ?string $referencedId = null, int $quantity = 1) …
      › ) {
      ›     $this->validateIdentifier($id);
      › 
      arguments: {
        $identifier: "0b7954d3c92a4d4c800def1113b659af'ugaBxH<'">)SoBfBz"
      }
    }
    /html/shopware/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php:34 {
      Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory->create(array $data, SalesChannelContext $context): LineItem …
      › {
      ›     $lineItem = new LineItem($data['id'], LineItem::PRODUCT_LINE_ITEM_TYPE, $data['referencedId'] ?? $data['id'], $data['quantity'] ?? 1);
      ›     $lineItem->markModified();
      arguments: {
        $id: "0b7954d3c92a4d4c800def1113b659af'ugaBxH<'">)SoBfBz"
        $type: "product"
        $referencedId: "0b7954d3c92a4d4c800def1113b659af"
        $quantity: 1
      }
    }
    /html/shopware/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:54 {
      Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->create(array $data, SalesChannelContext $context): LineItem …
      › 
      › $lineItem = $handler->create($data, $context);
      › $lineItem->markModified();
      arguments: {
        $data: [ …6]
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
      }
    }
    /html/shopware/vendor/shopware/storefront/Controller/CartLineItemController.php:300 {
      Shopware\Storefront\Controller\CartLineItemController->Shopware\Storefront\Controller\{closure} …
      › try {
      ›     $item = $this->lineItemFactoryRegistry->create($this->getLineItemArray($lineItemData, [
      ›         'quantity' => 1,
      arguments: {
        $data: [ …6]
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
      }
    }
    /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();
      › } finally {
    }
    /html/shopware/vendor/shopware/storefront/Controller/CartLineItemController.php:286 {
      Shopware\Storefront\Controller\CartLineItemController->addLineItems(Cart $cart, RequestDataBag $requestDataBag, Request $request, SalesChannelContext $context): Response …
      › {
      ›     return Profiler::trace('cart::add-line-item', function () use ($cart, $requestDataBag, $request, $context) {
      ›         /** @var RequestDataBag|null $lineItems */
      arguments: {
        $name: "cart::add-line-item"
        $closure: Closure() {#4576 …}
      }
    }
    /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller
      › $response = $controller(...$arguments);
      › 
      arguments: {
        $cart: Shopware\Core\Checkout\Cart\Cart {#3978 …}
        $requestDataBag: Shopware\Core\Framework\Validation\DataBag\RequestDataBag {#3945 …}
        $request: Symfony\Component\HttpFoundation\Request {#897 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
      }
    }
    /html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#897 …}
        $type: 1
      }
    }
    /html/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);
      › }
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#897 …}
        $type: 1
        $catch: true
      }
    }
    /html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#897 …}
        $type: 1
        $catch: true
      }
    }
    /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
      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);
      › $this->forwardedRequest = $request;
      arguments: {
        $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $type: 1
        $catch: true
      }
    }
    /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->forward($request, $catch);
      › }
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $catch: true
      }
    }
    /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
      › {
      ›     $response = $this->pass($request, $catch);
      › 
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $catch: true
      }
    }
    /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if (!$request->isMethodSafe()) {
      ›     $response = $this->invalidate($request, $catch);
      › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $catch: true
      }
    }
    /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
      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')) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $type: 1
        $catch: true
      }
    }
    /html/shopware/vendor/shopware/core/Kernel.php:136 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);
      › }
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
        $type: 1
        $catch: true
      }
    }
    /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {
      ›     $response = $this->kernel->handle($this->request);
      › 
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#121 …}
      }
    }
    /html/shopware/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)
      ›         ->run()
      › );
    }
    /html/shopware/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';
      › 
      arguments: {
        "/html/shopware/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#148
  -records: [
    "" => [
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.085+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#84
            #message: "User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Frosh\DevelopmentHelper\Component\DependencyInjection\FroshDevelopmentHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/html/shopware/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 363
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/symfony/error-handler/DebugClassLoader.php:363 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {
                ›     @trigger_error($message, \E_USER_DEPRECATED);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:287 {
                Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->instantiatePlugins(string $projectDir): void …
                › 
                › if (!class_exists($className)) {
                ›     continue;
              }
              /html/shopware/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php:131 {
                Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader->initializePlugins(string $projectDir): void …
                › $this->registerPluginNamespaces($projectDir);
                › $this->instantiatePlugins($projectDir);
                › 
              }
              /html/shopware/vendor/shopware/core/Kernel.php:150 {
                Shopware\Core\Kernel->boot(): void …
                ›     // initialize plugins before booting
                ›     $this->pluginLoader->initializePlugins($this->getProjectDir());
                › } catch (DBALException $e) {
              }
              /html/shopware/vendor/shopware/core/Kernel.php:134 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {
                ›     $this->boot();
                › 
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.091+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#625
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
            #code: 0
            #file: "/html/shopware/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 363
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/symfony/error-handler/DebugClassLoader.php:363 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar::createRepository(ContainerInterface $container, EntityDefinition $definition): EntityRepository …
                › foreach ($deprecations as $message) {
                ›     @trigger_error($message, \E_USER_DEPRECATED);
                › }
              }
              /html/shopware/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php:62 {
                Shopware\Core\System\CustomEntity\CustomEntityRegistrar->register(): void …
                › $this->container->set($definition->getEntityName(), $definition);
                › $this->container->set($definition->getEntityName() . '.repository', self::createRepository($this->container, $definition));
                › $registry->register($definition, $definition->getEntityName());
              }
              /html/shopware/vendor/shopware/core/System/System.php:70 {
                Shopware\Core\System\System->boot(): void …
                › 
                ›     $this->container->get(CustomEntityRegistrar::class)->register();
                › }
              }
              /html/shopware/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);
                ›     $bundle->boot();
                › }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();
                › }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:134 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {
                ›     $this->boot();
                › 
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.102+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "routing-domain-collection"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.109+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.110+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.110+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.366+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Http\Event\BeforeCacheControlEvent"
          "listener" => "Shopware\Administration\Framework\Adapter\Cache\Http\AdministrationCacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.366+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.366+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
    ]
    897 => [
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.175+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.175+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.186+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.checkout.line-item.add"
          "route_parameters" => [
            "_route" => "frontend.checkout.line-item.add"
            "_routeScope" => [
              "storefront"
            ]
            "XmlHttpRequest" => true
            "_controller" => "Shopware\Storefront\Controller\CartLineItemController::addLineItems"
          ]
          "request_uri" => "https://www.banholzerundwenz.de/checkout/line-item/add"
          "method" => "POST"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.187+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.202+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "context-factory-04ee2b3e8e274050ab9197ac942e5998-2c32ce84c1642f044a19c761dfdfd76f"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.206+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.206+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.220+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.220+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.221+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.221+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.223+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.223+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.224+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.224+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.228+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.228+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.230+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.230+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.232+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.232+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.250+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "cart_rules"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.266+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.266+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.267+00:00"
        "message" => "User Deprecated: Method "Shopware\Core\Checkout\Cart\CartBehavior::isRecalculation()" is deprecated and will be removed in v6.8.0.0. Use "Shopware\Core\Checkout\Cart\CartBehavior::hasPermission(CheckoutPermissions::*)" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4867
            #message: "User Deprecated: Method "Shopware\Core\Checkout\Cart\CartBehavior::isRecalculation()" is deprecated and will be removed in v6.8.0.0. Use "Shopware\Core\Checkout\Cart\CartBehavior::hasPermission(CheckoutPermissions::*)" instead."
            #code: 0
            #file: "/html/shopware/vendor/shopware/core/Framework/Feature/Triggerer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/shopware/core/Framework/Feature/Triggerer.php:19 {
                Shopware\Core\Framework\Feature\Triggerer->deprecation(string $package, string $version, string $message): void …
                › {
                ›     trigger_deprecation($package, $version, $message);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Feature.php:301 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message, ?string $introducedIn = null): void …
                › if ($introducedIn === null) {
                ›     (self::$triggerer ??= new Triggerer())->deprecation('', '', $message);
                › 
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartBehavior.php:50 {
                Shopware\Core\Checkout\Cart\CartBehavior->isRecalculation(): bool …
                › {
                ›     Feature::triggerDeprecationOrThrow('v6.8.0.0', Feature::deprecatedMethodMessage(
                ›         self::class,
              }
              /html/shopware/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php:202 {
                Shopware\Core\Checkout\Promotion\Cart\PromotionCollector->Shopware\Core\Checkout\Promotion\Cart\{closure} …
                › /** @deprecated tag:v6.8.0 - `$isRecalculation` will be removed without replacement */
                › $isRecalculation = !Feature::isActive('v6.8.0.0') && $behavior->isRecalculation();
                › if ($isRecalculation || $behavior->hasPermission(CheckoutPermissions::AUTOMATIC_PROMOTION_DELETION_NOTICES)) {
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php:111 {
                Shopware\Core\Checkout\Promotion\Cart\PromotionCollector->collect(CartDataCollection $data, Cart $original, SalesChannelContext $context, CartBehavior $behavior): void …
                › {
                ›     Profiler::trace('cart::promotion::collect', function () use ($data, $original, $context, $behavior): void {
                ›         // The promotions have a special function:
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:89 {
                Shopware\Core\Checkout\Cart\Processor->runProcessors(Cart $original, Cart $cart, SalesChannelContext $context, CartBehavior $behavior): void …
                › foreach ($this->collectors as $collector) {
                ›     $collector->collect($cart->getData(), $original, $context, $behavior);
                › }
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:55 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › 
                › $this->runProcessors($original, $cart, $context, $behavior);
                › 
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {
                ›     return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
                ›         $cart = new Cart($original->getToken());
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:145 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->_load(SalesChannelContext $salesChannelContext, Cart $originalCart, CartBehavior $cartBehavior, bool $new): RuleLoaderResult …
                › // start first cart calculation to have all objects enriched
                › $cart = $this->processor->process($originalCart, $salesChannelContext, $cartBehavior);
                › 
              }
              /html/shopware/vendor/shopware/core/Framework/Extensions/ExtensionDispatcher.php:59 {
                Shopware\Core\Framework\Extensions\ExtensionDispatcher->publish(string $name, Extension $extension, callable $function): mixed …
                › try {
                ›     $extension->result = $function(...$extension->getParams());
                › } catch (\Throwable $e) {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:103 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › 
                › $result = $this->extensions->publish(
                ›     name: CheckoutCartRuleLoaderExtension::NAME,
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:91 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {
                ›     return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
                ›         // If the processing starts with deferred errors already in the cart, the cart MUST be persisted
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:65 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), false);
                › } catch (CartTokenNotFoundException) {
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:144 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                ›     [AbstractCartPersister::PERSIST_CART_ERROR_PERMISSION => Feature::isActive('DEFERRED_CART_ERRORS')],
                ›     fn (SalesChannelContext $context) => $this->ruleLoader->loadByToken($context, $token),
                › );
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/SalesChannelContext.php:455 {
                Shopware\Core\System\SalesChannel\SalesChannelContext->withPermissions(array $permissions, callable $callback): mixed …
                › 
                › $result = $callback($this);
                › 
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:142 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › // @deprecated tag:v6.8.0 - Permission will always be true
                › $result = $context->withPermissions(
                ›     [AbstractCartPersister::PERSIST_CART_ERROR_PERMISSION => Feature::isActive('DEFERRED_CART_ERRORS')],
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:77 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {
                ›     return Profiler::trace('sales-channel-context', function () use ($parameters) {
                ›         $token = $parameters->getToken();
              }
              /html/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:75 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );
                › $context = $this->contextService->get($contextServiceParameters);
                › 
              }
              /html/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {
                ›     $this->requestContextResolver->resolve($event->getRequest());
                › }
              }
              /html/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 {
              }
              /html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {
                ›     $event = $this->dispatcher->dispatch($event, $eventName);
                › 
              }
              /html/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);
                › 
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);
                › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
                › $controller = $event->getController();
              }
              /html/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                }
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.268+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.268+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.274+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.274+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.277+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.277+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.278+00:00"
        "message" => "User Deprecated: Method "Shopware\Core\Checkout\Cart\CartBehavior::isRecalculation()" is deprecated and will be removed in v6.8.0.0. Use "Shopware\Core\Checkout\Cart\CartBehavior::hasPermission(CheckoutPermissions::*)" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5529
            #message: "User Deprecated: Method "Shopware\Core\Checkout\Cart\CartBehavior::isRecalculation()" is deprecated and will be removed in v6.8.0.0. Use "Shopware\Core\Checkout\Cart\CartBehavior::hasPermission(CheckoutPermissions::*)" instead."
            #code: 0
            #file: "/html/shopware/vendor/shopware/core/Framework/Feature/Triggerer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/shopware/core/Framework/Feature/Triggerer.php:19 {
                Shopware\Core\Framework\Feature\Triggerer->deprecation(string $package, string $version, string $message): void …
                › {
                ›     trigger_deprecation($package, $version, $message);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Feature.php:301 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message, ?string $introducedIn = null): void …
                › if ($introducedIn === null) {
                ›     (self::$triggerer ??= new Triggerer())->deprecation('', '', $message);
                › 
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartBehavior.php:50 {
                Shopware\Core\Checkout\Cart\CartBehavior->isRecalculation(): bool …
                › {
                ›     Feature::triggerDeprecationOrThrow('v6.8.0.0', Feature::deprecatedMethodMessage(
                ›         self::class,
              }
              /html/shopware/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php:202 {
                Shopware\Core\Checkout\Promotion\Cart\PromotionCollector->Shopware\Core\Checkout\Promotion\Cart\{closure} …
                › /** @deprecated tag:v6.8.0 - `$isRecalculation` will be removed without replacement */
                › $isRecalculation = !Feature::isActive('v6.8.0.0') && $behavior->isRecalculation();
                › if ($isRecalculation || $behavior->hasPermission(CheckoutPermissions::AUTOMATIC_PROMOTION_DELETION_NOTICES)) {
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php:111 {
                Shopware\Core\Checkout\Promotion\Cart\PromotionCollector->collect(CartDataCollection $data, Cart $original, SalesChannelContext $context, CartBehavior $behavior): void …
                › {
                ›     Profiler::trace('cart::promotion::collect', function () use ($data, $original, $context, $behavior): void {
                ›         // The promotions have a special function:
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:89 {
                Shopware\Core\Checkout\Cart\Processor->runProcessors(Cart $original, Cart $cart, SalesChannelContext $context, CartBehavior $behavior): void …
                › foreach ($this->collectors as $collector) {
                ›     $collector->collect($cart->getData(), $original, $context, $behavior);
                › }
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:55 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › 
                › $this->runProcessors($original, $cart, $context, $behavior);
                › 
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {
                ›     return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
                ›         $cart = new Cart($original->getToken());
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:163 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->_load(SalesChannelContext $salesChannelContext, Cart $originalCart, CartBehavior $cartBehavior, bool $new): RuleLoaderResult …
                › // calculate cart again
                › $cart = $this->processor->process($cart, $salesChannelContext, $cartBehavior);
                › 
              }
              /html/shopware/vendor/shopware/core/Framework/Extensions/ExtensionDispatcher.php:59 {
                Shopware\Core\Framework\Extensions\ExtensionDispatcher->publish(string $name, Extension $extension, callable $function): mixed …
                › try {
                ›     $extension->result = $function(...$extension->getParams());
                › } catch (\Throwable $e) {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:103 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › 
                › $result = $this->extensions->publish(
                ›     name: CheckoutCartRuleLoaderExtension::NAME,
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:91 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {
                ›     return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
                ›         // If the processing starts with deferred errors already in the cart, the cart MUST be persisted
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:65 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), false);
                › } catch (CartTokenNotFoundException) {
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:144 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                ›     [AbstractCartPersister::PERSIST_CART_ERROR_PERMISSION => Feature::isActive('DEFERRED_CART_ERRORS')],
                ›     fn (SalesChannelContext $context) => $this->ruleLoader->loadByToken($context, $token),
                › );
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/SalesChannelContext.php:455 {
                Shopware\Core\System\SalesChannel\SalesChannelContext->withPermissions(array $permissions, callable $callback): mixed …
                › 
                › $result = $callback($this);
                › 
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:142 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › // @deprecated tag:v6.8.0 - Permission will always be true
                › $result = $context->withPermissions(
                ›     [AbstractCartPersister::PERSIST_CART_ERROR_PERMISSION => Feature::isActive('DEFERRED_CART_ERRORS')],
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:77 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {
                ›     return Profiler::trace('sales-channel-context', function () use ($parameters) {
                ›         $token = $parameters->getToken();
              }
              /html/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:75 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );
                › $context = $this->contextService->get($contextServiceParameters);
                › 
              }
              /html/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {
                ›     $this->requestContextResolver->resolve($event->getRequest());
                › }
              }
              /html/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 {
              }
              /html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {
                ›     $event = $this->dispatcher->dispatch($event, $eventName);
                › 
              }
              /html/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);
                › 
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);
                › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
                › $controller = $event->getController();
              }
              /html/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                }
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.279+00:00"
        "message" => "#1 Rule detection: Always valid (Default) with priority 100 (id: 2b1506604b6d448f9ba69903943130be)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.279+00:00"
        "message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 60d8cec985694ae38d7be3ed8131a494)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.279+00:00"
        "message" => "#3 Rule detection: Cart >= 0 (Payment) with priority 100 (id: f8aef969b88f4d55a0d8a92f31d520e0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.279+00:00"
        "message" => "#4 Rule detection: Sunday sales with priority 2 (id: 02cb2065fc43432cad10e0f6a389c7e5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\CartDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Mcp\Authentication\McpAuthenticationListener::authenticate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Content\ProductExport\Tracking\SalesChannelTrackingListener::storeReferralCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.280+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.282+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.282+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerGSBpz60\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.282+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.287+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\Adapter\Twig\TwigEnvironment" class is considered internal. It may change without further notice. You should not use it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5705
            #message: "User Deprecated: The "Shopware\Core\Framework\Adapter\Twig\TwigEnvironment" class is considered internal. It may change without further notice. You should not use it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator"."
            #code: 0
            #file: "/html/shopware/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 363
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/symfony/error-handler/DebugClassLoader.php:363 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › foreach ($deprecations as $message) {
                ›     @trigger_error($message, \E_USER_DEPRECATED);
                › }
              }
              /html/shopware/var/cache/dev_hff4b6e35d2d78bfeec44f2cd89fec52a/ContainerGSBpz60/Shopware_Core_KernelDevDebugContainer.php:1323 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));
                › $d = ($container->services['twig'] ?? self::getTwigService($container));
                › $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /html/shopware/var/cache/dev_hff4b6e35d2d78bfeec44f2cd89fec52a/ContainerGSBpz60/Shopware_Core_KernelDevDebugContainer.php:47161 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {
                ›     $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
                › 
              }
              /html/shopware/var/cache/dev_hff4b6e35d2d78bfeec44f2cd89fec52a/ContainerGSBpz60/Shopware_Core_KernelDevDebugContainer.php:13733 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::ContainerGSBpz60\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
                › $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                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';
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /html/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);
                › 
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.311+00:00"
        "message" => "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5871
            #message: "User Deprecated: The "Symfony\Bridge\Twig\DataCollector\TwigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Frosh\DevelopmentHelper\Component\Profiler\TwigDataCollector"."
            #code: 0
            #file: "/html/shopware/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 363
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/symfony/error-handler/DebugClassLoader.php:363 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › foreach ($deprecations as $message) {
                ›     @trigger_error($message, \E_USER_DEPRECATED);
                › }
              }
              /html/shopware/var/cache/dev_hff4b6e35d2d78bfeec44f2cd89fec52a/ContainerGSBpz60/Shopware_Core_KernelDevDebugContainer.php:47161 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {
                ›     $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
                › 
              }
              /html/shopware/var/cache/dev_hff4b6e35d2d78bfeec44f2cd89fec52a/ContainerGSBpz60/Shopware_Core_KernelDevDebugContainer.php:13733 {
                ContainerGSBpz60\Shopware_Core_KernelDevDebugContainer::ContainerGSBpz60\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
                › $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                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';
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {
                ›     return $this->dispatcher->getListeners($eventName);
                › }
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /html/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);
                › 
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.315+00:00"
        "message" => "Uncaught PHP Exception Shopware\Core\Checkout\Cart\CartException: "Line item is invalid: Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed." at CartException.php line 448"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Shopware\Core\Checkout\Cart\CartException {#4635
            #message: "Line item is invalid: Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed."
            #code: 0
            #file: "/html/shopware/vendor/shopware/core/Checkout/Cart/CartException.php"
            #line: 448
            -statusCode: 400
            -headers: []
            #parameters: []
            #statusCode: 400
            #errorCode: "CHECKOUT__CART_LINE_ITEM_INVALID"
            trace: {
              /html/shopware/vendor/shopware/core/Checkout/Cart/CartException.php:448 {
                Shopware\Core\Checkout\Cart\CartException::lineItemInvalid(string $reason): self …
                › {
                ›     return new self(
                ›         Response::HTTP_BAD_REQUEST,
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/LineItem/LineItem.php:703 {
                Shopware\Core\Checkout\Cart\LineItem\LineItem->validateIdentifier(string $identifier): void …
                › if (preg_match('/[^a-zA-Z0-9-_\.]/', $identifier)) {
                ›     throw CartException::lineItemInvalid('Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed.');
                › }
                arguments: {
                  $reason: "Identifier contains invalid characters. Only alphanumeric characters, dashes, underscores and dots are allowed."
                }
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/LineItem/LineItem.php:110 {
                Shopware\Core\Checkout\Cart\LineItem\LineItem->__construct(string $id, string $type, ?string $referencedId = null, int $quantity = 1) …
                › ) {
                ›     $this->validateIdentifier($id);
                › 
                arguments: {
                  $identifier: "0b7954d3c92a4d4c800def1113b659af'ugaBxH<'">)SoBfBz"
                }
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php:34 {
                Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory->create(array $data, SalesChannelContext $context): LineItem …
                › {
                ›     $lineItem = new LineItem($data['id'], LineItem::PRODUCT_LINE_ITEM_TYPE, $data['referencedId'] ?? $data['id'], $data['quantity'] ?? 1);
                ›     $lineItem->markModified();
                arguments: {
                  $id: "0b7954d3c92a4d4c800def1113b659af'ugaBxH<'">)SoBfBz"
                  $type: "product"
                  $referencedId: "0b7954d3c92a4d4c800def1113b659af"
                  $quantity: 1
                }
              }
              /html/shopware/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:54 {
                Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->create(array $data, SalesChannelContext $context): LineItem …
                › 
                › $lineItem = $handler->create($data, $context);
                › $lineItem->markModified();
                arguments: {
                  $data: [ …6]
                  $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
                }
              }
              /html/shopware/vendor/shopware/storefront/Controller/CartLineItemController.php:300 {
                Shopware\Storefront\Controller\CartLineItemController->Shopware\Storefront\Controller\{closure} …
                › try {
                ›     $item = $this->lineItemFactoryRegistry->create($this->getLineItemArray($lineItemData, [
                ›         'quantity' => 1,
                arguments: {
                  $data: [ …6]
                  $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
                }
              }
              /html/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();
                › } finally {
              }
              /html/shopware/vendor/shopware/storefront/Controller/CartLineItemController.php:286 {
                Shopware\Storefront\Controller\CartLineItemController->addLineItems(Cart $cart, RequestDataBag $requestDataBag, Request $request, SalesChannelContext $context): Response …
                › {
                ›     return Profiler::trace('cart::add-line-item', function () use ($cart, $requestDataBag, $request, $context) {
                ›         /** @var RequestDataBag|null $lineItems */
                arguments: {
                  $name: "cart::add-line-item"
                  $closure: Closure() {#4576 …}
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller
                › $response = $controller(...$arguments);
                › 
                arguments: {
                  $cart: Shopware\Core\Checkout\Cart\Cart {#3978 …}
                  $requestDataBag: Shopware\Core\Framework\Validation\DataBag\RequestDataBag {#3945 …}
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#4178 …}
                }
              }
              /html/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                }
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\Framework\Mcp\Authentication\McpExceptionListener::onException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\ProductListingPageOutOfRangeSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\System\SalesChannel\File\SalesChannelFileNotFoundSubscriber::onNotFound"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Frosh\DevelopmentHelper\Subscriber\DisableStorefrontErrorHandling::disableFrontendErrorHandling"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.352+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "storefront.scope.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ClearSiteDataListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.352+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.352+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.363+00:00"
        "message" => "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7229
            #message: "User Deprecated: The "Frosh\DevelopmentHelper\Component\Twig\NodeVisitor\BlogCommentNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0)."
            #code: 0
            #file: "/html/shopware/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 363
            #severity: E_USER_DEPRECATED
            trace: {
              /html/shopware/vendor/symfony/error-handler/DebugClassLoader.php:363 {
                Frosh\DevelopmentHelper\Component\Twig\Extension\BlockCommentExtension->getNodeVisitors(): array …
                › foreach ($deprecations as $message) {
                ›     @trigger_error($message, \E_USER_DEPRECATED);
                › }
              }
              /html/shopware/vendor/twig/twig/src/ExtensionSet.php:501 {
                Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
                › // node visitors
                › foreach ($extension->getNodeVisitors() as $visitor) {
                ›     $this->visitors[] = $visitor;
              }
              /html/shopware/vendor/twig/twig/src/ExtensionSet.php:458 {
                Twig\ExtensionSet->initExtensions(): void …
                › foreach ($this->extensions as $extension) {
                ›     $this->initExtension($extension);
                › }
              }
              /html/shopware/vendor/twig/twig/src/ExtensionSet.php:249 {
                Twig\ExtensionSet->getFilter(string $name): TwigFilter …
                › if (!$this->initialized) {
                ›     $this->initExtensions();
                › }
              }
              /html/shopware/vendor/twig/twig/src/Environment.php:777 {
                Twig\Environment->getFilter(string $name): TwigFilter …
                › {
                ›     return $this->extensionSet->getFilter($name);
                › }
              }
              /html/shopware/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig:313 {
                __TwigTemplate_61a63a55eb4a4eb1c32c3a9cde499fd3->doDisplay(array $context, array $blocks = []): iterable …
                › var es = new oldEventSource(url, options);
                › if (!url.toString().match(new RegExp({{ excluded_ajax_paths|json_encode|raw }}))) {
                ›     var stackElement = {
              }
              /html/shopware/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();
                ›     yield from $this->doDisplay($context, $blocks);
                › } catch (Error $e) {
              }
              /html/shopware/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->render(array $context): string …
                › $content = '';
                › foreach ($this->yield($context) as $data) {
                ›     $content .= $data;
              }
              /html/shopware/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {
                ›     return $this->template->render($context);
                › }
              }
              /html/shopware/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {
                ›     return $this->load($name)->render($context);
                › }
              }
              /html/shopware/custom/plugins/FroshDevelopmentHelper/src/Component/Profiler/TwigDecorator.php:24 {
                Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator->render($name, array $context = []): string …
                › 
                ›     return parent::render($template, $context);
                › }
              }
              /html/shopware/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:163 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {
                ›     $toolbar = "\n".str_replace("\n", '', $this->twig->render(
                ›         '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /html/shopware/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:151 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);
                › }
              }
              /html/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 {
              }
              /html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:43 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {
                ›     $event = $this->dispatcher->dispatch($event, $eventName);
                › 
              }
              /html/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);
                › 
              }
              /html/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);
                › }
              }
              /html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /html/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);
                › 
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {
                ›     return $this->filterResponse($response, $request, $type);
                › } catch (\Throwable $e) {
              }
              /html/shopware/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /html/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);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#897 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:476 {
                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);
                › $this->forwardedRequest = $request;
                arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#814 …}
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->forward($request, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:292 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
                › {
                ›     $response = $this->pass($request, $catch);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:206 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$request->isMethodSafe()) {
                ›     $response = $this->invalidate($request, $catch);
                › } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:66 {
                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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/shopware/core/Kernel.php:136 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);
                › }
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                  $type: 1
                  $catch: true
                }
              }
              /html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#121 …}
                }
              }
              /html/shopware/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /html/shopware/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/html/shopware/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.364+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "cache-hash.required.post"
          "listener" => "Shopware\Storefront\Framework\Cache\CacheCookieEventSubscriber::onRequireCacheHash"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\HttpCacheCookieEvent"
          "listener" => "Shopware\Storefront\Framework\Cache\CacheCookieEventSubscriber::passCacheForFlashMessages"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.365+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"
      ]
    ]
    5966 => [
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.316+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.316+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.316+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.316+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.317+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Mcp\Authentication\McpAuthenticationListener::authenticate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Content\ProductExport\Tracking\SalesChannelTrackingListener::storeReferralCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerGSBpz60\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.318+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.338+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.338+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.350+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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" => 1790546310
        "timestamp_rfc3339" => "2026-09-27T21:58:30.351+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
    897 => 1
    5966 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#69 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip,deflate,br"
cache-control
"no-cache"
connection
"keep-alive"
content-length
"589"
content-type
"application/x-www-form-urlencoded; charset=utf-8"
cookie
"session-=f74s7jaur2b6trucc5ho7kr4aq;sw-states=cart-filled;sw-cache-hash=not-cacheable"
forwarded
"for="2a03:cfc0:8000:2d::c122:d611";host="www.banholzerundwenz.de";proto=https"
host
"www.banholzerundwenz.de"
referer
"https://www.banholzerundwenz.de/checkout/line-item/add"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"H0jXn3i8g5Mkx0rbGMYE3G3pntG78djh"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36"
x-forwarded-for
"2a03:cfc0:8000:2d::c122:d611"
x-php-ob-level
"1"

Request Content

Raw

redirectTo=frontend.detail.page&redirectParameters=%7B&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5Bid%5D=0b7954d3c92a4d4c800def1113b659af%27ugaBxH%3C%27%22%3E%29SoBfBz&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5BreferencedId%5D=0b7954d3c92a4d4c800def1113b659af&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5Btype%5D=product&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5Bstackable%5D=1&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5Bremovable%5D=1&lineItems%5B0b7954d3c92a4d4c800def1113b659af%5D%5Bquantity%5D=1&product-name=CS+19+mm+Verschlusszange+f%C3%BCr+Stahlband

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 27 Sep 2026 21:58:30 GMT"
sw-context-token
"H0jXn3i8g5Mkx0rbGMYE3G3pntG78djh"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Line%20item%20is%20invalid%3A%20Identifier%20contains%20invalid%20characters.%20Only%20alphanumeric%20characters%2C%20dashes%2C%20underscores%20and%20dots%20are%20allowed."
x-debug-exception-file
"%2Fhtml%2Fshopware%2Fvendor%2Fshopware%2Fcore%2FCheckout%2FCart%2FCartException.php:448"
x-debug-token
"644560"

Cookies

Request Cookies

Key Value
session-
"f74s7jaur2b6trucc5ho7kr4aq"
sw-cache-hash
"not-cacheable"
sw-states
"cart-filled"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Sun, 27 Sep 26 21:58:27 +0000"
Last used
"Sun, 27 Sep 26 21:58:28 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"f74s7jaur2b6trucc5ho7kr4aq"
sw-context-token
"H0jXn3i8g5Mkx0rbGMYE3G3pntG78djh"
sw-rule-area-ids
[
  "shipping" => [
    "60d8cec985694ae38d7be3ed8131a494"
  ]
]
sw-rule-ids
[
  "2b1506604b6d448f9ba69903943130be"
  "60d8cec985694ae38d7be3ed8131a494"
  "f8aef969b88f4d55a0d8a92f31d520e0"
  "02cb2065fc43432cad10e0f6a389c7e5"
]
sw-sales-channel-id
"04ee2b3e8e274050ab9197ac942e5998"

Session Usage

8 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:93
[
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 93
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:94
[
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 94
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:274
[
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 274
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 112
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:118
[
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 118
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:122
[
  [
    "file" => "/html/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 122
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:71
[
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 71
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:150
[
  [
    "file" => "/html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 150
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 77
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 75
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService:151
[
  [
    "file" => "/html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 151
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 77
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 75
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 43
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 476
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 278
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 292
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 206
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 66
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/shopware/core/Kernel.php"
    "line" => 136
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/html/shopware/public/index.php"
    "line" => 11
    "args" => [
      "/html/shopware/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

Key Value
success
[
  "1 Produkt wurde erfolgreich zur Anfrageliste hinzugefügt."
]

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def0000076d296bd0ebb43fb49437e5481945c1140a699f8d7e16a0bc473691da45be8127b5c1c2704f6f8bc39accdb448ce0ba469f7bebf795b62523b13f3a2104d4054"
APP_URL
"https://www.banholzerundwenz.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/html/shopware/var/cache/composer"
DATABASE_URL
"mysql://p568065:Machine*500!@db003475.mydbserver.com:3306/usr_p568065_4"
INSTANCE_ID
"i8ukls39vrZni59gDQyakzg9AnbZfe1r"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/html/shopware"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/html/shopware"
]
CONTENT_LENGTH
"589"
CONTENT_TYPE
"application/x-www-form-urlencoded; charset=utf-8"
CONTEXT_DOCUMENT_ROOT
"/home/www/p568065/html/shopware/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/www/p568065/html/shopware/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GCONV_PATH
"/usr/local/php/lib64/gconv"
HOME
"/home/www/p568065"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip,deflate,br"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"session-=f74s7jaur2b6trucc5ho7kr4aq;sw-states=cart-filled;sw-cache-hash=not-cacheable"
HTTP_FORWARDED
"for="2a03:cfc0:8000:2d::c122:d611";host="www.banholzerundwenz.de";proto=https"
HTTP_HOST
"www.banholzerundwenz.de"
HTTP_REFERER
"https://www.banholzerundwenz.de/checkout/line-item/add"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"2a03:cfc0:8000:2d::c122:d611"
LO_PATH
"/usr/local/php/lib64/locale"
MAGICK_C0DER_MODULE_PATH
"/usr/local/php/lib64/ImageMagick-6.9.11/modules-Q16/coders"
OPENSSL_CONF
"/etc/ssl/openssl.cnf"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/command"
PHP_SELF
"/index.php"
QS_AllConn
"7"
QS_ConnectionId
"1790546309981733361402449"
QS_SrvConn
"7"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_QS_AllConn
"7"
REDIRECT_QS_ConnectionId
"1790546309981733361402449"
REDIRECT_QS_SrvConn
"7"
REDIRECT_SSL_TLS_SNI
"www.banholzerundwenz.de"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/checkout/line-item/add"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"42210"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1790546309
REQUEST_TIME_FLOAT
1790546309.9827
REQUEST_URI
"/checkout/line-item/add"
SCRIPT_FILENAME
"/html/shopware/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"2a03:2a00:1200:2::ac14:15c3"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.banholzerundwenz.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.banholzerundwenz.de"
SYMFONY_DOTENV_PATH
"/html/shopware/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,MAILER_URL,COMPOSER_HOME,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
USER
"p568065"

Parent Request

Return to parent request (token = 0ec98f)

Key Value
XmlHttpRequest
true
_controller
"Shopware\Storefront\Controller\CartLineItemController::addLineItems"
_cspNonce
"4YF1gMKIdWbGDfghl_Xnw8uw"
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.checkout.line-item.add"
_routeScope
[
  "storefront"
]
_route_params
[
  "XmlHttpRequest" => true
]
_stopwatch_token
"c5f2f6"
resolved-uri
"/checkout/line-item/add"
sw-context
Shopware\Core\Framework\Context {#4181
  #extensions: []
  #scope: "user"
  #rulesLocked: false
  -scopeStates: []
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2156 …}
  #ruleIds: [
    "2b1506604b6d448f9ba69903943130be"
    "60d8cec985694ae38d7be3ed8131a494"
    "f8aef969b88f4d55a0d8a92f31d520e0"
    "02cb2065fc43432cad10e0f6a389c7e5"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3435 …}
  #states: [
    "cart-filled" => "cart-filled"
  ]
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"9bea3f55161b4835be9d80e8b7e0620a"
sw-maintenance
false
sw-maintenance-ip-allowlist
null
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/checkout/line-item/add"
sw-sales-channel-absolute-base-url
"https://www.banholzerundwenz.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#4178
  #extensions: []
  #permissions: []
  #permisionsLocked: false
  #permissionsLocked: false
  #imitatingUserId: null
  #measurementSystem: Shopware\Core\Content\MeasurementSystem\MeasurementUnits {#3528 …}
  #cartLock: null
  #context: Shopware\Core\Framework\Context {#4181
    #extensions: []
    #scope: "user"
    #rulesLocked: false
    -scopeStates: []
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2156 …}
    #ruleIds: [
      "2b1506604b6d448f9ba69903943130be"
      "60d8cec985694ae38d7be3ed8131a494"
      "f8aef969b88f4d55a0d8a92f31d520e0"
      "02cb2065fc43432cad10e0f6a389c7e5"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3435 …}
    #states: [
      "cart-filled" => "cart-filled"
    ]
  }
  #token: "H0jXn3i8g5Mkx0rbGMYE3G3pntG78djh"
  -domainId: "9bea3f55161b4835be9d80e8b7e0620a"
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#2585 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#3676 …}
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#3614 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#4176 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3920 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#4419 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3677 …}
  #customer: null
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3435 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3672 …}
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#2151 …}
  #areaRuleIds: [
    "shipping" => [
      "60d8cec985694ae38d7be3ed8131a494"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"04ee2b3e8e274050ab9197ac942e5998"
sw-snippet-set-id
"c98dfb72ddf54b0aae7643d9b6dd89fe"
sw-storefront-url
"https://www.banholzerundwenz.de"
theme-base-name
null
theme-id
"561be683fd1045ca8e44d8304aceb826"
theme-name
"BanholzerWenz"