Error 404 Not Found

GET https://sylius.demo.wilma.dev/en_US/favicon.ico

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#7026
  -links: [
    7140 => Symfony\Component\WebLink\Link {#7140
      -href: "https://sylius.demo.wilma.dev/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"fc91f9"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#5484
  #message: "No route found for "GET https://sylius.demo.wilma.dev/en_US/favicon.ico""
  #code: 0
  #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#5365 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/demo/sylius/production/releases/11/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#336
  -records: [
    "" => [
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.353+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#101
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "JMS\SerializerBundle\JMSSerializerBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#90
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "JMS\SerializerBundle\JMSSerializerBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::boot()" might add "void" as a native return type declaration in the future. Do the same in child class "Knp\Bundle\GaufretteBundle\KnpGaufretteBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#93
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::boot()" might add "void" as a native return type declaration in the future. Do the same in child class "Knp\Bundle\GaufretteBundle\KnpGaufretteBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\ShopBundle\SyliusShopBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#105
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\ShopBundle\SyliusShopBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\ApiPlatformBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#33
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\ApiPlatformBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/ApiPlatformBundle.php:16 {
                App\Kernel->registerBundles(): iterable …
                › 
                › class_exists(\ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\ApiPlatformBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#34
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\ApiPlatformBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#52
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::registerCommands()" might add "void" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#26
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::registerCommands()" might add "void" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "League\FlysystemBundle\FlysystemBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#19
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "League\FlysystemBundle\FlysystemBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:770 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#346
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2328 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#332
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2329 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/FilterExtension.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.12: The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated and will be removed in Sylius 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#341
            #message: "User Deprecated: Since sylius/shop-bundle 1.12: The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated and will be removed in Sylius 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php:23 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2332 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension" class is deprecated and will be removed in Sylius 2.0. Use method "getItemsSubtotal" from "Sylius\Component\Core\Model\Order" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#333
            #message: "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension" class is deprecated and will be removed in Sylius 2.0. Use method "getItemsSubtotal" from "Sylius\Component\Core\Model\Order" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php"
            #line: 22
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php:22 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2333 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemOriginalPriceToDisplayExtension.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#340
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/templating/Helper/HelperInterface.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/templating/Helper/HelperInterface.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', HelperInterface::class);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2395 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#342
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/templating/Helper/Helper.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/templating/Helper/Helper.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', Helper::class);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2396 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Templating/Helper/AdjustmentsHelper.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since sylius/core 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface" class is deprecated, use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#339
            #message: "User Deprecated: Since sylius/core 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface" class is deprecated, use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php:20 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/core',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2502 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Provider/ChannelBasedProductTranslationProvider.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculatorInterface" interface is deprecated and will be removed in Sylius 2.0, use method "getItemsSubtotal" from "Sylius\Component\Core\Model\OrderInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#345
            #message: "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculatorInterface" interface is deprecated and will be removed in Sylius 2.0, use method "getItemsSubtotal" from "Sylius\Component\Core\Model\OrderInterface" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php:18 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2740 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since sylius/sylius 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator" class is deprecated and will be removed in Sylius 2.0. Items subtotal calculations is now available by using Sylius\Component\Core\Model\Order::getSubtotalItems method."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#317
            #message: "User Deprecated: Since sylius/sylius 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator" class is deprecated and will be removed in Sylius 2.0. Items subtotal calculations is now available by using Sylius\Component\Core\Model\Order::getSubtotalItems method."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php:19 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/sylius',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2741 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/EventListener/NonChannelLocaleListener.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.354+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#316
            #message: "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/http-foundation/RequestMatcher.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-foundation/RequestMatcher.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/http-foundation', '6.2', 'The "%s" class is deprecated, use "%s" instead.', RequestMatcher::class, ChainRequestMatcher::class);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:2744 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.357+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#323
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CachedReaderService.php:23 {
                ContainerRuKQRUp\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3699 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b->setGlobalBasename('mapping');$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4444 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.358+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#271
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_ReaderService.php:23 {
                ContainerRuKQRUp\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CachedReaderService.php:25 {
                ContainerRuKQRUp\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3699 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b->setGlobalBasename('mapping');$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4444 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.359+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#245
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CacheAdapterService.php:23 {
                ContainerRuKQRUp\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getAnnotations_CachedReaderService.php:25 {
                ContainerRuKQRUp\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3699 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b->setGlobalBasename('mapping');$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4444 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.360+00:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3699, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#253
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3699, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:65 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3699 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b->setGlobalBasename('mapping');$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4444 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.360+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:3699, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#237
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:3699, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:75 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3699 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b->setGlobalBasename('mapping');$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4444 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $a->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.365+00:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#433
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4550 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4416 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerRuKQRUp\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    61 => [
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.376+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2057
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php"
            #line: 53
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
                ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7287 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4690 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.377+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2058
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:52 {
                ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($resourceMetadataFactory, $queryParameterValidator, bool $enabled = true) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));} else {
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7344 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {    return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), new \ApiPlatform\Core\Filter\QueryParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container))), true);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4702 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.378+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2005
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php"
            #line: 39
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php:39 {
                ApiPlatform\Serializer\SerializerContextBuilder->__construct($resourceMetadataFactory) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7528 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › 
                ›     return $container->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, ($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)), new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ChannelContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($b), $a), false, false), ($container->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? self::getLocaleContextInterfaceService($container)))));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.378+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2004
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php"
            #line: 38
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php:38 {
                ApiPlatform\Serializer\SerializerFilterContextBuilder->__construct($resourceMetadataFactory, ContainerInterface $filterLocator, SerializerContextBuilderInterface $decorated) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7528 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › 
                ›     return $container->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, ($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)), new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ChannelContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($b), $a), false, false), ($container->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? self::getLocaleContextInterfaceService($container)))));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.381+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4092
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:10489 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6695 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7364 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › {    $a = ($container->services['validator'] ?? self::getValidatorService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7229 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7199 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.382+00:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4238
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7538 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'))), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Messages/Admin/Account/RequestResetPasswordEmail.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Messages/Admin/Account/ResetPassword.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Address.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AddressLogEntry.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Adjustment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AdminUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AvatarImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotion.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionAction.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionScope.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Channel.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPriceHistoryConfig.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricing.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricingLogEntry.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePasswordShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RegisterShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RequestResetPasswordToken.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ResetPassword.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/AddProductReview.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/AddItemToCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/ChangeItemQuantityInCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/RemoveItemFromCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChoosePaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChooseShippingMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/CompleteOrder.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ShipShipment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/UpdateCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Promotion/GeneratePromotionCoupon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/SendContactRequest.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Country.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Currency.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Customer.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerGroup.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerStatistics.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ExchangeRate.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/GatewayConfig.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Locale.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Order.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItem.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItemUnit.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Payment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethodTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PerChannelCustomerStatistics.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Product.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationType.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationTypeTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttribute.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeValue.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOption.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValue.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValueTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductReview.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTaxon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariant.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariantTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Promotion.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionAction.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionCoupon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionRule.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Province.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Shipment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingCategory.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodRule.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopBillingData.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxCategory.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxRate.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Taxon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Zone.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ZoneMember.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Block.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/BlockTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Faq.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/FaqTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Media.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/MediaTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Page.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/PageTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/Section.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/serialization/SectionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/AddProductToWishlist.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/AddProductVariantToWishlist.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Commands/Wishlist/CreateWishlist.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Product.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/ProductVariant.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/ShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/Wishlist.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/bitbag/wishlist-plugin/src/Resources/config/serialization/WishlistProduct.xml'))])));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7376 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › 
                › return $container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property.legacy'] ?? self::getApiPlatform_Cache_Metadata_Property_LegacyService($container)), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $container)), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))))), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))))))), new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7229 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7199 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.383+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4365
            #message: "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php"
            #line: 47
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
                ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?PropertyAccessorInterface $propertyAccessor = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7237 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › 
                ›     return $container->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($container->privates['api_platform.cache.identifiers_extractor'] ?? self::getApiPlatform_Cache_IdentifiersExtractorService($container)), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, $b, $c, $d, true), $c, $d);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7199 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.383+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4369
            #message: "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/EventListener/ReadListener.php"
            #line: 66
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
                ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, ?SubresourceDataProviderInterface $subresourceDataProvider = null, ?SerializerContextBuilderInterface $serializerContextBuilder = null, ?IdentifierConverterInterface $identifierConverter = null, ?ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7334 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4697 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.383+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4397
            #message: "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php"
            #line: 49
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php:49 {
                ApiPlatform\Symfony\Security\ResourceAccessChecker->__construct(?ExpressionLanguage $expressionLanguage = null, ?AuthenticationTrustResolverInterface $authenticationTrustResolver = null, ?RoleHierarchyInterface $roleHierarchy = null, ?TokenStorageInterface $tokenStorage = null, ?AuthorizationCheckerInterface $authorizationChecker = null, bool $exceptionOnNoToken = true) …
                ›     $this->exceptionOnNoToken = $exceptionOnNoToken;    trigger_deprecation('api-platform/core', '2.7', 'The $exceptionOnNoToken parameter in "%s()" is deprecated and will always be false in 3.0, you should stop using it.', __METHOD__);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7511 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Security_ResourceAccessCheckerService($container) …
                › 
                ›     return $container->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($container->privates['security.expression_language'] ?? self::getSecurity_ExpressionLanguageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->services['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, false);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7495 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Security_Listener_Request_DenyAccessService($container) …
                › {    return $container->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4703 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurityPostDenormalize'], 1);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.383+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1457
            #message: "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getApiPlatform_IriConverter_LegacyService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getApiPlatform_IriConverter_LegacyService.php:23 {
                ContainerRuKQRUp\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7558 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3317 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3291 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9430 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.384+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4416
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7574 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3317 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3291 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9430 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.384+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4430
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php"
            #line: 42
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php:42 {
                ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer->__construct($resourceMetadataFactory) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getApiPlatform_Messenger_DataTransformerService.php:23 {
                ContainerRuKQRUp\getApiPlatform_Messenger_DataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7576 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                ›     yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));}, 2), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $e);
              }
              ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure}() {}
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7574 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3317 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3291 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9430 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.384+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4409
            #message: "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 129
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:129 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if (\count($customDataTransformers)) {    trigger_deprecation('api-platform/core', '2.7', 'The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there.');}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7574 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3317 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3291 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9430 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.384+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4414
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7574 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3317 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3291 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9430 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.394+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\AttributeBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4722
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\AttributeBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:5911 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Repository_OrderService($container) …
                › 
                ›     return $container->services['sylius.repository.order'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3471 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getShippingMethodNormalizerService($container) …
                › {    $a = ($container->services['sylius.repository.order'] ?? self::getSylius_Repository_OrderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9450 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$e = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] ?? self::getShippingMethodNormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.394+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\ReviewBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4725
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\ReviewBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:5911 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Repository_OrderService($container) …
                › 
                ›     return $container->services['sylius.repository.order'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3471 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getShippingMethodNormalizerService($container) …
                › {    $a = ($container->services['sylius.repository.order'] ?? self::getSylius_Repository_OrderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9450 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$e = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] ?? self::getShippingMethodNormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.395+00:00"
        "message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:213 called by App_KernelDevDebugContainer.php:9669, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4498
            #message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:213 called by App_KernelDevDebugContainer.php:9669, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:213 {
                Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
                › if ($reader instanceof Reader) {    Deprecation::trigger(        'gedmo/doctrine-extensions',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9669 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getStofDoctrineExtensions_Listener_LoggableService($container) …
                › $instance->setCacheItemPool(($container->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));$instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:181 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeListeners(string $eventName): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);    $newHash = $this->getHash($listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:59 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › if (!isset($this->initialized[$eventName])) {    $this->initializeListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:5911 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Repository_OrderService($container) …
                › 
                ›     return $container->services['sylius.repository.order'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3471 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getShippingMethodNormalizerService($container) …
                › {    $a = ($container->services['sylius.repository.order'] ?? self::getSylius_Repository_OrderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9450 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$e = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] ?? self::getShippingMethodNormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.408+00:00"
        "message" => "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4842
            #message: "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                require_once …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:188 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
                › 
                › require_once $sourceFile;}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
                › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:117 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
                › if ($this->defaultDriver !== null) {    foreach ($this->defaultDriver->getAllClassNames() as $className) {        $classNames[$className] = true;
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:26 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
                › {    return $this->driver->getAllClassNames();}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:61 {
                Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->setAssociationMappings(ClassMetadata $metadata, Configuration $configuration): void …
                › foreach ($parents as $parent) {    if (false === in_array($parent, $metadataDriver->getAllClassNames(), true)) {        continue;
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:41 {
                Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void …
                › if (!$metadata->isMappedSuperclass) {    $this->setAssociationMappings($metadata, $eventArgs->getEntityManager()->getConfiguration());} else {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:5911 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Repository_OrderService($container) …
                › 
                ›     return $container->services['sylius.repository.order'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3471 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getShippingMethodNormalizerService($container) …
                › {    $a = ($container->services['sylius.repository.order'] ?? self::getSylius_Repository_OrderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9450 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$e = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ShippingMethodNormalizer'] ?? self::getShippingMethodNormalizerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.424+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4981
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php"
            #line: 65
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php:65 {
                ApiPlatform\Core\JsonSchema\SchemaFactory->__construct($typeFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7179 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › 
                ›     return $container->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $b, $c, ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7249 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_TypeFactoryService($container) …
                › 
                › $instance->setSchemaFactory(($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container)));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7163 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › {    $a = ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9485 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$l = ($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.424+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4996
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/ContextBuilder.php"
            #line: 76
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/ContextBuilder.php:76 {
                ApiPlatform\JsonLd\ContextBuilder->__construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, UrlGeneratorInterface $urlGenerator, ?NameConverterInterface $nameConverter = null, ?IriConverterInterface $iriConverter = null) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7277 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Jsonld_ContextBuilderService($container) …
                › 
                ›     return $container->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($container->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $a, $b, $c, ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9525 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$t = ($container->privates['api_platform.jsonld.context_builder'] ?? self::getApiPlatform_Jsonld_ContextBuilderService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.424+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#338
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php"
            #line: 169
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php:169 {
                ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, $jsonSchemaFactory = null, $jsonSchemaTypeFactory = null, ?OperationPathResolverInterface $operationPathResolver = null, ?UrlGeneratorInterface $urlGenerator = null, $filterLocator = null, ?NameConverterInterface $nameConverter = null, bool $oauthEnabled = false, string $oauthType = '', string $oauthFlow = '', string $oauthTokenUrl = '', string $oauthAuthorizationUrl = '', array $oauthScopes = [], array $apiKeys = [], ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, bool $paginationEnabled = true, string $paginationPageParameterName = 'page', bool $clientItemsPerPage = false, string $itemsPerPageParameterName = '…12', $formats = [], bool $paginationClientEnabled = false, string $paginationClientEnabledParameterName = '…10', array $defaultContext = [], array $swaggerVersions = […2], ?IdentifiersExtractorInterface $identifiersExtractor = null, ?NormalizerInterface $openApiNormalizer = null, bool $legacyMode = false) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9549 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › $ca = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($aa, $j, $k, $l, ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container)), $m, NULL, $ba, NULL, false, 'oauth2', 'application', '', '', [], $container->getParameter('api_platform.swagger.api_keys'), $n, true, 'page', true, 'itemsPerPage', $container->parameters['api_platform.formats'], false, 'pagination', [], $container->parameters['api_platform.swagger.versions'], $o, NULL, true, $y));$da = ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.424+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5051
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php"
            #line: 77
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php:77 {
                ApiPlatform\Hydra\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, ResourceClassResolverInterface $resourceClassResolver, ?OperationMethodResolverInterface $operationMethodResolver, UrlGeneratorInterface $urlGenerator, ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, ?NameConverterInterface $nameConverter = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5053
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 46
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5054
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:51 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5065
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5067
            #message: "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 129
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:129 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if (\count($customDataTransformers)) {    trigger_deprecation('api-platform/core', '2.7', 'The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there.');}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5066
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5068
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php"
            #line: 55
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:55 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9555 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($w), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandNormalizer'] ?? self::getCommandNormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), $f, $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $h, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? self::getFlattenExceptionNormalizerService($container)), $z, $ca, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $da), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $da), $ca, $z, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($aa, $j, $k, $ea, NULL, $p, NULL, $da), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($aa, $q, $p), $r, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $s), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($aa, $j, $k, $q, $ea, $t, $w, $da, $fa, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? self::getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService($container));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5090
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php:63 {
                ApiPlatform\Hydra\Serializer\CollectionNormalizer->__construct(ContextBuilderInterface $contextBuilder, ResourceClassResolverInterface $resourceClassResolver, $iriConverter, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, array $defaultContext = []) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9558 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $da), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($fa, $da, $i, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($s), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $ea, $q, NULL), 'page', 'pagination', $aa, $w), $aa, $ea, $ba), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($ga, $q, $t), $ga], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $x, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5089
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php"
            #line: 50
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php:50 {
                ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer->__construct(NormalizerInterface $collectionNormalizer, string $pageParameterName = 'page', string $enabledParameterName = '…10', $resourceMetadataFactory = null, ?PropertyAccessorInterface $propertyAccessor = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9558 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $da), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($fa, $da, $i, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($s), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $ea, $q, NULL), 'page', 'pagination', $aa, $w), $aa, $ea, $ba), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($ga, $q, $t), $ga], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $x, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5088
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php:52 {
                ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer->__construct(NormalizerInterface $collectionNormalizer, $resourceMetadataFactory, $resourceClassResolver, $filterLocator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9558 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $da), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($fa, $da, $i, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($s), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $ea, $q, NULL), 'page', 'pagination', $aa, $w), $aa, $ea, $ba), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($ga, $q, $t), $ga], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $x, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.425+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5085
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php"
            #line: 44
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php:44 {
                ApiPlatform\JsonLd\Serializer\ObjectNormalizer->__construct(NormalizerInterface $decorated, $iriConverter, AnonymousContextBuilderInterface $anonymousContextBuilder) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9558 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $da), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($fa, $da, $i, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($s), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $ea, $q, NULL), 'page', 'pagination', $aa, $w), $aa, $ea, $ba), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($ga, $q, $t), $ga], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $x, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7297 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.426+00:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5115
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:63 {
                ApiPlatform\Symfony\EventListener\DeserializeListener->__construct(SerializerInterface $serializer, SerializerContextBuilderInterface $serializerContextBuilder, $resourceMetadataFactory) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:7308 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, $b, ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4691 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.428+00:00"
        "message" => "User Deprecated: Method "SM\Callback\Callback::call()" might add "mixed" as a native return type declaration in the future. Do the same in child class "winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallback" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5272
            #message: "User Deprecated: Method "SM\Callback\Callback::call()" might add "mixed" as a native return type declaration in the future. Do the same in child class "winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallback" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/winzou/state-machine/src/SM/Callback/CallbackFactory.php:28 {
                SM\Callback\CallbackFactory->__construct(string $class) …
                › {    if (!class_exists($class)) {        throw new SMException(sprintf(
              }
              /var/www/demo/sylius/production/releases/11/vendor/winzou/state-machine-bundle/Callback/ContainerAwareCallbackFactory.php:28 {
                winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory->__construct($class, ContainerInterface $container) …
                › {    parent::__construct($class);}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3193 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getFactoryInterfaceService($container) …
                › 
                ›     return $container->services['SM\\Factory\\FactoryInterface'] = new \SM\Factory\Factory($container->parameters['sm.configs'], $a, ($container->services['SM\\Callback\\CallbackFactoryInterface'] ??= new \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory('winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback', $container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/getSyliusAbstraction_StateMachine_Adapter_WinzouStateMachineService.php:23 {
                ContainerRuKQRUp\getSyliusAbstraction_StateMachine_Adapter_WinzouStateMachineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->services['SM\\Factory\\FactoryInterface'] ?? self::getFactoryInterfaceService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3060 {
                ContainerRuKQRUp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6479 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                ›     yield 'symfony_workflow' => ($container->services['sylius_abstraction.state_machine.adapter.symfony_workflow'] ?? $container->load('getSyliusAbstraction_StateMachine_Adapter_SymfonyWorkflowService'));    yield 'winzou_state_machine' => ($container->services['sylius_abstraction.state_machine.adapter.winzou_state_machine'] ?? $container->load('getSyliusAbstraction_StateMachine_Adapter_WinzouStateMachineService'));}, 2), 'winzou_state_machine', []);
              }
              /var/www/demo/sylius/production/releases/11/vendor/webmozart/assert/src/Mixin.php:1070 {
                Webmozart\Assert\Assert::allIsInstanceOf($value, $class, $message = '') …
                › 
                › foreach ($value as $entry) {    static::isInstanceOf($entry, $class, $message);
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Abstraction/StateMachine/src/CompositeStateMachine.php:35 {
                Sylius\Abstraction\StateMachine\CompositeStateMachine->__construct(iterable $stateMachineAdapters, string $defaultAdapter, array $graphsToAdaptersMapping) …
                › Assert::notEmpty($stateMachineAdapters, 'At least one state machine adapter should be provided.');Assert::allIsInstanceOf(    $stateMachineAdapters,
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6477 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSyliusAbstraction_StateMachine_CompositeService($container) …
                › {    return $container->services['sylius_abstraction.state_machine.composite'] = new \Sylius\Abstraction\StateMachine\CompositeStateMachine(new RewindableGenerator(function () use ($container) {        yield 'symfony_workflow' => ($container->services['sylius_abstraction.state_machine.adapter.symfony_workflow'] ?? $container->load('getSyliusAbstraction_StateMachine_Adapter_SymfonyWorkflowService'));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9757 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Resolver_CheckoutService($container) …
                › {    $a = ($container->services['sylius_abstraction.state_machine.composite'] ?? self::getSyliusAbstraction_StateMachine_CompositeService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4812 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'sylius.listener.session_cart', class: 'Sylius\\Bundle\\ShopBundle\\EventListener\\SessionCartSubscriber')] fn () => ($container->services['sylius.listener.session_cart'] ?? self::getSylius_Listener_SessionCartService($container)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'sylius.resolver.checkout', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutResolver')] fn () => ($container->privates['sylius.resolver.checkout'] ?? self::getSylius_Resolver_CheckoutService($container)), 'onKernelRequest'], 0);$instance->addListener('console.command', [#[\Closure(name: 'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] fn () => ($container->privates['debug.dump_listener'] ?? $container->load('getDebug_DumpListenerService')), 'configure'], 1024);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.434+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.440+00:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProvider" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6128
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProvider" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php"
            #line: 30
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php:30 {
                Sylius\Component\Core\Provider\ProductVariantsPricesProvider->__construct(ProductVariantPriceCalculatorInterface $productVariantPriceCalculator) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:5751 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Provider_ProductVariantsPricesService($container) …
                › {    return $container->services['sylius.provider.product_variants_prices'] = new \Sylius\Component\Core\Provider\ProductVariantsPricesProvider(($container->services['sylius.calculator.product_variant_price'] ?? self::getSylius_Calculator_ProductVariantPriceService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6313 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Templating_Helper_ProductVariantsPricesService($container) …
                › {    return $container->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($container->services['sylius.provider.product_variants_prices'] ?? self::getSylius_Provider_ProductVariantsPricesService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6606 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? self::getSylius_Templating_Helper_ProductVariantsPricesService($container))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3130 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9240 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4774 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.440+00:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6129
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php"
            #line: 27
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php:27 {
                Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper->__construct(ProductVariantsPricesProviderInterface $productVariantsPricesProvider) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6313 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getSylius_Templating_Helper_ProductVariantsPricesService($container) …
                › {    return $container->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($container->services['sylius.provider.product_variants_prices'] ?? self::getSylius_Provider_ProductVariantsPricesService($container)));}
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6606 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? self::getSylius_Templating_Helper_ProductVariantsPricesService($container))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3130 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9240 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4774 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.440+00:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Bundle\CoreBundle\Twig\ProductVariantsMapExtension" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6130
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Bundle\CoreBundle\Twig\ProductVariantsMapExtension" instead."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php:25 {
                Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension->__construct(ProductVariantsPricesHelper $productVariantsPricesHelper) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:6606 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? self::getSylius_Templating_Helper_ProductVariantsPricesService($container))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:3130 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:9240 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/demo/sylius/production/releases/11/var/cache/dev/ContainerRuKQRUp/App_KernelDevDebugContainer.php:4774 {
                ContainerRuKQRUp\App_KernelDevDebugContainer::ContainerRuKQRUp\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.445+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://sylius.demo.wilma.dev/en_US/favicon.ico"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#5484
            #message: "No route found for "GET https://sylius.demo.wilma.dev/en_US/favicon.ico""
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#5365 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Resource\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BitBag\SyliusCmsPlugin\EventListener\ResourceDeleteSubscriber::onResourceDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteSubscriber::onResourceDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.558+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "BitBag\SyliusWishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.561+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    6435 => [
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.457+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => null
            "user" => "sylius_demo"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "sylius_demo_production"
            "serverVersion" => "10.6"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.458+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
          "params" => [
            1 => "sylius.demo.wilma.dev"
            2 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.460+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT COUNT(*) FROM sylius_channel t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.460+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.465+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "BitBag\SyliusWishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.466+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.467+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.467+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.469+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.469+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.469+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerRuKQRUp\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.469+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.533+00:00"
        "message" => "User Deprecated: Method "Doctrine\ORM\Query\SqlWalker::walkSelectStatement()" might add "string" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\CoreBundle\Doctrine\ORM\SqlWalker\OrderByIdentifierSqlWalker" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7949
            #message: "User Deprecated: Method "Doctrine\ORM\Query\SqlWalker::walkSelectStatement()" might add "string" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\CoreBundle\Doctrine\ORM\SqlWalker\OrderByIdentifierSqlWalker" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 337
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/symfony/error-handler/DebugClassLoader.php:337 {
                Doctrine\ORM\Query\TreeWalkerChain->getWalkers(): Generator …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Query/TreeWalkerChain.php:94 {
                Doctrine\ORM\Query\TreeWalkerChain->walkSelectStatement(SelectStatement $AST) …
                › {    foreach ($this->getWalkers() as $walker) {        $walker->walkSelectStatement($AST);
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Query/Parser.php:394 {
                Doctrine\ORM\Query\Parser->parse() …
                ›     default:        $treeWalkerChain->walkSelectStatement($AST);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Query.php:279 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Query.php:865 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/Query.php:291 {
                Doctrine\ORM\Query->_doExecute() …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/AbstractQuery.php:1218 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/AbstractQuery.php:1172 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/doctrine/orm/src/AbstractQuery.php:907 {
                Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php:55 {
                Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository->findAllWithBasicData(): iterable …
                ›     ->getQuery()    ->getResult(AbstractQuery::HYDRATE_ARRAY);
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php:61 {
                Sylius\Bundle\ChannelBundle\Collector\ChannelCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 'channel' => $channel,'channels' => $this->channelRepository->findAllWithBasicData(),'channel_change_support' => $this->channelChangeSupport,
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:63 {
                Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event, ?string $eventName = null, ?EventDispatcherInterface $eventDispatcher = null): void …
                ›     /** @phpstan-ignore-next-line */    $this->decoratedListener->onKernelException($event, $eventName, $eventDispatcher);} catch (\Throwable $throwable) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.534+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.535+00:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Provider\SessionProvider" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7966
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Provider\SessionProvider" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Provider/SessionProvider.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Provider/SessionProvider.php:19 {
                Sylius\Bundle\CoreBundle\Storage\CartSessionStorage->hasForChannel(ChannelInterface $channel): bool …
                › 
                › trigger_deprecation(    'sylius/core-bundle',
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php:40 {
                Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext->getCart(): OrderInterface …
                › 
                › if (!$this->cartStorage->hasForChannel($channel)) {    throw new CartNotFoundException('Sylius was not able to find the cart in session');
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php:38 {
                Sylius\Component\Order\Context\CompositeCartContext->getCart(): OrderInterface …
                › try {    return $cartContext->getCart();} catch (CartNotFoundException) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php:87 {
                Sylius\Bundle\CoreBundle\Collector\CartCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › /** @var OrderInterface $cart */$cart = $this->cartContext->getCart();}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:63 {
                Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event, ?string $eventName = null, ?EventDispatcherInterface $eventDispatcher = null): void …
                ›     /** @phpstan-ignore-next-line */    $this->decoratedListener->onKernelException($event, $eventName, $eventDispatcher);} catch (\Throwable $throwable) {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/demo/sylius/production/releases/11/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/demo/sylius/production/releases/11/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/demo/sylius/production/releases/11/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.535+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.535+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.535+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "BitBag\SyliusWishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1731660344
        "timestamp_rfc3339" => "2024-11-15T08:45:44.536+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    61 => 1
    6435 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#334 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"sylius.demo.wilma.dev"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 15 Nov 2024 08:45:44 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fsylius.demo.wilma.dev%2Fen_US%2Ffavicon.ico%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fdemo%2Fsylius%2Fproduction%2Freleases%2F11%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"425d17"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"WHODOYOUGONNACALL?GHOSTBUSTERS"
DATABASE_URL
"mysql://sylius_demo:18H-limbo-fant-karakul@127.0.0.1/sylius_demo_production?serverVersion=10.6&charset=utf8mb4"
ELASTICSEARCH_URL
"http://elasticsearch:9200/"
JWT_PASSPHRASE
"66d45daf91b2ed1031e62d81c81dba2e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"null://null"
REDIS_HOST
"localhost"
REDIS_PORT
"6379"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN
"doctrine://default?queue_name=catalog_promotion_removal"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN
"doctrine://default?queue_name=catalog_promotion_removal_failed"
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN
"doctrine://default"
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN
"doctrine://default?queue_name=main_failed"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/demo/sylius/production/current/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"sylius.demo.wilma.dev"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"3.22.250.150"
REMOTE_PORT
"41962"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1731660344
REQUEST_TIME_FLOAT
1731660344.2127
REQUEST_URI
"/en_US/favicon.ico"
SCRIPT_FILENAME
"/var/www/demo/sylius/production/releases/11/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"92.204.53.237"
SERVER_NAME
"sylius.demo.wilma.dev"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,REDIS_HOST,REDIS_PORT,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN,MAILER_DSN,ELASTICSEARCH_URL"
USER
"www-data"

Parent Request

Return to parent request (token = 365e45)

Key Value
_links
Symfony\Component\WebLink\GenericLinkProvider {#8057
  -links: [
    8056 => Symfony\Component\WebLink\Link {#8056
      -href: "https://sylius.demo.wilma.dev/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_stopwatch_token
"821647"