https://youksakka.kunden.loewenstark.de/api/_action/paypal/webhook/execute?sw-token=Ec1c4fy5bPKgHo77N2wJRxSBtV1F62hV

Exceptions

An error occurred during execution of webhook

Exception

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

  1.         } catch (WebhookException $webhookException) {
  2.             $logMessage = \sprintf('[PayPal Webhook] %s'$webhookException->getMessage());
  3.             $logContext = ['type' => $webhookException->getEventType(), 'webhook' => \json_encode($webhook)];
  4.             $this->logger->error($logMessage$logContext);
  5.             throw new BadRequestHttpException('An error occurred during execution of webhook');
  6.         } catch (\Exception $e) {
  7.             $this->logger->error($e->getMessage(), ['error' => $e]);
  8.             throw new BadRequestHttpException('An error occurred during execution of webhook');
  9.         }
WebhookController->tryToExecuteWebhook(object(Context), object(Webhook)) in custom/plugins/SwagPayPal/src/Webhook/WebhookController.php (line 104)
  1.     {
  2.         $token $this->getShopwareToken($request);
  3.         $this->validateShopwareToken($token$context);
  4.         $webhook $this->createWebhookFromPostData($request);
  5.         $this->tryToExecuteWebhook($context$webhook);
  6.         return new Response();
  7.     }
  8.     /**
in vendor/symfony/http-kernel/HttpKernel.php -> executeWebhook (line 163)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.             && $container->getParameter('shopware.http.cache.enabled');
  2.         if ($enabled && $container->has(CacheStore::class)) {
  3.             $kernel = new static::$httpCacheClass($kernel$container->get(CacheStore::class), null, ['debug' => $this->debug]);
  4.         }
  5.         $response $kernel->handle($transformed$type$catch);
  6.         // fire event to trigger runtime events like seo url headers
  7.         $event = new BeforeSendResponseEvent($transformed$response);
  8.         $container->get('event_dispatcher')->dispatch($event);
in vendor/shopware/core/HttpKernel.php -> doHandle (line 81)
  1.         if (!\is_bool($catch)) {
  2.             Feature::triggerDeprecationOrThrow('v6.5.0.0''The third parameter `$catch` of `HttpKernel->handle()` will be typed to `bool`');
  3.         }
  4.         try {
  5.             return $this->doHandle($request, (int) $type, (bool) $catch);
  6.         } catch (Exception $e) {
  7.             /** @var Params|array{url?: string} $connectionParams */
  8.             $connectionParams self::getConnection()->getParams();
  9.             $message str_replace([$connectionParams['url'] ?? null$connectionParams['password'] ?? null$connectionParams['user'] ?? null], '******'$e->getMessage());
HttpKernel->handle(object(Request)) in public/index.php (line 85)
  1.     }
  2. } else {
  3.     $kernel = new InstallerKernel($appEnv$debug);
  4. }
  5. $result $kernel->handle($request);
  6. if ($result instanceof Response) {
  7.     $result->send();
  8.     $kernel->terminate($request$result);
  9. } else {

Logs

Level Channel Message
INFO 04:21:10 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "latest"
    },
    "request_uri": "https://youksakka.kunden.loewenstark.de/_profiler/latest?ip=3.129.71.14",
    "method": "GET"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 04:21:10 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\OrderSubscriber::saveDataForDelete".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\OrderSubscriber::saveDataForDelete"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\CheckoutSubscriber::setRemoveServicePointFlag".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber::setRemoveServicePointFlag"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::getDataLayerForXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "NetzpEvents6\Subscriber\FrontendSubscriber::onControllerEvent".
{
    "event": "kernel.controller_arguments",
    "listener": "NetzpEvents6\\Subscriber\\FrontendSubscriber::onControllerEvent"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 04:21:10 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\OrderSubscriber::saveDataForDelete".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\OrderSubscriber::saveDataForDelete"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\CheckoutSubscriber::setRemoveServicePointFlag".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber::setRemoveServicePointFlag"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::getDataLayerForXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "NetzpEvents6\Subscriber\FrontendSubscriber::onControllerEvent".
{
    "event": "kernel.controller_arguments",
    "listener": "NetzpEvents6\\Subscriber\\FrontendSubscriber::onControllerEvent"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\BeforeSystemConfigChangedEvent" to listener "Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber::validateChangeOfDefaultCmsPage".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber::validateChangeOfDefaultCmsPage"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\Api\Acl\AclWriteValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber::checkWrite".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber::checkWrite"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateWriteCommands".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateWriteCommands"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Language\LanguageValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\LanguageValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Language\TranslationValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\TranslationValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator::handleSalesChannelLanguageIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator::handleSalesChannelLanguageIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator::preWriteValidateEvent".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator::preWriteValidateEvent"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Currency\CurrencyValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Currency\\CurrencyValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Salutation\DefaultSalutationValidator::validate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator::validate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Rule\RuleValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\RuleValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber::deleteOrder".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber::deleteOrder"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator::validate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator::validate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Promotion\Validator\PromotionValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\ConfigValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TypeValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TypeValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TechnicalNameValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Validation\TechnicalNameValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Validation\\TechnicalNameValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\System\Language\LanguageValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\LanguageValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\Content\Category\Validation\EntryPointValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\Content\LandingPage\LandingPageValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\LandingPage\\LandingPageValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "KlarnaPayment\Components\EventListener\OrderChangeEventListener::validateKlarnaOrder".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener::validateKlarnaOrder"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCountryStateRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCountryStateRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateInitialStateIdLoader".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateInitialStateIdLoader"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateSalutationRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateSalutationRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCountryRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCountryRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateStreamIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateStreamIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateStreamsBeforeIndexing".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateStreamsBeforeIndexing"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateSnippets".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateSnippets"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateShippingMethodRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateShippingMethodRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateContext".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateContext"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidatePropertyFilters".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidatePropertyFilters"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateManufacturerFilters".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateManufacturerFilters"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidatePaymentMethodRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidatePaymentMethodRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateNavigationRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateNavigationRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateLanguageRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateLanguageRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCurrencyRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCurrencyRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCmsPageIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCmsPageIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "NetzpEvents6\Controller\StoreApi\CacheInvalidationSubscriber::invalidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber::invalidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator::invalidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator::invalidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber::refreshIndex".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber::refreshIndex"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater::onEntityWritten".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater::onEntityWritten"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener::detectSalesChannelEntryPoints".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener::detectSalesChannelEntryPoints"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Elasticsearch\Product\CustomFieldUpdater::onNewCustomFieldCreated".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Elasticsearch\\Product\\CustomFieldUpdater::onNewCustomFieldCreated"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "KlarnaPayment\Components\EventListener\ConfigWrittenSubscriber::onEntityWrittenContainerEvent".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber::onEntityWrittenContainerEvent"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "KlarnaPayment\Components\EventListener\OrderDeliveriesWrittenEventListener::handleOrderDeliveryChange".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener::handleOrderDeliveryChange"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Elasticsearch\Admin\AdminSearchRegistry::refresh".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry::refresh"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateConfigKey".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateConfigKey"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore::onValueChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore::onValueChanged"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber::onLicenseHostChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber::onLicenseHostChanged"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onSystemConfigChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber::onSystemConfigChanged"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver::addSeoInformation"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener::encodeResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Weedesign\Images2WebP\Listener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Weedesign\\Images2WebP\\Listener\\ResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::setSecurityHeaders"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::prependDataLayerToResponse".
{
    "event": "kernel.response",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::prependDataLayerToResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::response".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::response"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache".
{
    "event": "kernel.response",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::setResponseCache"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 04:21:10 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\OrderSubscriber::saveDataForDelete".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\OrderSubscriber::saveDataForDelete"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\CheckoutSubscriber::setRemoveServicePointFlag".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber::setRemoveServicePointFlag"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::getDataLayerForXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "NetzpEvents6\Subscriber\FrontendSubscriber::onControllerEvent".
{
    "event": "kernel.controller_arguments",
    "listener": "NetzpEvents6\\Subscriber\\FrontendSubscriber::onControllerEvent"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\BeforeSystemConfigChangedEvent" to listener "Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber::validateChangeOfDefaultCmsPage".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber::validateChangeOfDefaultCmsPage"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\Api\Acl\AclWriteValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber::checkWrite".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber::checkWrite"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateWriteCommands".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateWriteCommands"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Language\LanguageValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\LanguageValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Language\TranslationValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\TranslationValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator::handleSalesChannelLanguageIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator::handleSalesChannelLanguageIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator::preWriteValidateEvent".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator::preWriteValidateEvent"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Currency\CurrencyValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Currency\\CurrencyValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\System\Salutation\DefaultSalutationValidator::validate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator::validate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Rule\RuleValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\RuleValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber::deleteOrder".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber::deleteOrder"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator::validate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator::validate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Promotion\Validator\PromotionValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber::triggerChangeSet".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber::triggerChangeSet"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\ConfigValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TypeValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TypeValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TechnicalNameValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent" to listener "Swag\CmsExtensions\Form\Validation\TechnicalNameValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent",
    "listener": "Swag\\CmsExtensions\\Form\\Validation\\TechnicalNameValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\System\Language\LanguageValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\System\\Language\\LanguageValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\Content\Category\Validation\EntryPointValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Shopware\Core\Content\LandingPage\LandingPageValidator::preValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Shopware\\Core\\Content\\LandingPage\\LandingPageValidator::preValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator::postValidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator::postValidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PostWriteValidationEvent" to listener "KlarnaPayment\Components\EventListener\OrderChangeEventListener::validateKlarnaOrder".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener::validateKlarnaOrder"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCountryStateRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCountryStateRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateInitialStateIdLoader".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateInitialStateIdLoader"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateSalutationRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateSalutationRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCountryRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCountryRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateStreamIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateStreamIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateStreamsBeforeIndexing".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateStreamsBeforeIndexing"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateSnippets".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateSnippets"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateShippingMethodRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateShippingMethodRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateContext".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateContext"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCrossSellingRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCrossSellingRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidatePropertyFilters".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidatePropertyFilters"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateManufacturerFilters".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateManufacturerFilters"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateProductAssignment".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateProductAssignment"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidatePaymentMethodRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidatePaymentMethodRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateNavigationRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateNavigationRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateLanguageRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateLanguageRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCurrencyRoute".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCurrencyRoute"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateCmsPageIds".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateCmsPageIds"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "NetzpEvents6\Controller\StoreApi\CacheInvalidationSubscriber::invalidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber::invalidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator::invalidate".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator::invalidate"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber::refreshIndex".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber::refreshIndex"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater::onEntityWritten".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater::onEntityWritten"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener::detectSalesChannelEntryPoints".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener::detectSalesChannelEntryPoints"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Elasticsearch\Product\CustomFieldUpdater::onNewCustomFieldCreated".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Elasticsearch\\Product\\CustomFieldUpdater::onNewCustomFieldCreated"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "KlarnaPayment\Components\EventListener\ConfigWrittenSubscriber::onEntityWrittenContainerEvent".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber::onEntityWrittenContainerEvent"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "KlarnaPayment\Components\EventListener\OrderDeliveriesWrittenEventListener::handleOrderDeliveryChange".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener::handleOrderDeliveryChange"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntityWrittenContainerEvent" to listener "Shopware\Elasticsearch\Admin\AdminSearchRegistry::refresh".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent",
    "listener": "Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry::refresh"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber::invalidateConfigKey".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber::invalidateConfigKey"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore::onValueChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore::onValueChanged"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber::onLicenseHostChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber::onLicenseHostChanged"
}
DEBUG 04:21:10 event Notified event "Shopware\Core\System\SystemConfig\Event\SystemConfigChangedEvent" to listener "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onSystemConfigChanged".
{
    "event": "Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber::onSystemConfigChanged"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver::addSeoInformation"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener::encodeResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Weedesign\Images2WebP\Listener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Weedesign\\Images2WebP\\Listener\\ResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::setSecurityHeaders"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::prependDataLayerToResponse".
{
    "event": "kernel.response",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::prependDataLayerToResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::response".
{
    "event": "kernel.response",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::response"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 04:21:10 event Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache".
{
    "event": "kernel.response",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::setResponseCache"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 04:21:10 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 04:21:10 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\OrderSubscriber::saveDataForDelete".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\OrderSubscriber::saveDataForDelete"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sendcloud\Shipping\Subscriber\CheckoutSubscriber::setRemoveServicePointFlag".
{
    "event": "kernel.controller",
    "listener": "Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber::setRemoveServicePointFlag"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber::getDataLayerForXmlHttpRequest"
}
DEBUG 04:21:10 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "NetzpEvents6\Subscriber\FrontendSubscriber::onControllerEvent".
{
    "event": "kernel.controller_arguments",
    "listener": "NetzpEvents6\\Subscriber\\FrontendSubscriber::onControllerEvent"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 04:21:10 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

BadRequestHttpException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
An error occurred during execution of webhook

  at custom/plugins/SwagPayPal/src/Webhook/WebhookController.php:150
  at Swag\PayPal\Webhook\WebhookController->tryToExecuteWebhook(object(Context), object(Webhook))
     (custom/plugins/SwagPayPal/src/Webhook/WebhookController.php:104)
  at Swag\PayPal\Webhook\WebhookController->executeWebhook(object(Request), object(Context))
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request), 1, true)
     (vendor/shopware/core/HttpKernel.php:156)
  at Shopware\Core\HttpKernel->doHandle(object(Request), 1, true)
     (vendor/shopware/core/HttpKernel.php:81)
  at Shopware\Core\HttpKernel->handle(object(Request))
     (public/index.php:85)