Error 500 Internal Server Error

GET https://sylius-cuisinstore.preprod.eu/fr_FR/taxons/accessoires-de-cuisson-gant-de-cuisine-pour-four-983

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"947f9d"
exception
Sylius\TwigHooks\Hookable\Renderer\Exception\HookRenderException {#27647
  #message: "An error occurred during rendering the "products" hook in the "sylius_shop.product.index.content.body.main" hookable. An exception has been thrown during the rendering of a template ("Product has no variants") in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8 in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8."
  #code: 0
  #file: "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/products.html.twig"
  #line: 8
  -previous: Twig\Error\RuntimeError {#27698 …}
  -lineno: 8
  -rawMessage: "An error occurred during rendering the "products" hook in the "sylius_shop.product.index.content.body.main" hookable. An exception has been thrown during the rendering of a template ("Product has no variants") in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8."
  -source: Twig\Source {#30313 …}
  -phpFile: "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php"
  -phpLine: 54
  trace: {
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/products.html.twig:8 {
      Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › {% for product in resources.data %}    {{ component('sylius_shop:product:card', { product: product, template: hookable_metadata.configuration.product_template|default('@SyliusShop/product/common/card.html.twig'), hookableMetadata: hookable_metadata }) }}{% endfor %}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
      Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › $rendered = $this->innerRenderer->render($hookable, $metadata);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
      Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
      Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
      › 
      ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
    }
    /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/f2/f21d4103552c418fe1001b100fd329da.php:52 {
      __TwigTemplate_55b6e31d1e8766e31aa38a2b4d94de04->doDisplay(array $context, array $blocks = []): iterable …
      › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("main", [], $context, false);        // line 3
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
      Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
      Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › $rendered = $this->innerRenderer->render($hookable, $metadata);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
      Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
      Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
      › 
      ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
    }
    /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/c3/c3e5030a78e45887b8a806b0ee93d868.php:52 {
      __TwigTemplate_98361157b846a668bd1f2b28d4217319->doDisplay(array $context, array $blocks = []): iterable …
      › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("body", [], $context, false);        // line 3
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
      Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
      Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › $rendered = $this->innerRenderer->render($hookable, $metadata);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
      Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
      Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
      › 
      ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
    }
    /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/fd/fd216abbb7556895a9eadc058d3a7b9d.php:52 {
      __TwigTemplate_46859a0140cf0782f158b2bb3b4ea39b->doDisplay(array $context, array $blocks = []): iterable …
      › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("content", [], $context, false);        // line 3
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
      Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
      Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › 
      › $rendered = $this->innerRenderer->render($hookable, $metadata);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
      Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
      Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
      › 
      › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
      Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
      › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:104 {
      Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
      › if (false === $this->enableAutoprefixing || [] === $prefixes) {    return $this->hookRenderer->render($hookNames, $context);}
    }
    /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php:78 {
      __TwigTemplate_0f5c7de71c397874f0d499267b2c9d53->block_content(array $context, array $blocks = []): iterable …
      › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("sylius_shop.product.index", ["products" => (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 4, $this->source); })()), "resources" => (isset($context["resources"]) || array_key_exists("resources", $context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.', 4, $this->source); })())], $context, false);        
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig:31 {
      __TwigTemplate_e0c2d450114fe7b06a941c04476e5edd->block_body(array $context, array $blocks = []): iterable …
      › 
      › {% block content %}{% endblock %}}
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig:24 {
      __TwigTemplate_e0c2d450114fe7b06a941c04476e5edd->doDisplay(array $context, array $blocks = []): iterable …
      › <body data-route="{{ app.request.get('_route') }}">    {% block body %}        <div class="{% apply escape %}{% hook '#body_classes' with { _prefixes: prefixes } %}{% endapply %}">
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php:53 {
      __TwigTemplate_0f5c7de71c397874f0d499267b2c9d53->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("@SyliusShop/shared/layout/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247 {
      Sylius\Bundle\ResourceBundle\Controller\ResourceController->render(string $view, array $parameters = [], ?Response $response = null, ?int $responseCode = null): Response …
      › } elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:150 {
      Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
      › if ($configuration->isHtmlRequest()) {    return $this->render($configuration->getTemplate(ResourceActions::INDEX . '.html'), [        'configuration' => $configuration,
    }
    /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /www/wwwroot/sylius-cuisinstore/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) {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
    }
    /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#245
  -records: [
    "" => [
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.420+08: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 {#275
            #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: "/www/wwwroot/sylius-cuisinstore/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /www/wwwroot/sylius-cuisinstore/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);}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:1934 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::ContainerX4JY5xp\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.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';
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.421+08: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 {#274
            #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: "/www/wwwroot/sylius-cuisinstore/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /www/wwwroot/sylius-cuisinstore/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);}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:1935 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::ContainerX4JY5xp\{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/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    5 => [
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.437+08:00"
        "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4590
            #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
            #code: 0
            #file: "/www/wwwroot/sylius-cuisinstore/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:94 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                › if (! version_compare($version, '8.0.0', '>=')) {    Deprecation::trigger(        'doctrine/orm',
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Connection.php:421 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:740 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:550 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:178 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:4067 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::getSylius_Repository_PaymentMethodService($container) …
                › 
                ›     return $container->services['sylius.repository.payment_method'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository($a, $a->getClassMetadata('App\\Entity\\Payment\\PaymentMethod'));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:8271 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::getSylius_Provider_PaymentRequest_DefaultActionService($container) …
                › {    $a = ($container->services['sylius.repository.payment_method'] ?? self::getSylius_Repository_PaymentMethodService($container));}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:5793 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::getApiPlatform_Openapi_SerializerContextBuilderService($container) …
                › 
                ›     return $container->privates['api_platform.openapi.serializer_context_builder'] = new \ApiPlatform\OpenApi\Serializer\SerializerContextBuilder(new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, $b, new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\PaymentRequestActionAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInShopUserIdAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleCodeAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInCustomerEmailAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelCodeAwareContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($a, true), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ChannelCodeAware', 'channelCode', $c), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LoggedInCustomerEmailAware', 'email', $d), $c), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LocaleCodeAware', 'localeCode', $e), $e)), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShopUserIdAware', 'shopUserId', $d), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShipmentIdAware', 'shipmentId', 'Sylius\\Component\\Core\\Model\\ShipmentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentIdAware', 'paymentId', 'Sylius\\Component\\Core\\Model\\PaymentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestHashAware', 'hash', 'Sylius\\Component\\Payment\\Model\\PaymentRequestInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderTokenValueAware', 'orderTokenValue', 'Sylius\\Component\\Core\\Model\\OrderInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderItemIdAware', 'orderItemId', 'Sylius\\Component\\Core\\Model\\OrderItemInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PromotionCodeAware', 'promotionCode', 'Sylius\\Component\\Core\\Model\\PromotionInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Admin\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\VerifyShopUser'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestActionAware', 'action', ($container->privates['sylius.provider.payment_request.default_action'] ?? self::getSylius_Provider_PaymentRequest_DefaultActionService($container)))));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2913 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::getApiPlatform_StateProvider_ParameterValidatorService($container) …
                › }$c = new \ApiPlatform\State\Provider\ReadProvider($b, ($container->privates['api_platform.openapi.serializer_context_builder'] ?? self::getApiPlatform_Openapi_SerializerContextBuilderService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));if ($container->has('debug.stopwatch')) {
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:5603 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
                › {    $a = ($container->services['api_platform.state_provider.parameter_validator'] ?? self::getApiPlatform_StateProvider_ParameterValidatorService($container));}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:3244 {
                ContainerX4JY5xp\App_KernelDevDebugContainer::ContainerX4JY5xp\{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.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);$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);
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /www/wwwroot/sylius-cuisinstore/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) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.485+08:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "sylius_shop_product_index"
          "route_parameters" => [
            "_route" => "sylius_shop_product_index"
            "_controller" => "sylius.controller.product::indexAction"
            "_sylius" => [
              "template" => "@SyliusShop/product/index.html.twig"
              "grid" => "sylius_shop_product"
            ]
            "_locale" => "fr_FR"
            "slug" => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
          ]
          "request_uri" => "https://sylius-cuisinstore.preprod.eu/fr_FR/taxons/accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.525+08: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_cuisinstore_prod"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "sylius_cuisinstore_prod"
            "serverVersion" => "8"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.526+08: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-cuisinstore.preprod.eu"
            2 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.540+08: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 => 4
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.542+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.543+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.575+08:00"
        "message" => "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7129
            #message: "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
            #code: 0
            #file: "/www/wwwroot/sylius-cuisinstore/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php:19 {
                include_once …
                › 
                › \trigger_deprecation('sylius/grid', '1.8', '%s is deprecated, replace it with your own implementation.', MoneyFilter::class);}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_Registry_GridFilterService.php:32 {
                ContainerX4JY5xp\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/SelectFilter.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php';}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_Grid_FiltersApplicatorService.php:26 {
                ContainerX4JY5xp\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getProviderService.php:25 {
                ContainerX4JY5xp\getProviderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Sylius\Component\Grid\Data\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService'))));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_Grid_ResourceViewFactoryService.php:24 {
                ContainerX4JY5xp\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
                ContainerX4JY5xp\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
                ContainerX4JY5xp\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/getSylius_Controller_ProductService.php:31 {
                ContainerX4JY5xp\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
                › 
                › $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? $container->load('getSylius_Repository_ProductService')), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));}
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/ContainerX4JY5xp/App_KernelDevDebugContainer.php:2663 {
                ContainerX4JY5xp\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/dependency-injection/Container.php:221 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /www/wwwroot/sylius-cuisinstore/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) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.578+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.578+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.578+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.579+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.579+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.579+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.579+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerX4JY5xp\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.579+08: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" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.594+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s0_.tree_root AS tree_root_15, s0_.parent_id AS parent_id_16, s1_.translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
            3 => "fr_FR"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.612+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT id_4 FROM (SELECT DISTINCT id_4, position_19, position_17 FROM (SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.fullTitle AS fullTitle_14, s1_.metaTitle AS metaTitle_15, s1_.locale AS locale_16, s2_.position AS position_17, s2_.id AS id_18, s3_.position AS position_19, s3_.id AS id_20, s4_.code AS code_21, s4_.tree_left AS tree_left_22, s4_.tree_right AS tree_right_23, s4_.tree_level AS tree_level_24, s4_.position AS position_25, s4_.enabled AS enabled_26, s4_.id AS id_27, s4_.created_at AS created_at_28, s4_.updated_at AS updated_at_29, s4_.menu AS menu_30 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s4_ ON s2_.taxon_id = s4_.id LEFT JOIN sylius_product_taxon s3_ ON s0_.id = s3_.product_id AND (s3_.taxon_id = ?) WHERE s4_.tree_left >= ? AND s4_.tree_right <= ? AND s4_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? ORDER BY s2_.id ASC, s3_.id ASC) dctrn_result_inner ORDER BY position_19 ASC, position_17 ASC, id_4 ASC) dctrn_result LIMIT 9"
          "params" => [
            1 => "fr_FR"
            2 => 17
            3 => 30
            4 => 31
            5 => 1
            6 => 4
            7 => 1
          ]
          "types" => [
            1 => 2
            2 => 1
            3 => 1
            4 => 1
            5 => 1
            6 => 1
            7 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.651+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.fullTitle AS fullTitle_14, s1_.metaTitle AS metaTitle_15, s1_.locale AS locale_16, s2_.position AS position_17, s2_.id AS id_18, s0_.main_taxon_id AS main_taxon_id_19, s0_.product_type_id AS product_type_id_20, s1_.translatable_id AS translatable_id_21, s2_.product_id AS product_id_22, s2_.taxon_id AS taxon_id_23 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s3_ ON s2_.taxon_id = s3_.id LEFT JOIN sylius_product_taxon s4_ ON s0_.id = s4_.product_id AND (s4_.taxon_id = ?) WHERE s3_.tree_left >= ? AND s3_.tree_right <= ? AND s3_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? AND s0_.id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY s4_.position ASC, s2_.position ASC, s0_.id ASC, s2_.id ASC"
          "params" => [
            1 => "fr_FR"
            2 => 17
            3 => 30
            4 => 31
            5 => 1
            6 => 4
            7 => 1
            8 => 57
            9 => 58
            10 => 59
            11 => 60
            12 => 61
            13 => 62
            14 => 63
          ]
          "types" => [
            1 => 2
            2 => 1
            3 => 1
            4 => 1
            5 => 1
            6 => 1
            7 => 5
            8 => 1
            9 => 1
            10 => 1
            11 => 1
            12 => 1
            13 => 1
            14 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.968+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.template AS template_2, s0_.enabled AS enabled_3, s0_.id AS id_4 FROM sylius_cms_block s0_ LEFT JOIN sylius_cms_block_channels s2_ ON s0_.id = s2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.code = ? AND s0_.enabled = 1 AND s1_.code = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => "header-info-message"
            2 => "WEB_EUR"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.971+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.configuration AS configuration_2, t0.locale AS locale_3, t0.id AS id_4, t0.block_id AS block_id_5, t0.page_id AS page_id_6 FROM sylius_cms_content_configuration t0 WHERE t0.block_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.979+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.980+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.982+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.982+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.983+08: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_currency t0 INNER JOIN sylius_channel_currencies ON t0.id = sylius_channel_currencies.currency_id WHERE sylius_channel_currencies.channel_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 4
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.998+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.998+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134529
        "timestamp_rfc3339" => "2026-02-15T13:48:49.998+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.000+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.001+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.001+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.003+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.003+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.003+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.003+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.030+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.030+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.037+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.037+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.041+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.041+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.041+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.043+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.043+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.044+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.044+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.044+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.044+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.046+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s0_.code AS code_10, s0_.tree_left AS tree_left_11, s0_.tree_right AS tree_right_12, s0_.tree_level AS tree_level_13, s0_.position AS position_14, s0_.enabled AS enabled_15, s0_.id AS id_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18, s0_.menu AS menu_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.id AS id_23, s1_.locale AS locale_24, s2_.code AS code_25, s2_.tree_left AS tree_left_26, s2_.tree_right AS tree_right_27, s2_.tree_level AS tree_level_28, s2_.position AS position_29, s2_.enabled AS enabled_30, s2_.id AS id_31, s2_.created_at AS created_at_32, s2_.updated_at AS updated_at_33, s2_.menu AS menu_34, s0_.tree_root AS tree_root_35, s0_.parent_id AS parent_id_36, s1_.translatable_id AS translatable_id_37, s2_.tree_root AS tree_root_38, s2_.parent_id AS parent_id_39 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id AND (s2_.menu = 1) WHERE s1_.locale = ? AND s0_.tree_root = ? ORDER BY s0_.id ASC, s2_.position ASC, s2_.id ASC"
          "params" => [
            1 => "fr_FR"
            2 => 1
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.336+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s2_.code AS code_15, s2_.tree_left AS tree_left_16, s2_.tree_right AS tree_right_17, s2_.tree_level AS tree_level_18, s2_.position AS position_19, s2_.enabled AS enabled_20, s2_.id AS id_21, s2_.created_at AS created_at_22, s2_.updated_at AS updated_at_23, s2_.menu AS menu_24, s0_.tree_root AS tree_root_25, s0_.parent_id AS parent_id_26, s1_.translatable_id AS translatable_id_27, s2_.tree_root AS tree_root_28, s2_.parent_id AS parent_id_29 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id INNER JOIN sylius_taxon s3_ ON s0_.parent_id = s3_.id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id WHERE s1_.locale = ? AND s0_.enabled = ? AND s0_.menu = ? AND s3_.code = ? ORDER BY s0_.position ASC, s0_.id ASC, s2_.position ASC, s2_.id ASC"
          "params" => [
            1 => "fr_FR"
            2 => 1
            3 => 1
            4 => "categorie"
          ]
          "types" => [
            1 => 2
            2 => 5
            3 => 5
            4 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.363+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.363+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.363+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.385+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.385+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.386+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.386+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.387+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.387+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.387+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s0_.tree_root AS tree_root_15, s0_.parent_id AS parent_id_16, s1_.translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
            3 => "fr_FR"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.388+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.388+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.388+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.389+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.389+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.389+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.390+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.390+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.390+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.390+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s0_.tree_root AS tree_root_15, s0_.parent_id AS parent_id_16, s1_.translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
            3 => "fr_FR"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.391+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.391+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.391+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.391+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.391+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.392+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.392+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.392+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.392+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.392+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.menu AS menu_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s0_.tree_root AS tree_root_15, s0_.parent_id AS parent_id_16, s1_.translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
            3 => "fr_FR"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.393+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.393+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.393+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.393+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_taxon_image t0 WHERE t0.owner_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 17
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.394+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.394+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.511+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_4 FROM (SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.fullTitle AS fullTitle_14, s1_.metaTitle AS metaTitle_15, s1_.locale AS locale_16, s2_.position AS position_17, s2_.id AS id_18 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s3_ ON s2_.taxon_id = s3_.id LEFT JOIN sylius_product_taxon s4_ ON s0_.id = s4_.product_id AND (s4_.taxon_id = ?) WHERE s3_.tree_left >= ? AND s3_.tree_right <= ? AND s3_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? ORDER BY s4_.position ASC, s2_.position ASC, s0_.id ASC, s2_.id ASC) dctrn_result) dctrn_table"
          "params" => [
            1 => "fr_FR"
            2 => 17
            3 => 30
            4 => 31
            5 => 1
            6 => 4
            7 => 1
          ]
          "types" => [
            1 => 2
            2 => 1
            3 => 1
            4 => 1
            5 => 1
            6 => 1
            7 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.551+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.551+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.552+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.552+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.556+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 57
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.566+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 80
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.570+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.570+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.570+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.571+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.572+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 57
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.573+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.573+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.574+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 57
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.576+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.576+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.576+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.576+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.576+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 80
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.577+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.577+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.577+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.578+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 80
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.578+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.578+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.578+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.579+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.579+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.579+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.580+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.580+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.580+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.580+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.580+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.581+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 58
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.582+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 84
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.582+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.582+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.583+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 58
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.584+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.584+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.584+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 58
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.585+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.585+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.585+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.585+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.586+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 84
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.586+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.586+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.586+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.586+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 84
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.587+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.588+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.589+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 59
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.590+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 86
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.590+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.590+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.590+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.591+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 59
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.592+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.592+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.592+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 59
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 86
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.593+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 86
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.594+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.595+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.596+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 60
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.597+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 87
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.597+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.597+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.597+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.598+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 60
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.599+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.599+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.599+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 60
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 87
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.600+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 87
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.601+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.602+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.603+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 61
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.604+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.604+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.604+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.604+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.605+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 61
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.606+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.606+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.606+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 61
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.608+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.608+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.608+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.608+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.608+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.609+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.609+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.609+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.609+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.610+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.611+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 62
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.612+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.612+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.612+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.612+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.613+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.position AS position_4, t0.owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0.owner_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 62
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.614+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.614+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.614+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 62
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.id AS id_2, t0.option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0.id = sylius_product_variant_option_value.option_value_id WHERE sylius_product_variant_option_value.variant_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.615+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.616+08: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.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.616+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.616+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.616+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.617+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
          "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\RequestInitializeSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
          "listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.618+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1"
          "params" => [
            1 => 63
            2 => 1
          ]
          "types" => [
            1 => 1
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.619+08: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.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.reference AS reference_16, t0.barCode AS barCode_17, t0.recurring AS recurring_18, t0.recurring_times AS recurring_times_19, t0.recurring_interval AS recurring_interval_20, t0.product_id AS product_id_21, t0.tax_category_id AS tax_category_id_22, t0.shipping_category_id AS shipping_category_id_23, t0.availabilityDelay_id AS availabilityDelay_id_24 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC"
          "params" => [
            1 => 63
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.621+08:00"
        "message" => "Uncaught PHP Exception Sylius\TwigHooks\Hookable\Renderer\Exception\HookRenderException: "An error occurred during rendering the "products" hook in the "sylius_shop.product.index.content.body.main" hookable. An exception has been thrown during the rendering of a template ("Product has no variants") in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8 in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8." at products.html.twig line 8"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Sylius\TwigHooks\Hookable\Renderer\Exception\HookRenderException {#27647
            #message: "An error occurred during rendering the "products" hook in the "sylius_shop.product.index.content.body.main" hookable. An exception has been thrown during the rendering of a template ("Product has no variants") in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8 in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8."
            #code: 0
            #file: "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/products.html.twig"
            #line: 8
            -previous: Twig\Error\RuntimeError {#27698 …}
            -lineno: 8
            -rawMessage: "An error occurred during rendering the "products" hook in the "sylius_shop.product.index.content.body.main" hookable. An exception has been thrown during the rendering of a template ("Product has no variants") in "@SyliusShop/product/index/content/body/main/products.html.twig" at line 8."
            -source: Twig\Source {#30313 …}
            -phpFile: "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php"
            -phpLine: 54
            trace: {
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/products.html.twig:8 {
                Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › {% for product in resources.data %}    {{ component('sylius_shop:product:card', { product: product, template: hookable_metadata.configuration.product_template|default('@SyliusShop/product/common/card.html.twig'), hookableMetadata: hookable_metadata }) }}{% endfor %}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
                Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › $rendered = $this->innerRenderer->render($hookable, $metadata);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
                Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
                Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
                › 
                ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/f2/f21d4103552c418fe1001b100fd329da.php:52 {
                __TwigTemplate_55b6e31d1e8766e31aa38a2b4d94de04->doDisplay(array $context, array $blocks = []): iterable …
                › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("main", [], $context, false);        // line 3
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
                Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
                Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › $rendered = $this->innerRenderer->render($hookable, $metadata);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
                Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
                Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
                › 
                ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/c3/c3e5030a78e45887b8a806b0ee93d868.php:52 {
                __TwigTemplate_98361157b846a668bd1f2b28d4217319->doDisplay(array $context, array $blocks = []): iterable …
                › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("body", [], $context, false);        // line 3
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
                Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
                Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › $rendered = $this->innerRenderer->render($hookable, $metadata);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
                Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:116 {
                Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
                › 
                ›     return $this->hookRenderer->render($prefixedHookNames, $context);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/fd/fd216abbb7556895a9eadc058d3a7b9d.php:52 {
                __TwigTemplate_46859a0140cf0782f158b2bb3b4ea39b->doDisplay(array $context, array $blocks = []): iterable …
                › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("content", [], $context, false);        // line 3
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php:48 {
                Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › return $this->twig->render($hookable->template, [    HooksRuntime::HOOKABLE_METADATA => $metadata,
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php:45 {
                Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › if ($renderer->supports($hookable)) {    return $renderer->render($hookable, $metadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php:36 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › 
                › $rendered = $this->innerRenderer->render($hookable, $metadata);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php:37 {
                Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer->render(AbstractHookable $hookable, HookableMetadata $metadata): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookable, $metadata));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php:58 {
                Sylius\TwigHooks\Hook\Renderer\HookRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                ›     $renderedHookables[] = $this->compositeHookableRenderer->render($hookable, $hookableMetadata);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php:34 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer->render(array $hookNames, array $hookContext = []): string …
                › 
                › $rendered = $this->innerRenderer->render($hookNames, $hookContext);}
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php:33 {
                Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer->render(array $hookNames, array $hookContext = []): string …
                › );$renderedParts[] = trim($this->innerRenderer->render($hookNames, $hookContext));$renderedParts[] = $this->getDebugComment(
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php:104 {
                Sylius\TwigHooks\Twig\Runtime\HooksRuntime->renderHook(array|string $hookNames, array $hookContext = [], array $twigVars = [], bool $only = false): string …
                › if (false === $this->enableAutoprefixing || [] === $prefixes) {    return $this->hookRenderer->render($hookNames, $context);}
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php:78 {
                __TwigTemplate_0f5c7de71c397874f0d499267b2c9d53->block_content(array $context, array $blocks = []): iterable …
                › $hooksRuntime = $this->env->getRuntime('Sylius\TwigHooks\Twig\Runtime\HooksRuntime');echo $hooksRuntime->renderHook("sylius_shop.product.index", ["products" => (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 4, $this->source); })()), "resources" => (isset($context["resources"]) || array_key_exists("resources", $context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.', 4, $this->source); })())], $context, false);        
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig:31 {
                __TwigTemplate_e0c2d450114fe7b06a941c04476e5edd->block_body(array $context, array $blocks = []): iterable …
                › 
                › {% block content %}{% endblock %}}
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig:24 {
                __TwigTemplate_e0c2d450114fe7b06a941c04476e5edd->doDisplay(array $context, array $blocks = []): iterable …
                › <body data-route="{{ app.request.get('_route') }}">    {% block body %}        <div class="{% apply escape %}{% hook '#body_classes' with { _prefixes: prefixes } %}{% endapply %}">
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php:53 {
                __TwigTemplate_0f5c7de71c397874f0d499267b2c9d53->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("@SyliusShop/shared/layout/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247 {
                Sylius\Bundle\ResourceBundle\Controller\ResourceController->render(string $view, array $parameters = [], ?Response $response = null, ?int $responseCode = null): Response …
                › } elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:150 {
                Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
                › if ($configuration->isHtmlRequest()) {    return $this->render($configuration->getTemplate(ResourceActions::INDEX . '.html'), [        'configuration' => $configuration,
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /www/wwwroot/sylius-cuisinstore/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) {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /www/wwwroot/sylius-cuisinstore/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteExceptionListener::onResourceDeleteException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener::onResourceDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.929+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.933+08: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"
      ]
    ]
    30404 => [
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerX4JY5xp\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.622+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.900+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.901+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.901+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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" => 1771134530
        "timestamp_rfc3339" => "2026-02-15T13:48:50.902+08: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
    5 => 1
    30404 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#244 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"sylius-cuisinstore.preprod.eu"
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
"Sun, 15 Feb 2026 05:48:50 GMT"
vary
"Accept"
x-debug-exception
"An%20error%20occurred%20during%20rendering%20the%20%22products%22%20hook%20in%20the%20%22sylius_shop.product.index.content.body.main%22%20hookable.%20An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Product%20has%20no%20variants%22%29%20in%20%22%40SyliusShop%2Fproduct%2Findex%2Fcontent%2Fbody%2Fmain%2Fproducts.html.twig%22%20at%20line%208%20in%20%22%40SyliusShop%2Fproduct%2Findex%2Fcontent%2Fbody%2Fmain%2Fproducts.html.twig%22%20at%20line%208."
x-debug-exception-file
"%2Fwww%2Fwwwroot%2Fsylius-cuisinstore%2Fvendor%2Fsylius%2Fsylius%2Fsrc%2FSylius%2FBundle%2FShopBundle%2Ftemplates%2Fproduct%2Findex%2Fcontent%2Fbody%2Fmain%2Fproducts.html.twig:8"
x-debug-token
"d9eef0"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Sun, 15 Feb 26 13:48:50 +0800"
Last used
"Sun, 15 Feb 26 13:48:50 +0800"
Lifetime
0

Session Attributes

No session attributes

Session Usage

8 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 120
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Sylius\Bundle\CoreBundle\Storage\CartSessionStorage:35
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php"
    "line" => 35
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php"
    "line" => 40
    "function" => "hasForChannel"
    "class" => "Sylius\Bundle\CoreBundle\Storage\CartSessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php"
    "line" => 38
    "function" => "getCart"
    "class" => "Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/Component/Cart/WidgetComponent.php"
    "line" => 75
    "function" => "getCart"
    "class" => "Sylius\Component\Order\Context\CompositeCartContext"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/Component/Cart/WidgetComponent.php"
    "line" => 55
    "function" => "getCart"
    "class" => "Sylius\Bundle\ShopBundle\Twig\Component\Cart\WidgetComponent"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 184
    "function" => "initializeCart"
    "class" => "Sylius\Bundle\ShopBundle\Twig\Component\Cart\WidgetComponent"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 93
    "function" => "preMount"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 84
    "function" => "mountFromObject"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 56
    "function" => "create"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableComponentRenderer.php"
    "line" => 48
    "function" => "createAndRender"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php"
    "line" => 45
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\HookableComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php"
    "line" => 36
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php"
    "line" => 37
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\HookRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php"
    "line" => 116
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/bc/bc9b958f46de8b5dd49927d639fe6be8.php"
    "line" => 54
    "function" => "renderHook"
    "class" => "Sylius\TwigHooks\Twig\Runtime\HooksRuntime"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2cac0d1bcffc5bebe8494e8709bd261c"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php"
    "line" => 48
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php"
    "line" => 45
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php"
    "line" => 36
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php"
    "line" => 37
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\HookRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php"
    "line" => 116
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 273
    "function" => "renderHook"
    "class" => "Sylius\TwigHooks\Twig\Runtime\HooksRuntime"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_header"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 229
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_body"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 103
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0f5c7de71c397874f0d499267b2c9d53"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php"
    "line" => 247
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php"
    "line" => 150
    "function" => "render"
    "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Twig\Extension\CoreExtension:1909
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1909
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/64/6444e36fa1c640fb48f8ed08994ca7a8.php"
    "line" => 57
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_404ea5af08fdb7513fb8aec52aa77f0b"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php"
    "line" => 48
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php"
    "line" => 45
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php"
    "line" => 36
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php"
    "line" => 37
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\HookRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php"
    "line" => 116
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/ed/ed2ba03aa2c1ed320ff3a76fe0ba8e25.php"
    "line" => 52
    "function" => "renderHook"
    "class" => "Sylius\TwigHooks\Twig\Runtime\HooksRuntime"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_09ce6d537a41846d2e76c9c3f870e579"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/HookableTemplateRenderer.php"
    "line" => 48
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/CompositeHookableRenderer.php"
    "line" => 45
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\HookableTemplateRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableProfilerRenderer.php"
    "line" => 36
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\CompositeHookableRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php"
    "line" => 37
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/HookRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hookable\Renderer\Debug\HookableDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookProfilerRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\HookRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Hook/Renderer/Debug/HookDebugCommentRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookProfilerRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/twig-hooks/src/Twig/Runtime/HooksRuntime.php"
    "line" => 116
    "function" => "render"
    "class" => "Sylius\TwigHooks\Hook\Renderer\Debug\HookDebugCommentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 273
    "function" => "renderHook"
    "class" => "Sylius\TwigHooks\Twig\Runtime\HooksRuntime"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_header"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 229
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_body"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/1b/1b0cad522de84ff2ba13fd7f2a6e9e90.php"
    "line" => 103
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e0c2d450114fe7b06a941c04476e5edd"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/var/cache/dev/twig/a5/a5fc340032c2cf97e977c1925ac39db2.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0f5c7de71c397874f0d499267b2c9d53"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php"
    "line" => 247
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php"
    "line" => 150
    "function" => "render"
    "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ResourceBundle\Controller\ResourceController"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 65
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 65
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 65
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 65
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 65
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/wwwroot/sylius-cuisinstore/public/index.php"
    "line" => 5
    "args" => [
      "/www/wwwroot/sylius-cuisinstore/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ALMA_API_KEY
"sk_live_50KZzxKZrhcdNUtTU8PV5G5B"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"EDITME"
DATABASE_URL
"mysql://sylius_cuisinstore_prod:BeSLR437Jt4SihP3@127.0.0.1/sylius_cuisinstore_prod?serverVersion=8&charset=utf8mb4"
JWT_PASSPHRASE
"e7c5fca1060bdf6ad23c33e4c236081f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"brevo+api://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@default"
MERCANET_KEY_VERSION
"1"
MERCANET_MERCHANT_ID
"211000188090001"
MERCANET_MERCHANT_KEY
"VIlZ5h-ohyf5JagQm_KQjV0yT-u7Y0_Ma_xmWsa-GCg"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
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"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN
"sync://"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN
"sync://"
SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH
"%kernel.project_dir%/config/encryption/dev.key"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/www/wwwroot/sylius-cuisinstore/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/www/wwwroot/sylius-cuisinstore/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"13"
H2_STREAM_TAG
"24644-11-13"
HOME
"/home/www"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"sylius-cuisinstore.preprod.eu"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
LD_LIBRARY_PATH
"/www/server/apache/lib"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"13"
REDIRECT_H2_STREAM_TAG
"24644-11-13"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"sylius-cuisinstore.preprod.eu"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/fr_FR/taxons/accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
REMOTE_ADDR
"216.73.216.56"
REMOTE_PORT
"42627"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771134529
REQUEST_TIME_FLOAT
1771134529.4041
REQUEST_URI
"/fr_FR/taxons/accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
SCRIPT_FILENAME
"/www/wwwroot/sylius-cuisinstore/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.178.34.76"
SERVER_ADMIN
"webmaster@example.com"
SERVER_NAME
"sylius-cuisinstore.preprod.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
"<address>Apache Server at sylius-cuisinstore.preprod.eu Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"sylius-cuisinstore.preprod.eu"
SYMFONY_DOTENV_PATH
"/www/wwwroot/sylius-cuisinstore/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,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,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,MERCANET_MERCHANT_ID,MERCANET_MERCHANT_KEY,MERCANET_KEY_VERSION,ALMA_API_KEY"
USER
"www"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = eefdb8)

Key Value
_controller
"sylius.controller.product::indexAction"
_firewall_context
"security.firewall.map.context.shop"
_locale
"fr_FR"
_remove_csp_headers
true
_route
"sylius_shop_product_index"
_route_params
[
  "_sylius" => [
    "template" => "@SyliusShop/product/index.html.twig"
    "grid" => "sylius_shop_product"
  ]
  "_locale" => "fr_FR"
  "slug" => "accessoires-de-cuisson-gant-de-cuisine-pour-four-983"
]
_security_authenticators
[]
_security_firewall_run
"_security_shop"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#6828
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#5979 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#6834
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#6829 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#6836
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#6837 …}
  }
]
_stopwatch_token
"18211f"
_sylius
[
  "template" => "@SyliusShop/product/index.html.twig"
  "grid" => "sylius_shop_product"
]
slug
"accessoires-de-cuisson-gant-de-cuisine-pour-four-983"