Error 404 Not Found

GET https://aquarius-stage.toscom.at/terraform.tfvars.save

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"C0a8+GTl6o0="
_route_params
[]
_stopwatch_token
"acf939"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2055
  #message: "No route found for "GET https://aquarius-stage.toscom.at/terraform.tfvars.save""
  #code: 0
  #file: "/srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 149
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1701 …}
  -statusCode: 404
  -headers: []
  trace: {
    /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /srv/web/shopware/html/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 {
    }
    /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /srv/web/shopware/html/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);}
    }
    /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
      Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
    }
    /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
      Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
    /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /srv/web/shopware/html/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);}
    }
    /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /srv/web/shopware/html/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) {
    }
    /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /srv/web/shopware/html/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 {
    }
    /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
      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);}
    /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
      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')) {
    }
    /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /srv/web/shopware/html/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/srv/web/shopware/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1401
  -records: [
    485 => [
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.452+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.516+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://aquarius-stage.toscom.at/terraform.tfvars.save"" at RouterListener.php line 149"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2055
            #message: "No route found for "GET https://aquarius-stage.toscom.at/terraform.tfvars.save""
            #code: 0
            #file: "/srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 149
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1701 …}
            -statusCode: 404
            -headers: []
            trace: {
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.743+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.743+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 5.15.0-151-generic; PHP 8.3.24)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.001274
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.743+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 56
            "active_shards" => 56
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.743+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.743+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 56
            "active_shards" => 56
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.001274
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.765+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.765+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 5.15.0-151-generic; PHP 8.3.24)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.021592
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.765+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734093671"
              "uuid" => "wakaKlPASuKJN5f0IzSsYA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "30"
              "store.size" => "658.6kb"
              "pri.store.size" => "658.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020675"
              "uuid" => "0xFcEAn6S9O7jGkeKYTZRg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020216"
              "uuid" => "-mEtUQQeSsGhfut2k84_vg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734022678"
              "uuid" => "CWpI6BLIRLidirlnog6kHA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020216"
              "uuid" => "DWRLnoE3RQ6VahZ4jtiWnw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "1"
              "store.size" => "7.9mb"
              "pri.store.size" => "7.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734093671"
              "uuid" => "XPKS3T1tQnCY3t1AU_A8Ag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503276"
              "uuid" => "ag_EW5_xQSafp4lXuKlOYg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "421"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020675"
              "uuid" => "pVqawUnkQPSOrrqgsNv5Ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "961"
              "store.size" => "10.5mb"
              "pri.store.size" => "10.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503886"
              "uuid" => "QqWQKF7dQRql6Dhnl74ReQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "108"
              "docs.deleted" => "28"
              "store.size" => "649.9kb"
              "pri.store.size" => "649.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".geoip_databases"
              "uuid" => "GZQN0XRcTaCHE7ALQfpGfQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "40"
              "docs.deleted" => "34"
              "store.size" => "37.8mb"
              "pri.store.size" => "37.8mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503886"
              "uuid" => "pWPszrCoR0y7tjnK9hs7zw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "25"
              "docs.deleted" => "0"
              "store.size" => "91.5kb"
              "pri.store.size" => "91.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734022678"
              "uuid" => "Lnz_vZEsTSypPUfNAu48ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3097"
              "docs.deleted" => "718"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734022678"
              "uuid" => "mcb3sPEkRPe1LbiEvLV-7g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "26"
              "store.size" => "641kb"
              "pri.store.size" => "641kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734093671"
              "uuid" => "zesczeKdRKi_t2JqrhGtKg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "1"
              "store.size" => "7.5mb"
              "pri.store.size" => "7.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020216"
              "uuid" => "9grnMNPGRiikP0cCOW_HlA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503886"
              "uuid" => "bcb1kbIDRqO0xSXzDKoKRQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "4644"
              "docs.deleted" => "1515"
              "store.size" => "13.6mb"
              "pri.store.size" => "13.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020675"
              "uuid" => "2Hnu97xoSCu1ZVqCwx1pXQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503276"
              "uuid" => "PRY0qz5wTb2aS9SxuJRmag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503276"
              "uuid" => "ECXY0CNRRsyWqr71pPLMUw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.9kb"
              "pri.store.size" => "13.9kb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.766+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.766+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734093671"
              "uuid" => "wakaKlPASuKJN5f0IzSsYA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "30"
              "store.size" => "658.6kb"
              "pri.store.size" => "658.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020675"
              "uuid" => "0xFcEAn6S9O7jGkeKYTZRg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020216"
              "uuid" => "-mEtUQQeSsGhfut2k84_vg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734022678"
              "uuid" => "CWpI6BLIRLidirlnog6kHA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020216"
              "uuid" => "DWRLnoE3RQ6VahZ4jtiWnw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "1"
              "store.size" => "7.9mb"
              "pri.store.size" => "7.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734093671"
              "uuid" => "XPKS3T1tQnCY3t1AU_A8Ag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503276"
              "uuid" => "ag_EW5_xQSafp4lXuKlOYg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "421"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020675"
              "uuid" => "pVqawUnkQPSOrrqgsNv5Ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "961"
              "store.size" => "10.5mb"
              "pri.store.size" => "10.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503886"
              "uuid" => "QqWQKF7dQRql6Dhnl74ReQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "108"
              "docs.deleted" => "28"
              "store.size" => "649.9kb"
              "pri.store.size" => "649.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".geoip_databases"
              "uuid" => "GZQN0XRcTaCHE7ALQfpGfQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "40"
              "docs.deleted" => "34"
              "store.size" => "37.8mb"
              "pri.store.size" => "37.8mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503886"
              "uuid" => "pWPszrCoR0y7tjnK9hs7zw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "25"
              "docs.deleted" => "0"
              "store.size" => "91.5kb"
              "pri.store.size" => "91.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734022678"
              "uuid" => "Lnz_vZEsTSypPUfNAu48ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3097"
              "docs.deleted" => "718"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734022678"
              "uuid" => "mcb3sPEkRPe1LbiEvLV-7g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "26"
              "store.size" => "641kb"
              "pri.store.size" => "641kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734093671"
              "uuid" => "zesczeKdRKi_t2JqrhGtKg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "1"
              "store.size" => "7.5mb"
              "pri.store.size" => "7.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020216"
              "uuid" => "9grnMNPGRiikP0cCOW_HlA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503886"
              "uuid" => "bcb1kbIDRqO0xSXzDKoKRQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "4644"
              "docs.deleted" => "1515"
              "store.size" => "13.6mb"
              "pri.store.size" => "13.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020675"
              "uuid" => "2Hnu97xoSCu1ZVqCwx1pXQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503276"
              "uuid" => "PRY0qz5wTb2aS9SxuJRmag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503276"
              "uuid" => "ECXY0CNRRsyWqr71pPLMUw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.9kb"
              "pri.store.size" => "13.9kb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.021592
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.789+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.790+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.790+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.790+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.790+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.790+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"
      ]
    ]
    2208 => [
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.522+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2411
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Subscriber\EntityStatsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getEntityStatsSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17290 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? self::getEntityIndexingSubscriberService($container)), 'refreshIndex'], 1000);$instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Subscriber\\EntityStatsSubscriber'] ?? self::getEntityStatsSubscriberService($container)), 'onEntitySearched'], 99);$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageQueueStatsSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageQueueStatsSubscriber'] ?? self::getMessageQueueStatsSubscriberService($container)), 'onMessageFailed'], 99);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:229 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!RepositorySearchDetector::isSearchRequired($this->definition, $criteria)) {    $this->eventDispatcher->dispatch(        new EntitySearchedEvent($criteria, $this->definition, $context)
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:62 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/Subscriber/RedirectSubscriber.php:68 {
                AnghLebeNaturTheme\Subscriber\RedirectSubscriber->resolveSeoUrl(string $pathInfo, string $host): ?string …
                › 
                › $seoUrls = $this->seoUrlRepository->search($criteria, Context::createDefaultContext());if ($seoUrls->count() > 0) {
              }
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/Subscriber/RedirectSubscriber.php:56 {
                AnghLebeNaturTheme\Subscriber\RedirectSubscriber->onKernelRequest(RequestEvent $event): void …
                › // Handle technical URLs by resolving them to SEO-friendly paths$resolvedPath = $this->resolveSeoUrl($pathInfo, $event->getRequest()->getHost());if ($resolvedPath && array_key_exists($resolvedPath, $redirects)) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.525+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\Subscriber\EntityStatsSubscriber::onEntitySearched"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.525+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.525+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.525+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\CustomerSubscriber::onEntitySearched"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.531+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "AnghLebeNaturTheme\Subscriber\RedirectSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "AnghLebeNaturTheme\Subscriber\UserIpSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\KernelSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.532+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.549+00:00"
        "message" => "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver::$categoryRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2467
            #message: "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver::$categoryRepository is deprecated"
            #code: 0
            #file: "/srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/FaqCmsElementResolver.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/FaqCmsElementResolver.php:27 {
                AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver->__construct(EntityRepository $categoryRepository, SeoUrlPlaceholderHandlerInterface $seoUrlPlaceholderHandler) …
                › ) {    $this->categoryRepository = $categoryRepository;    $this->seoUrlPlaceholderHandler = $seoUrlPlaceholderHandler;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:2196 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getFaqCmsElementResolverService($container) …
                › 
                ›     return $container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] = new \AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver($a, ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container)));}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7363 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › yield 11 => ($container->services['AnghLebeNaturTheme\\DataResolver\\DailyMotionCmsElementResolver'] ??= new \AnghLebeNaturTheme\DataResolver\DailyMotionCmsElementResolver());yield 12 => ($container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] ?? self::getFaqCmsElementResolverService($container));yield 13 => ($container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] ?? self::getCategoryBoxCmsElementResolverService($container));
              }
              /srv/web/shopware/html/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:42 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7350 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:47357 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
                › }$b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13539 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$d = ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.550+00:00"
        "message" => "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver::$seoUrlPlaceholderHandler is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2466
            #message: "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver::$seoUrlPlaceholderHandler is deprecated"
            #code: 0
            #file: "/srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/FaqCmsElementResolver.php"
            #line: 28
            #severity: E_DEPRECATED
            trace: {
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/FaqCmsElementResolver.php:28 {
                AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver->__construct(EntityRepository $categoryRepository, SeoUrlPlaceholderHandlerInterface $seoUrlPlaceholderHandler) …
                ›     $this->categoryRepository = $categoryRepository;    $this->seoUrlPlaceholderHandler = $seoUrlPlaceholderHandler;}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:2196 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getFaqCmsElementResolverService($container) …
                › 
                ›     return $container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] = new \AnghLebeNaturTheme\DataResolver\FaqCmsElementResolver($a, ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container)));}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7363 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › yield 11 => ($container->services['AnghLebeNaturTheme\\DataResolver\\DailyMotionCmsElementResolver'] ??= new \AnghLebeNaturTheme\DataResolver\DailyMotionCmsElementResolver());yield 12 => ($container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] ?? self::getFaqCmsElementResolverService($container));yield 13 => ($container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] ?? self::getCategoryBoxCmsElementResolverService($container));
              }
              /srv/web/shopware/html/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:42 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7350 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:47357 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
                › }$b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13539 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$d = ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.550+00:00"
        "message" => "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver::$categoryRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2470
            #message: "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver::$categoryRepository is deprecated"
            #code: 0
            #file: "/srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/CategoryBoxCmsElementResolver.php"
            #line: 28
            #severity: E_DEPRECATED
            trace: {
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/CategoryBoxCmsElementResolver.php:28 {
                AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver->__construct(EntityRepository $categoryRepository, SeoUrlPlaceholderHandlerInterface $seoUrlPlaceholderHandler) …
                › ) {    $this->categoryRepository = $categoryRepository;    $this->seoUrlPlaceholderHandler = $seoUrlPlaceholderHandler;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:2170 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCategoryBoxCmsElementResolverService($container) …
                › 
                ›     return $container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] = new \AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver($a, ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container)));}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7364 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › yield 12 => ($container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] ?? self::getFaqCmsElementResolverService($container));yield 13 => ($container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] ?? self::getCategoryBoxCmsElementResolverService($container));yield 14 => ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'] ?? self::getCustomFormCmsElementResolverService($container));
              }
              /srv/web/shopware/html/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:42 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7350 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:47357 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
                › }$b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13539 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$d = ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.550+00:00"
        "message" => "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver::$seoUrlPlaceholderHandler is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2469
            #message: "Deprecated: Creation of dynamic property AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver::$seoUrlPlaceholderHandler is deprecated"
            #code: 0
            #file: "/srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/CategoryBoxCmsElementResolver.php"
            #line: 29
            #severity: E_DEPRECATED
            trace: {
              /srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/DataResolver/CategoryBoxCmsElementResolver.php:29 {
                AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver->__construct(EntityRepository $categoryRepository, SeoUrlPlaceholderHandlerInterface $seoUrlPlaceholderHandler) …
                ›     $this->categoryRepository = $categoryRepository;    $this->seoUrlPlaceholderHandler = $seoUrlPlaceholderHandler;}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:2170 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCategoryBoxCmsElementResolverService($container) …
                › 
                ›     return $container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] = new \AnghLebeNaturTheme\DataResolver\CategoryBoxCmsElementResolver($a, ($container->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? self::getSeoUrlPlaceholderHandlerInterfaceService($container)));}
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7364 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › yield 12 => ($container->services['AnghLebeNaturTheme\\DataResolver\\FaqCmsElementResolver'] ?? self::getFaqCmsElementResolverService($container));yield 13 => ($container->services['AnghLebeNaturTheme\\DataResolver\\CategoryBoxCmsElementResolver'] ?? self::getCategoryBoxCmsElementResolverService($container));yield 14 => ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'] ?? self::getCustomFormCmsElementResolverService($container));
              }
              /srv/web/shopware/html/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:42 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry) …
                › ) {    foreach ($resolvers as $resolver) {        $this->resolvers[$resolver->getType()] = $resolver;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:7350 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
                › 
                › return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:47357 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
                › }$b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13539 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$d = ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.564+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2546
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.564+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2574
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.565+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2540
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.565+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2539
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.565+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2541
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.565+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\AdvancePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2485
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\AdvancePayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.574+00:00"
        "message" => "User Deprecated: The "Abili\AbilitaPay\PaymentHandler\SyncPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2620
            #message: "User Deprecated: The "Abili\AbilitaPay\PaymentHandler\SyncPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getAdvancePaymentService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /srv/web/shopware/html/vendor/symfony/dependency-injection/Container.php:398 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /srv/web/shopware/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:49 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.574+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\InstallmentsPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2608
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\InstallmentsPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.574+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2599
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.575+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2597
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.575+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2621
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.575+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2569
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.575+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\SyncPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2594
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Abili\AbilitaPay\PaymentHandler\SyncPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:48 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.sync` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $syncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\AiiAPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2601
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\AiiAPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: The "Abili\AbilitaPay\PaymentHandler\AsyncPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2606
            #message: "User Deprecated: The "Abili\AbilitaPay\PaymentHandler\AsyncPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getAiiAPaymentService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /srv/web/shopware/html/vendor/symfony/dependency-injection/Container.php:398 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /srv/web/shopware/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2521
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\GiropayPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2610
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\GiropayPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\InstallmentsPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2618
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\InstallmentsPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.576+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2619
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.577+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2615
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.577+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2616
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\PurchaseOnAccountPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.577+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2617
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitB2bPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.577+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2499
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SepaDirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.577+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2603
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Abili\AbilitaPay\PaymentHandler\Methods\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.handler` instead."
            #code: 0
            #file: "/srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php"
            #line: 54
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/web/shopware/html/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:54 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {    trigger_deprecation('shopware/core', '', \sprintf('The tag `shopware.payment.method.async` is deprecated for service %s and will be removed in 6.7.0. Use `shopware.payment.handler` instead.', $serviceId));    $handler = $asyncHandlers->get($serviceId);
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:37477 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:5326 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
                › }$c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6732 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:6782 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46472 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
                › }$d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:13544 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
                › }$e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:46147 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
                › {    $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));}
              /srv/web/shopware/html/var/cache/dev_h207467d33e71448a1516c5c6b890b8cc/ContainerElSVrLd/Shopware_Core_KernelDevDebugContainer.php:17442 {
                ContainerElSVrLd\Shopware_Core_KernelDevDebugContainer::ContainerElSVrLd\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);$instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:73 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->eventDispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /srv/web/shopware/html/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();
              }
              /srv/web/shopware/html/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) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:41 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php:26 {
                Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $result = $this->eventDispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /srv/web/shopware/html/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);}
              }
              /srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/web/shopware/html/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);}
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/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 {
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                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')) {
              }
              /srv/web/shopware/html/vendor/shopware/core/Kernel.php:117 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /srv/web/shopware/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/web/shopware/html/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/srv/web/shopware/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.582+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.583+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.589+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.589+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.589+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "NetInventors\NetiNextEasyCoupon\Subscriber\EntitySubscriber::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.589+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerElSVrLd\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.589+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.671+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.671+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 5.15.0-151-generic; PHP 8.3.24)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.001914
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.671+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 56
            "active_shards" => 56
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.671+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.671+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch"
            "status" => "green"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 56
            "active_shards" => 56
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 0
            "delayed_unassigned_shards" => 0
            "number_of_pending_tasks" => 0
            "number_of_in_flight_fetch" => 0
            "task_max_waiting_in_queue_millis" => 0
            "active_shards_percent_as_number" => 100.0
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.001914
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.691+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.691+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "headers" => [
            "Host" => [
              "localhost"
            ]
            "Content-Type" => [
              "application/json"
            ]
            "Accept" => [
              "application/json"
            ]
            "User-Agent" => [
              "opensearch-php/2.3.1 (Linux 5.15.0-151-generic; PHP 8.3.24)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.018983
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.692+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020675"
              "uuid" => "0xFcEAn6S9O7jGkeKYTZRg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734093671"
              "uuid" => "wakaKlPASuKJN5f0IzSsYA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "30"
              "store.size" => "658.6kb"
              "pri.store.size" => "658.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020216"
              "uuid" => "-mEtUQQeSsGhfut2k84_vg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734022678"
              "uuid" => "CWpI6BLIRLidirlnog6kHA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020216"
              "uuid" => "DWRLnoE3RQ6VahZ4jtiWnw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "1"
              "store.size" => "7.9mb"
              "pri.store.size" => "7.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734093671"
              "uuid" => "XPKS3T1tQnCY3t1AU_A8Ag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503276"
              "uuid" => "ag_EW5_xQSafp4lXuKlOYg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "421"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020675"
              "uuid" => "pVqawUnkQPSOrrqgsNv5Ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "961"
              "store.size" => "10.5mb"
              "pri.store.size" => "10.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503886"
              "uuid" => "QqWQKF7dQRql6Dhnl74ReQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "108"
              "docs.deleted" => "28"
              "store.size" => "649.9kb"
              "pri.store.size" => "649.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".geoip_databases"
              "uuid" => "GZQN0XRcTaCHE7ALQfpGfQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "40"
              "docs.deleted" => "34"
              "store.size" => "37.8mb"
              "pri.store.size" => "37.8mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503886"
              "uuid" => "pWPszrCoR0y7tjnK9hs7zw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "25"
              "docs.deleted" => "0"
              "store.size" => "91.5kb"
              "pri.store.size" => "91.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734022678"
              "uuid" => "Lnz_vZEsTSypPUfNAu48ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3097"
              "docs.deleted" => "718"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734022678"
              "uuid" => "mcb3sPEkRPe1LbiEvLV-7g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "26"
              "store.size" => "641kb"
              "pri.store.size" => "641kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734093671"
              "uuid" => "zesczeKdRKi_t2JqrhGtKg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "1"
              "store.size" => "7.5mb"
              "pri.store.size" => "7.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020216"
              "uuid" => "9grnMNPGRiikP0cCOW_HlA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503276"
              "uuid" => "ECXY0CNRRsyWqr71pPLMUw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.9kb"
              "pri.store.size" => "13.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020675"
              "uuid" => "2Hnu97xoSCu1ZVqCwx1pXQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503886"
              "uuid" => "bcb1kbIDRqO0xSXzDKoKRQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "4644"
              "docs.deleted" => "1515"
              "store.size" => "13.6mb"
              "pri.store.size" => "13.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503276"
              "uuid" => "PRY0qz5wTb2aS9SxuJRmag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.692+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.692+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020675"
              "uuid" => "0xFcEAn6S9O7jGkeKYTZRg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734093671"
              "uuid" => "wakaKlPASuKJN5f0IzSsYA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "30"
              "store.size" => "658.6kb"
              "pri.store.size" => "658.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734020216"
              "uuid" => "-mEtUQQeSsGhfut2k84_vg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734022678"
              "uuid" => "CWpI6BLIRLidirlnog6kHA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020216"
              "uuid" => "DWRLnoE3RQ6VahZ4jtiWnw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "1"
              "store.size" => "7.9mb"
              "pri.store.size" => "7.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734093671"
              "uuid" => "XPKS3T1tQnCY3t1AU_A8Ag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.8kb"
              "pri.store.size" => "13.8kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503276"
              "uuid" => "ag_EW5_xQSafp4lXuKlOYg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "421"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734020675"
              "uuid" => "pVqawUnkQPSOrrqgsNv5Ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3092"
              "docs.deleted" => "961"
              "store.size" => "10.5mb"
              "pri.store.size" => "10.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503886"
              "uuid" => "QqWQKF7dQRql6Dhnl74ReQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "108"
              "docs.deleted" => "28"
              "store.size" => "649.9kb"
              "pri.store.size" => "649.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".geoip_databases"
              "uuid" => "GZQN0XRcTaCHE7ALQfpGfQ"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "40"
              "docs.deleted" => "34"
              "store.size" => "37.8mb"
              "pri.store.size" => "37.8mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503886"
              "uuid" => "pWPszrCoR0y7tjnK9hs7zw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "25"
              "docs.deleted" => "0"
              "store.size" => "91.5kb"
              "pri.store.size" => "91.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734022678"
              "uuid" => "Lnz_vZEsTSypPUfNAu48ew"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3097"
              "docs.deleted" => "718"
              "store.size" => "9.6mb"
              "pri.store.size" => "9.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734022678"
              "uuid" => "mcb3sPEkRPe1LbiEvLV-7g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "26"
              "store.size" => "641kb"
              "pri.store.size" => "641kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734093671"
              "uuid" => "zesczeKdRKi_t2JqrhGtKg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3116"
              "docs.deleted" => "1"
              "store.size" => "7.5mb"
              "pri.store.size" => "7.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020216"
              "uuid" => "9grnMNPGRiikP0cCOW_HlA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_manufacturer_1734503276"
              "uuid" => "ECXY0CNRRsyWqr71pPLMUw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "3"
              "docs.deleted" => "0"
              "store.size" => "13.9kb"
              "pri.store.size" => "13.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734020675"
              "uuid" => "2Hnu97xoSCu1ZVqCwx1pXQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_product_1734503886"
              "uuid" => "bcb1kbIDRqO0xSXzDKoKRQ"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "4644"
              "docs.deleted" => "1515"
              "store.size" => "13.6mb"
              "pri.store.size" => "13.6mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "sw_category_1734503276"
              "uuid" => "PRY0qz5wTb2aS9SxuJRmag"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "95"
              "docs.deleted" => "0"
              "store.size" => "374.2kb"
              "pri.store.size" => "374.2kb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.018983
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.739+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.740+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"
      ]
    ]
    "" => [
      [
        "timestamp" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.791+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" => 1755121465
        "timestamp_rfc3339" => "2025-08-13T21:44:25.791+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"
      ]
    ]
  ]
  -errorCount: [
    485 => 0
    2208 => 0
    "" => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1396 …}
}

Request Headers

Header Value
accept
"*/*"
authorization
""
cookie
"session-=jj45foe9vqr55lrh6rldnurmbt"
forwarded
"for="141.11.123.40";host="aquarius-stage.toscom.at";proto=https"
host
"aquarius-stage.toscom.at"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"Lcd2YqF30sLifxInt9r43UtiYrEwIVK7"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
x-forwarded-for
"141.11.123.40"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 13 Aug 2025 21:44:25 GMT"
server-timing
""
sw-context-token
"Lcd2YqF30sLifxInt9r43UtiYrEwIVK7"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Faquarius-stage.toscom.at%2Fterraform.tfvars.save%22"
x-debug-exception-file
"%2Fsrv%2Fweb%2Fshopware%2Fhtml%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:149"
x-debug-token
"e819e4"

Cookies

Request Cookies

Key Value
session-
"jj45foe9vqr55lrh6rldnurmbt"

Response Cookies

No response cookies

Session 5

Session Metadata

Key Value
Created
"Wed, 13 Aug 25 21:01:16 +0000"
Last used
"Wed, 13 Aug 25 21:44:23 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"jj45foe9vqr55lrh6rldnurmbt"
sw-context-token
"Lcd2YqF30sLifxInt9r43UtiYrEwIVK7"
sw-sales-channel-id
"01916a8b94f873b8abf36daf28eb865c"

Session Usage

5 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:106
[
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 106
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Kernel.php"
    "line" => 117
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/public/index.php"
    "line" => 11
    "args" => [
      "/srv/web/shopware/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Kernel.php"
    "line" => 117
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/public/index.php"
    "line" => 11
    "args" => [
      "/srv/web/shopware/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:309
[
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 309
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 119
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Kernel.php"
    "line" => 117
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/public/index.php"
    "line" => 11
    "args" => [
      "/srv/web/shopware/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:127
[
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 127
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Kernel.php"
    "line" => 117
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/public/index.php"
    "line" => 11
    "args" => [
      "/srv/web/shopware/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
AnghLebeNaturTheme\Subscriber\UserIpSubscriber:47
[
  [
    "file" => "/srv/web/shopware/html/custom/plugins/AnghLebeNaturTheme/src/Subscriber/UserIpSubscriber.php"
    "line" => 47
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "AnghLebeNaturTheme\Subscriber\UserIpSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 41
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 27
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Telemetry/Metrics/MetricEventDispatcher.php"
    "line" => 26
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Telemetry\Metrics\MetricEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/shopware/core/Kernel.php"
    "line" => 117
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/web/shopware/html/public/index.php"
    "line" => 11
    "args" => [
      "/srv/web/shopware/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"http://localhost:9200"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"def00000553d41b0113b27e0500fcedfed623a38d6dc7c95fbce7f106cfc5f69b3a2b5ddb76e57054d52641621152452bbf6c04ac199856f6ec633ea457a125c2c488197"
APP_URL
"https://aquarius-stage.toscom.at"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/srv/web/shopware/html/var/cache/composer"
DATABASE_URL
"mysql://shopware:dahgusiv%29oo%2BgheC2aek@localhost:3306/shopware"
INSTANCE_ID
"mkcGy4Yrx62RViLwvj5Cs1dYPSZAtyPp"
LOCK_DSN
"flock"
MAILER_URL
"null://null"
OPENSEARCH_URL
"http://localhost:9200"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
SHOPWARE_UPDATE_DISABLE_UPDATE_NOTIFICATION
"true"
STOREFRONT_PROXY_URL
"http://localhost"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/srv/web/shopware/html/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/srv/web/shopware/html/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3745"
H2_STREAM_TAG
"877441-634-3745"
HOME
"/srv/web"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"session-=jj45foe9vqr55lrh6rldnurmbt"
HTTP_FORWARDED
"for="141.11.123.40";host="aquarius-stage.toscom.at";proto=https"
HTTP_HOST
"aquarius-stage.toscom.at"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
HTTP_X_FORWARDED_FOR
"141.11.123.40"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3745"
REDIRECT_H2_STREAM_TAG
"877441-634-3745"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"aquarius-stage.toscom.at"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/terraform.tfvars.save"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"55872"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1755121464
REQUEST_TIME_FLOAT
1755121464.8814
REQUEST_URI
"/terraform.tfvars.save"
SCRIPT_FILENAME
"/srv/web/shopware/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"49.13.123.180"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"aquarius-stage.toscom.at"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"aquarius-stage.toscom.at"
SYMFONY_DOTENV_PATH
"/srv/web/shopware/html/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,STOREFRONT_PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,SHOPWARE_UPDATE_DISABLE_UPDATE_NOTIFICATION,COMPOSER_HOME,ADMIN_OPENSEARCH_URL"
USER
"webuser"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = cd341f)

Key Value
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_stopwatch_token
"cfb991"
resolved-uri
"/terraform.tfvars.save"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"01916a8b950771599f8e004b9a880ffd"
sw-maintenance
false
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/terraform.tfvars.save"
sw-sales-channel-absolute-base-url
"https://aquarius-stage.toscom.at"
sw-sales-channel-base-url
""
sw-sales-channel-id
"01916a8b94f873b8abf36daf28eb865c"
sw-snippet-set-id
"01916a872b9b7061a7f459fe9876388d"
sw-storefront-url
"https://aquarius-stage.toscom.at"
theme-base-name
null
theme-id
"019188f2e33c734cb2806fd6282e2c06"
theme-name
"AnghLebeNaturTheme"