Error 500 Internal Server Error

GET https://dev.slave.scapp.cz/cart/step-two

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"74fe26"
exception
Twig\Error\RuntimeError {#3353
  #message: "An exception has been thrown during the rendering of a template ("Typed property App\Frontoffice\Domain\Entity\Cart::$invoiceAddress must not be accessed before initialization") in "frontoffice/pages/cart/shipping-and-payment/index.html.twig" at line 8."
  #code: 0
  #file: "/app/templates/frontoffice/pages/cart/shipping-and-payment/index.html.twig"
  #line: 8
  -previous: Error {#3595 …}
  -lineno: 8
  -rawMessage: "An exception has been thrown during the rendering of a template ("Typed property App\Frontoffice\Domain\Entity\Cart::$invoiceAddress must not be accessed before initialization")."
  -source: Twig\Source {#3601 …}
  -phpFile: "/app/vendor/twig/twig/src/Template.php"
  -phpLine: 460
  trace: {
    /app/templates/frontoffice/pages/cart/shipping-and-payment/index.html.twig:8 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › <div class="mt-12">    {{ component('Cart:CartShippingAndPayment', { cart: cart }) }}</div>
    }
    /app/templates/frontoffice/pages/cart/index.html.twig:9 {
      __TwigTemplate_742ef159e44271fcb4b5d08805bc0c6f->block_body(array $context, array $blocks = []): iterable …
      › <main class="mx-auto max-w-2xl px-4 pt-16 pb-24 sm:px-6 lg:max-w-7xl lg:px-8">    {% block cartBody %}{% endblock %}</main>
      arguments: {
        $name: "cartBody"
        $context: [ …5]
        $blocks: [ …9]
      }
    }
    /app/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) {
      arguments: {
        $context: [ …5]
        $blocks: [ …9]
      }
    }
    /app/templates/base.html.twig:20 {
      __TwigTemplate_60eaa7d674279bb782a453ade7be26df->doDisplay(array $context, array $blocks = []): iterable …
      › <main class="flex-1">    {% block body %}{% endblock %}</main>
      arguments: {
        $name: "body"
        $context: [ …5]
        $blocks: [ …9]
      }
    }
    /app/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) {
      arguments: {
        $context: [ …5]
        $blocks: [ …1]
      }
    }
    /app/var/cache/dev/twig/e0/e05a96baac39d785822ef2844b378a4e.php:55 {
      __TwigTemplate_742ef159e44271fcb4b5d08805bc0c6f->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …5]
        $blocks: [ …9]
      }
    }
    /app/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) {
      arguments: {
        $context: [ …5]
        $blocks: [ …1]
      }
    }
    /app/var/cache/dev/twig/de/dec472f5c485a425a1e46570357112f8.php:53 {
      __TwigTemplate_20e56f90af1ca6bec800340f5541825f->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("frontoffice/pages/cart/index.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …5]
        $blocks: [ …3]
      }
    }
    /app/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) {
      arguments: {
        $context: [ …5]
        $blocks: [ …1]
      }
    }
    /app/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
      arguments: {
        $context: [ …5]
        $blocks: [ …1]
      }
    }
    /app/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …2]
      }
    }
    /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …2]
      }
    }
    /app/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …2]
      }
    }
    /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
        $context: [ …2]
      }
    }
    /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
      arguments: {
        $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
        $block: null
        $parameters: [ …2]
        $method: "render"
      }
    }
    /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
      arguments: {
        $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
        $block: null
        $parameters: [ …2]
        $response: null
        $method: "render"
      }
    }
    /app/project/Frontoffice/App/Ui/Cart/StepShippingAndPaymentCartController.php:28 {
      App\Frontoffice\App\Ui\Cart\StepShippingAndPaymentCartController->view(Request $request): Response …
      › 
      › return $this->render('frontoffice/pages/cart/shipping-and-payment/index.html.twig', [    'cart' => $cart,
      arguments: {
        $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
        $parameters: [ …2]
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#758
  -records: [
    2 => [
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.217+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "cart_step_two"
          "route_parameters" => [
            "_route" => "cart_step_two"
            "_controller" => "App\Frontoffice\App\Ui\Cart\StepShippingAndPaymentCartController::view"
          ]
          "request_uri" => "https://dev.slave.scapp.cz/cart/step-two"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.218+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.219+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.225+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_pgsql"
            "idle_connection_ttl" => 600
            "host" => "bo48cccww0wo0wswskw8ckss"
            "port" => 5432
            "user" => "postgres"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "postgres"
            "serverVersion" => "16"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.241+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.248+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.250+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.252+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.253+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.258+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.code AS code_0, c0_.is_default AS is_default_1, c0_.is_active AS is_active_2, e1_.id AS id_3, e1_.exchange_rate AS exchange_rate_4, e1_.last_automatic_update AS last_automatic_update_5, e1_.created_at AS created_at_6, e1_.updated_at AS updated_at_7, e2_.id AS id_8, e2_.exchange_rate AS exchange_rate_9, e2_.last_automatic_update AS last_automatic_update_10, e2_.created_at AS created_at_11, e2_.updated_at AS updated_at_12, e1_.currency_from_id AS currency_from_id_13, e1_.currency_to_id AS currency_to_id_14, e2_.currency_from_id AS currency_from_id_15, e2_.currency_to_id AS currency_to_id_16 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_.code = e1_.currency_to_id LEFT JOIN exchange_rate e2_ ON c0_.code = e2_.currency_from_id WHERE c0_.is_default = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.275+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.id AS id_0, c0_.session_id AS session_id_1, c0_.status AS status_2, c0_.last_activity_at AS last_activity_at_3, c0_.email AS email_4, c0_.firstname AS firstname_5, c0_.lastname AS lastname_6, c0_.telephone AS telephone_7, c0_.company_name AS company_name_8, c0_.cin AS cin_9, c0_.vat_id AS vat_id_10, c0_.pickup_point_id AS pickup_point_id_11, c0_.pickup_point_name AS pickup_point_name_12, c0_.note AS note_13, c0_.payment_method AS payment_method_14, c0_.created_at AS created_at_15, c0_.updated_at AS updated_at_16, c0_.address_street AS address_street_17, c0_.address_descriptive_number AS address_descriptive_number_18, c0_.address_city AS address_city_19, c0_.address_country AS address_country_20, c0_.address_zip_code AS address_zip_code_21, c0_.invoice_street AS invoice_street_22, c0_.invoice_descriptive_number AS invoice_descriptive_number_23, c0_.invoice_city AS invoice_city_24, c0_.invoice_country AS invoice_country_25, c0_.invoice_zip_code AS invoice_zip_code_26, c1_.id AS id_27, c1_.quantity AS quantity_28, c1_.created_at AS created_at_29, c1_.updated_at AS updated_at_30, p2_.id AS id_31, p2_.code AS code_32, p2_.is_default AS is_default_33, p2_.weight_modification AS weight_modification_34, p2_.price_modification_amount AS price_modification_amount_35, p2_.price_modification_currency AS price_modification_currency_36, p2_.stock_stock AS stock_stock_37, p2_.stock_reserved AS stock_reserved_38, p3_.id AS id_39, p3_.name AS name_40, p3_.description AS description_41, p3_.short_description AS short_description_42, p3_.code AS code_43, p3_.ean AS ean_44, p3_.unit AS unit_45, p3_.active AS active_46, p3_.can_be_bought AS can_be_bought_47, p3_.in_stock_text AS in_stock_text_48, p3_.out_of_stock_text AS out_of_stock_text_49, p3_.filter_parameter_value_ids AS filter_parameter_value_ids_50, p3_.filter_variant_value_ids AS filter_variant_value_ids_51, p3_.seo_title AS seo_title_52, p3_.seo_description AS seo_description_53, p3_.seo_url AS seo_url_54, p3_.stock_stock AS stock_stock_55, p3_.stock_reserved AS stock_reserved_56, p3_.logistic_weight AS logistic_weight_57, p3_.logistic_size_width AS logistic_size_width_58, p3_.logistic_size_height AS logistic_size_height_59, p3_.logistic_size_length AS logistic_size_length_60, p3_.price_amount AS price_amount_61, p3_.price_currency AS price_currency_62, p3_.purchase_price_amount AS purchase_price_amount_63, p3_.purchase_price_currency AS purchase_price_currency_64, c0_.customer_id AS customer_id_65, c0_.shipping_method_id AS shipping_method_id_66, c0_.discount_code_id AS discount_code_id_67, c1_.cart_id AS cart_id_68, c1_.product_variant_id AS product_variant_id_69, p2_.product_id AS product_id_70, p3_.vat_id AS vat_id_71, p3_.main_category_id AS main_category_id_72 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_.id = c1_.cart_id LEFT JOIN product_variant p2_ ON c1_.product_variant_id = p2_.id LEFT JOIN product p3_ ON p2_.product_id = p3_.id WHERE c0_.session_id = ? AND c0_.status = ? ORDER BY c1_.id ASC"
          "params" => [
            1 => ""
            2 => "active"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.281+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.281+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.281+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\Frontoffice\Domain\EventSubscriber\CartGlobalSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.281+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.283+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.id AS id_0, c0_.session_id AS session_id_1, c0_.status AS status_2, c0_.last_activity_at AS last_activity_at_3, c0_.email AS email_4, c0_.firstname AS firstname_5, c0_.lastname AS lastname_6, c0_.telephone AS telephone_7, c0_.company_name AS company_name_8, c0_.cin AS cin_9, c0_.vat_id AS vat_id_10, c0_.pickup_point_id AS pickup_point_id_11, c0_.pickup_point_name AS pickup_point_name_12, c0_.note AS note_13, c0_.payment_method AS payment_method_14, c0_.created_at AS created_at_15, c0_.updated_at AS updated_at_16, c0_.address_street AS address_street_17, c0_.address_descriptive_number AS address_descriptive_number_18, c0_.address_city AS address_city_19, c0_.address_country AS address_country_20, c0_.address_zip_code AS address_zip_code_21, c0_.invoice_street AS invoice_street_22, c0_.invoice_descriptive_number AS invoice_descriptive_number_23, c0_.invoice_city AS invoice_city_24, c0_.invoice_country AS invoice_country_25, c0_.invoice_zip_code AS invoice_zip_code_26, c1_.id AS id_27, c1_.quantity AS quantity_28, c1_.created_at AS created_at_29, c1_.updated_at AS updated_at_30, p2_.id AS id_31, p2_.code AS code_32, p2_.is_default AS is_default_33, p2_.weight_modification AS weight_modification_34, p2_.price_modification_amount AS price_modification_amount_35, p2_.price_modification_currency AS price_modification_currency_36, p2_.stock_stock AS stock_stock_37, p2_.stock_reserved AS stock_reserved_38, p3_.id AS id_39, p3_.name AS name_40, p3_.description AS description_41, p3_.short_description AS short_description_42, p3_.code AS code_43, p3_.ean AS ean_44, p3_.unit AS unit_45, p3_.active AS active_46, p3_.can_be_bought AS can_be_bought_47, p3_.in_stock_text AS in_stock_text_48, p3_.out_of_stock_text AS out_of_stock_text_49, p3_.filter_parameter_value_ids AS filter_parameter_value_ids_50, p3_.filter_variant_value_ids AS filter_variant_value_ids_51, p3_.seo_title AS seo_title_52, p3_.seo_description AS seo_description_53, p3_.seo_url AS seo_url_54, p3_.stock_stock AS stock_stock_55, p3_.stock_reserved AS stock_reserved_56, p3_.logistic_weight AS logistic_weight_57, p3_.logistic_size_width AS logistic_size_width_58, p3_.logistic_size_height AS logistic_size_height_59, p3_.logistic_size_length AS logistic_size_length_60, p3_.price_amount AS price_amount_61, p3_.price_currency AS price_currency_62, p3_.purchase_price_amount AS purchase_price_amount_63, p3_.purchase_price_currency AS purchase_price_currency_64, c0_.customer_id AS customer_id_65, c0_.shipping_method_id AS shipping_method_id_66, c0_.discount_code_id AS discount_code_id_67, c1_.cart_id AS cart_id_68, c1_.product_variant_id AS product_variant_id_69, p2_.product_id AS product_id_70, p3_.vat_id AS vat_id_71, p3_.main_category_id AS main_category_id_72 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_.id = c1_.cart_id LEFT JOIN product_variant p2_ ON c1_.product_variant_id = p2_.id LEFT JOIN product p3_ ON p2_.product_id = p3_.id WHERE c0_.session_id = ? AND c0_.status = ? ORDER BY c1_.id ASC"
          "params" => [
            1 => ""
            2 => "active"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.290+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.range_from AS range_from_1, s0_.range_to AS range_to_2, s0_.created_at AS created_at_3, s0_.updated_at AS updated_at_4, s0_.price_amount AS price_amount_5, s0_.price_currency AS price_currency_6, s0_.shipping_method_id AS shipping_method_id_7, s0_.country_id AS country_id_8 FROM shipping_method_fee s0_ INNER JOIN shipping_method s1_ ON s0_.shipping_method_id = s1_.id WHERE (((s1_.fee_based_on = ? AND s0_.range_from <= ? AND s0_.range_to > ?) OR (s1_.fee_based_on = ? AND s0_.range_from <= ? AND s0_.range_to > ?)) OR (s1_.behaviour_outside_fee_range = ? AND (NOT EXISTS (SELECT 1 AS sclr_9 FROM shipping_method_fee s2_ INNER JOIN shipping_method s3_ ON s2_.shipping_method_id = s3_.id WHERE s3_.id = s1_.id AND ((s3_.fee_based_on = ? AND s2_.range_from <= ? AND s2_.range_to > ?) OR (s3_.fee_based_on = ? AND s2_.range_from <= ? AND s2_.range_to > ?)))) AND s0_.price_amount = (SELECT MAX(s4_.price_amount) AS sclr_10 FROM shipping_method_fee s5_, shipping_method_fee s4_ WHERE s4_.shipping_method_id = s1_.id))) AND s1_.is_active = true AND s1_.carrier IS NOT NULL ORDER BY s0_.price_amount ASC LIMIT 1"
          "params" => [
            1 => "price"
            2 => 0.0
            3 => 0.0
            4 => "weight"
            5 => 0
            6 => 0
            7 => "highest_price"
            8 => "price"
            9 => 0.0
            10 => 0.0
            11 => "weight"
            12 => 0
            13 => 0
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
            5 => 1
            6 => 1
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 1
            13 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.295+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.range_from AS range_from_1, s0_.range_to AS range_to_2, s0_.created_at AS created_at_3, s0_.updated_at AS updated_at_4, s0_.price_amount AS price_amount_5, s0_.price_currency AS price_currency_6, s0_.shipping_method_id AS shipping_method_id_7, s0_.country_id AS country_id_8 FROM shipping_method_fee s0_ INNER JOIN shipping_method s1_ ON s0_.shipping_method_id = s1_.id WHERE s1_.is_active = true AND s1_.carrier IS NOT NULL AND s0_.price_amount = 0 AND s0_.range_from IS NOT NULL ORDER BY s0_.range_from ASC LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.298+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.fee_based_on AS fee_based_on_4, t0.behaviour_outside_fee_range AS behaviour_outside_fee_range_5, t0.carrier AS carrier_6, t0.allow_home_delivery AS allow_home_delivery_7, t0.allow_box_delivery AS allow_box_delivery_8, t0.allow_pickup_point AS allow_pickup_point_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.logo_id AS logo_id_12, t0.tax_rate_id AS tax_rate_id_13, t0.carrier_shipping_option_id AS carrier_shipping_option_id_14 FROM shipping_method t0 WHERE t0.id = ?"
          "params" => [
            1 => "769eec05-3da1-451b-9a1a-0ff63b490f3d"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.303+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.rate AS rate_2 FROM tax_rate t0 WHERE t0.id = ?"
          "params" => [
            1 => "d4cbf291-83a9-4c10-97a6-39675f525c02"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.324+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.content AS content_3, s0_.show_contact_form AS show_contact_form_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.seo_title AS seo_title_7, s0_.seo_description AS seo_description_8, s0_.seo_url AS seo_url_9 FROM static_page s0_ ORDER BY s0_.title ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.326+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.content AS content_3, s0_.show_contact_form AS show_contact_form_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.seo_title AS seo_title_7, s0_.seo_description AS seo_description_8, s0_.seo_url AS seo_url_9 FROM static_page s0_ ORDER BY s0_.title ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.328+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.328+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.329+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.329+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.330+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.331+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.332+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.333+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.334+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.347+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.349+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Typed property App\Frontoffice\Domain\Entity\Cart::$invoiceAddress must not be accessed before initialization") in "frontoffice/pages/cart/shipping-and-payment/index.html.twig" at line 8." at index.html.twig line 8"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#3353
            #message: "An exception has been thrown during the rendering of a template ("Typed property App\Frontoffice\Domain\Entity\Cart::$invoiceAddress must not be accessed before initialization") in "frontoffice/pages/cart/shipping-and-payment/index.html.twig" at line 8."
            #code: 0
            #file: "/app/templates/frontoffice/pages/cart/shipping-and-payment/index.html.twig"
            #line: 8
            -previous: Error {#3595 …}
            -lineno: 8
            -rawMessage: "An exception has been thrown during the rendering of a template ("Typed property App\Frontoffice\Domain\Entity\Cart::$invoiceAddress must not be accessed before initialization")."
            -source: Twig\Source {#3601 …}
            -phpFile: "/app/vendor/twig/twig/src/Template.php"
            -phpLine: 460
            trace: {
              /app/templates/frontoffice/pages/cart/shipping-and-payment/index.html.twig:8 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › <div class="mt-12">    {{ component('Cart:CartShippingAndPayment', { cart: cart }) }}</div>
              }
              /app/templates/frontoffice/pages/cart/index.html.twig:9 {
                __TwigTemplate_742ef159e44271fcb4b5d08805bc0c6f->block_body(array $context, array $blocks = []): iterable …
                › <main class="mx-auto max-w-2xl px-4 pt-16 pb-24 sm:px-6 lg:max-w-7xl lg:px-8">    {% block cartBody %}{% endblock %}</main>
                arguments: {
                  $name: "cartBody"
                  $context: [ …5]
                  $blocks: [ …9]
                }
              }
              /app/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) {
                arguments: {
                  $context: [ …5]
                  $blocks: [ …9]
                }
              }
              /app/templates/base.html.twig:20 {
                __TwigTemplate_60eaa7d674279bb782a453ade7be26df->doDisplay(array $context, array $blocks = []): iterable …
                › <main class="flex-1">    {% block body %}{% endblock %}</main>
                arguments: {
                  $name: "body"
                  $context: [ …5]
                  $blocks: [ …9]
                }
              }
              /app/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) {
                arguments: {
                  $context: [ …5]
                  $blocks: [ …1]
                }
              }
              /app/var/cache/dev/twig/e0/e05a96baac39d785822ef2844b378a4e.php:55 {
                __TwigTemplate_742ef159e44271fcb4b5d08805bc0c6f->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
                  $context: [ …5]
                  $blocks: [ …9]
                }
              }
              /app/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) {
                arguments: {
                  $context: [ …5]
                  $blocks: [ …1]
                }
              }
              /app/var/cache/dev/twig/de/dec472f5c485a425a1e46570357112f8.php:53 {
                __TwigTemplate_20e56f90af1ca6bec800340f5541825f->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("frontoffice/pages/cart/index.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
                  $context: [ …5]
                  $blocks: [ …3]
                }
              }
              /app/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) {
                arguments: {
                  $context: [ …5]
                  $blocks: [ …1]
                }
              }
              /app/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
                arguments: {
                  $context: [ …5]
                  $blocks: [ …1]
                }
              }
              /app/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
                arguments: {
                  $context: [ …2]
                }
              }
              /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
                arguments: {
                  $context: [ …2]
                }
              }
              /app/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
                arguments: {
                  $context: [ …2]
                }
              }
              /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
                arguments: {
                  $name: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
                  $context: [ …2]
                }
              }
              /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
                arguments: {
                  $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
                  $block: null
                  $parameters: [ …2]
                  $method: "render"
                }
              }
              /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
                arguments: {
                  $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
                  $block: null
                  $parameters: [ …2]
                  $response: null
                  $method: "render"
                }
              }
              /app/project/Frontoffice/App/Ui/Cart/StepShippingAndPaymentCartController.php:28 {
                App\Frontoffice\App\Ui\Cart\StepShippingAndPaymentCartController->view(Request $request): Response …
                › 
                › return $this->render('frontoffice/pages/cart/shipping-and-payment/index.html.twig', [    'cart' => $cart,
                arguments: {
                  $view: "frontoffice/pages/cart/shipping-and-payment/index.html.twig"
                  $parameters: [ …2]
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\Shared\Domain\EventSubscriber\TranslatableExceptionSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    3603 => [
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\Frontoffice\Domain\EventSubscriber\CartGlobalSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.350+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.357+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.357+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.357+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.357+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.357+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00: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" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773079892
        "timestamp_rfc3339" => "2026-03-09T18:11:32.421+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    3603 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#757 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dev.slave.scapp.cz"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.62"
x-forwarded-host
"dev.slave.scapp.cz"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"9c3e2ede7031"
x-php-ob-level
"0"
x-real-ip
"216.73.216.62"

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
"Mon, 09 Mar 2026 18:11:32 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Typed%20property%20App%5CFrontoffice%5CDomain%5CEntity%5CCart%3A%3A%24invoiceAddress%20must%20not%20be%20accessed%20before%20initialization%22%29%20in%20%22frontoffice%2Fpages%2Fcart%2Fshipping-and-payment%2Findex.html.twig%22%20at%20line%208."
x-debug-exception-file
"%2Fapp%2Ftemplates%2Ffrontoffice%2Fpages%2Fcart%2Fshipping-and-payment%2Findex.html.twig:8"
x-debug-token
"1ee561"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1911
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/e2/e21350bbf75dc87ffd898b6db62bf8be.php"
    "line" => 277
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_67c5adb38979acfacc16936d9ae1479e"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/10/1080a3441e8e20c8763171cce6cd87ec.php"
    "line" => 251
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 446
    "function" => "block_navbar"
    "class" => "__TwigTemplate_60eaa7d674279bb782a453ade7be26df"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/10/1080a3441e8e20c8763171cce6cd87ec.php"
    "line" => 83
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_60eaa7d674279bb782a453ade7be26df"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/e0/e05a96baac39d785822ef2844b378a4e.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_742ef159e44271fcb4b5d08805bc0c6f"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/de/dec472f5c485a425a1e46570357112f8.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_20e56f90af1ca6bec800340f5541825f"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 463
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 468
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 282
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/app/project/Frontoffice/App/Ui/Cart/StepShippingAndPaymentCartController.php"
    "line" => 28
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "view"
    "class" => "App\Frontoffice\App\Ui\Cart\StepShippingAndPaymentCartController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 5
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
CZECH_POST_API_HOST
"https://b2b-test.postaonline.cz:444/restservices/ZSKService/v1/"
DPD_API_HOST
"https://geoapi.dpd.cz/"
GLS_API_HOST
"https://api.mygls.cz/ParcelService.svc/json/"
MAPY_CZ_API_KEY
"lXtV36d2I0UJOe9NndH0WCPtITq62zgzcD9RLxaBV3g"
PACKETA_SOAP_API_HOST
"https://soap.api.packeta.com/api/soap-php-bugfix.wsdl"
PPL_API_HOST
"https://api.dhl.com/ecs/ppl/myapi2/"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"appsecret"
CONTENT_LENGTH
""
CONTENT_TYPE
""
COOLIFY_BRANCH
"master"
COOLIFY_CONTAINER_NAME
"poocckgwo4s0w0ggcow000kk-111937315839"
COOLIFY_FQDN
"dev.slave.scapp.cz"
COOLIFY_RESOURCE_UUID
"poocckgwo4s0w0ggcow000kk"
COOLIFY_URL
"https://dev.slave.scapp.cz"
CPATH
"~/.nix-profile/include:"
DATABASE_URL
"postgresql://postgres:RNnea4R2XN22fqsICHEzKwRrTbKMLkUyBVD7Qlc6tEFfaqirIEKYWrhPZPGNVwwU@bo48cccww0wo0wswskw8ckss:5432/postgres?serverVersion=16&charset=utf8"
DEFAULT_PACKETA_API_KEY
"c8b33d4c82e6016fdd67cec8e9089187"
DEFAULT_URI
"https://dev.slave.scapp.cz"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
ENV
"/etc/profile"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GIT_SSL_CAINFO
"/etc/ssl/certs/ca-certificates.crt"
HOME
"/nonexistent"
HOST
"0.0.0.0"
HOSTNAME
"4bcb37b534c5"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dev.slave.scapp.cz"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.62"
HTTP_X_FORWARDED_HOST
"dev.slave.scapp.cz"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"9c3e2ede7031"
HTTP_X_REAL_IP
"216.73.216.62"
LD_LIBRARY_PATH
"/nix/store/mijvnwpkic0w59adx8gpds5wxi3plf07-mariadb-connector-c-3.3.5/lib:/nix/store/1i32nxan94y8kv062rlqlli79zdmbcr9-php-ctype-8.4.2/lib:/nix/store/hz338vvfj1szrcii61zbhp3kp417vxim-php-iconv-8.4.2/lib:/nix/store/xmckwr3ayz943xz1wj2y60s91a7hbs3x-php-soap-8.4.2/lib:/usr/lib"
LIBRARY_PATH
"~/.nix-profile/lib:"
MAILER_DSN
"smtp://mailpit:mailpit@mailpit:1025"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
NIXPACKS_METADATA
""
NIXPACKS_NODE_VERSION
""
NIXPACKS_PHP_FALLBACK_PATH
"/index.php"
NIXPACKS_PHP_ROOT_DIR
"/app/public"
NIXPKGS_ALLOW_BROKEN
"1"
NIXPKGS_ALLOW_INSECURE
"1"
NIXPKGS_ALLOW_UNFREE
"1"
NIX_PATH
"/nix/var/nix/profiles/per-user/root/channels"
NIX_PROFILES
"/nix/var/nix/profiles/default /root/.nix-profile"
NIX_SSL_CERT_FILE
"/etc/ssl/certs/ca-certificates.crt"
PACKETA_REST_API_HOST
"https://pickup-point.api.packeta.com"
PATH
":/root/.nix-profile/bin:/root/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin"
PHP_INI_SCAN_DIR
"/nix/store/yiacybr0yiaim1kygpz539yyq73mik7k-php-with-extensions-8.4.2/lib"
PHP_SELF
"/index.php"
PORT
"80"
PWD
"/app"
QTDIR
"~/.nix-profile:"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.18.0.2"
REMOTE_PORT
"38864"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1773079892
REQUEST_TIME_FLOAT
1773079892.1595
REQUEST_URI
"/cart/step-two"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.7"
SERVER_NAME
"localhost"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.26.2"
SERVICE_FQDN_NGINX
"dev.slave.scapp.cz"
SERVICE_URL_NGINX
"https://dev.slave.scapp.cz"
SHLVL
"0"
SOURCE_COMMIT
"610c2865d675a034404dffb39e839c52960a7635"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"PACKETA_SOAP_API_HOST,DPD_API_HOST,GLS_API_HOST,PPL_API_HOST,CZECH_POST_API_HOST,MAPY_CZ_API_KEY"
TRUSTED_HOSTS
"dev.slave.scapp.cz"
TRUSTED_PROXIES
"127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
UPLOAD_MAX_FILESIZE
"250M"
USER
"nobody"
XDG_DATA_DIRS
"/usr/local/share:/usr/share:/root/.nix-profile/share:/nix/var/nix/profiles/default/share:/root/.nix-profile/share:/nix/var/nix/profiles/default/share"
_
"/root/.nix-profile/bin/php-fpm"
__ETC_PROFILE_NIX_SOURCED
"1"
argc
0
argv
[]

Parent Request

Return to parent request (token = 4555b1)

Key Value
_controller
"App\Frontoffice\App\Ui\Cart\StepShippingAndPaymentCartController::view"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"cart_step_two"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#893
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#933 …}
  }
]
_stopwatch_token
"64b781"