Error 500 Internal Server Error

GET https://budapest-1.bavtest.net/uk/april/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_stopwatch_token
"313fc0"
exception
Twig\Error\RuntimeError {#9550
  #message: "Impossible to access an attribute ("domain") on a null variable."
  #code: 0
  #file: "/home/fedevco/front-app/templates/layouts/blocks/event/event_buy_button.html.twig"
  #line: 5
  -lineno: 5
  -name: "layouts/blocks/event/event_buy_button.html.twig"
  -rawMessage: "Impossible to access an attribute ("domain") on a null variable."
  -sourcePath: "/home/fedevco/front-app/templates/layouts/blocks/event/event_buy_button.html.twig"
  -sourceCode: """
    {% if isLink %}\r\n
        {% if simpleEventDto.customLink is not null %}\r\n
            <a href="{{ simpleEventDto.customLink }}" target="_blank" ref="nofollow" class="st-btn up_case btn-rounded">\r\n
        {% else %}\r\n
            <a href="{{ path(isPreOrder ? 'event_pre_order_localized' : 'event_order_localized', {'slug': simpleEventDto.slug, '_domain': simpleEventDto.cityDto.domain}) }}" class="st-btn up_case btn-rounded">\r\n
        {% endif %}\r\n
            <span class="center_col"><span>{{ buttonLabel }}</span></span>\r\n
        </a>\r\n
    {% else %}\r\n
        <div\r\n
                class="st-btn up_case grey btn-rounded">\r\n
            <span class="center_col"><span>{{ buttonLabel }}</span></span>\r\n
        </div>\r\n
    {% endif %}
    """
  trace: {
    /home/fedevco/front-app/templates/layouts/blocks/event/event_buy_button.html.twig:5 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {% else %}\r    <a href="{{ path(isPreOrder ? 'event_pre_order_localized' : 'event_order_localized', {'slug': simpleEventDto.slug, '_domain': simpleEventDto.cityDto.domain}) }}" class="st-btn up_case btn-rounded">\r{% endif %}\r
    }
    /home/fedevco/front-app/var/cache/dev/twig/d8/d8aa03ffecc04baefd67938f03e0f257.php:55 {
      __TwigTemplate_4ddef8437e90591866a02037d7d3451e->doDisplay(array $context, array $blocks = []) …
      › echo "        <a href=\"";echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((((isset($context["isPreOrder"]) || array_key_exists("isPreOrder", $context) ? $context["isPreOrder"] : (function () { throw new RuntimeError('Variable "isPreOrder" does not exist.', 5, $this->source); })())) ? ("event_pre_order_localized") : ("event_order_localized")), ["slug" => twig_get_attribute($this->env, $this->source, (isset($context["simpleEventDto"]) || array_key_exists("simpleEventDto", $context) ? $context["simpleEventDto"] : (function () { throw new RuntimeError('Variable "simpleEventDto" does not exist.', 5, $this->source); })()), "slug", [], "any", false, false, false, 5), "_domain" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["simpleEventDto"]) || array_key_exists("simpleEventDto", $context) ? $context["simpleEventDto"] : (function () { throw new RuntimeError('Variable "simpleEventDto" does not exist.', 5, $this->source); })()), "cityDto", [], "any", false, false, false, 5), "domain", [], "any", false, false, false, 5)]), "html", null, true);echo "\" class=\"st-btn up_case btn-rounded\">
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php:83 {
      Symfony\UX\TwigComponent\ComponentRenderer->render(MountedComponent $mounted): string …
      ›         $event->getTemplateIndex(),    )->render($variables);} finally {
    }
    /home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php:58 {
      Symfony\UX\TwigComponent\ComponentRenderer->createAndRender(string $name, array $props = []): string …
      › 
      ›     return $this->render($this->factory->create($name, $props));}
    }
    /home/fedevco/front-app/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php:58 {
      Symfony\UX\TwigComponent\Twig\ComponentExtension->render(string $name, array $props = []): string …
      › try {    return $this->container->get(ComponentRenderer::class)->createAndRender($name, $props);} catch (\Throwable $e) {
    }
    /home/fedevco/front-app/templates/frontApp/items/events_filtration/event_filtration_item.html.twig:45 {
      __TwigTemplate_0cdb573ac4be1583995a6bd605516eab->doDisplay(array $context, array $blocks = []) …
      ›     <span><strong>{{ component('event-price', {'simpleEventDto':event }) }}</strong></span>    <div class="btn-holder">{{ component('event-buy-button', {'simpleEventDto':event }) }}</div></div>
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Extension/CoreExtension.php:1347 {
      twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
      › 
      ›     return $loaded ? $loaded->render($variables) : '';} finally {
    }
    /home/fedevco/front-app/var/cache/dev/twig/3d/3da81ac25061320db3914e52b0da73c1.php:96 {
      __TwigTemplate_d0ca6934c518dd2dc3e95fe7215314aa->doDisplay(array $context, array $blocks = []) …
      › echo "            ";echo twig_include($this->env, $context, "frontApp/items/events_filtration/event_filtration_item.html.twig", ["event" => $context["event"], "loop" => $context["loop"]]);echo "
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Extension/CoreExtension.php:1347 {
      twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
      › 
      ›     return $loaded ? $loaded->render($variables) : '';} finally {
    }
    /home/fedevco/front-app/var/cache/dev/twig/93/937945e1b7b5e619555894d073c5042d.php:184 {
      __TwigTemplate_cfa6a8e2d273f7b2fb736818ebd3a96d->block_body($context, array $blocks = []) …
      › echo "                        ";echo twig_include($this->env, $context, "frontApp/items/events_filtration/events_content.html.twig", ["data" => (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 88, $this->source); })())]);echo "
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/templates/layouts/base.html.twig:60 {
      __TwigTemplate_fda89bbf4c26f1146b167838797c553a->doDisplay(array $context, array $blocks = []) …
      › <div class="page-content">    {% block body %}{% endblock %}</div>
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/fedevco/front-app/var/cache/dev/twig/93/937945e1b7b5e619555894d073c5042d.php:51 {
      __TwigTemplate_cfa6a8e2d273f7b2fb736818ebd3a96d->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("layouts/base.html.twig", "frontApp/events_filtration.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/fedevco/front-app/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php:243 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/fedevco/front-app/src/Shared/Infrastructure/Controller/BaseController.php:33 {
      App\Shared\Infrastructure\Controller\BaseController->renderView(string $view, array $parameters = []): string …
      › {    return parent::renderView($this->path.$view, $parameters);}
    }
    /home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php:254 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);    $response ??= new Response();
    }
    /home/fedevco/front-app/src/FrontApp/Infrastructure/Controller/PageController.php:48 {
      App\FrontApp\Infrastructure\Controller\PageController->oneSlug(Request $request, string $slug): Response …
      › 
      › return $this->render($responseDto->getTemplateName(), [    'data' => $responseDto,
    }
    /home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/fedevco/front-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) {
    }
    /home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/fedevco/front-app/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/fedevco/front-app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/fedevco/front-app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1720 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"3.135.195.180"
cf-ipcity
"Columbus"
cf-ipcontinent
"NA"
cf-ipcountry
"US"
cf-iplatitude
"39.96250"
cf-iplongitude
"-83.00610"
cf-metro-code
"535"
cf-postal-code
"43215"
cf-ray
"90693ff9a8bb1419-FRA"
cf-region
"Ohio"
cf-region-code
"OH"
cf-timezone
"America/New_York"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
content-length
""
content-type
""
cookie
"sf_redirect=%7B%22token%22%3A%22650fe6%22%2C%22route%22%3A%22page_one_slug_localized%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Symfony%5C%5CBundle%5C%5CFrameworkBundle%5C%5CController%5C%5CRedirectController%22%2C%22method%22%3A%22urlRedirectAction%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Ffedevco%5C%2Ffront-app%5C%2Fvendor%5C%2Fsymfony%5C%2Fframework-bundle%5C%2FController%5C%2FRedirectController.php%22%2C%22line%22%3A110%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
host
"budapest-1.bavtest.net"
referer
"https://budapest-1.bavtest.net/uk/april"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"3.135.195.180"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 23 Jan 2025 16:44:43 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22domain%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Ffedevco%2Ffront-app%2Ftemplates%2Flayouts%2Fblocks%2Fevent%2Fevent_buy_button.html.twig:5"
x-debug-token
"81ac17"

Cookies

Request Cookies

Key Value
sf_redirect
"{"token":"650fe6","route":"page_one_slug_localized","method":"GET","controller":{"class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController","method":"urlRedirectAction","file":"\/home\/fedevco\/front-app\/vendor\/symfony\/framework-bundle\/Controller\/RedirectController.php","line":110},"status_code":301,"status_text":"Moved Permanently"}"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Thu, 23 Jan 25 16:44:42 +0000"
Last used
"Thu, 23 Jan 25 16:44:42 +0000"
Lifetime
0

Session Attributes

Attribute Value
fm_auth
"b4dac758c3ef469388099bda1116f027JaYWd9LAnZa7DyJUjB4UQAgcDey5jNpIzdDqFfR8HKc="

Session Usage

8 Usages
Stateless check enabled
Usage
App\ProjectCatalogBundle\Infrastructure\Service\City\DomainCityResolver:40
[
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/City/DomainCityResolver.php"
    "line" => 40
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Cache/CacheKeyResolver.php"
    "line" => 22
    "function" => "getCity"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\City\DomainCityResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Page/Handler/PageBySlugHandler.php"
    "line" => 38
    "function" => "getKey"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Cache\CacheKeyResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Page/PageResolverClientService.php"
    "line" => 18
    "function" => "handle"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Page\Handler\PageBySlugHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/FrontApp/Infrastructure/Controller/PageController.php"
    "line" => 38
    "function" => "resolve"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Page\PageResolverClientService"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "oneSlug"
    "class" => "App\FrontApp\Infrastructure\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator:84
[
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/Communicator/Communicator.php"
    "line" => 84
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/FmClient.php"
    "line" => 123
    "function" => "sendRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/FmClient.php"
    "line" => 84
    "function" => "sendRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\FmClient"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Customer/CustomerService.php"
    "line" => 33
    "function" => "executeCommand"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\FmClient"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/LockRegistry.php"
    "line" => 111
    "function" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\{closure}"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\CustomerService"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 102
    "function" => "compute"
    "class" => "Symfony\Component\Cache\LockRegistry"
    "type" => "::"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 64
    "function" => "Symfony\Component\Cache\Traits\{closure}"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 85
    "function" => "contractsGet"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 30
    "function" => "doGet"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Customer/CustomerService.php"
    "line" => 29
    "function" => "get"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/FrontApp/Infrastructure/Twig/Component/Event/LoginComponent.php"
    "line" => 24
    "function" => "getCustomer"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\CustomerService"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 205
    "function" => "postMount"
    "class" => "App\FrontApp\Infrastructure\Twig\Component\Event\LoginComponent"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 91
    "function" => "postMount"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 65
    "function" => "mountFromObject"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 58
    "function" => "create"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php"
    "line" => 58
    "function" => "createAndRender"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/6c/6c67ae3b94ca458df803a8222062bb53.php"
    "line" => 51
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\Twig\ComponentExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_29cbfba64fc622810d85127bb6300853"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1347
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/05/05ad5197b6c7e6a2c61cb12a380b0448.php"
    "line" => 78
    "function" => "twig_include"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a7aa3c4f7ba294aec508de9f13a443b7"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 83
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php"
    "line" => 58
    "function" => "createAndRender"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/e3/e3ba9a5b1363a528015a2c0d5fb7be7d.php"
    "line" => 356
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\Twig\ComponentExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_fda89bbf4c26f1146b167838797c553a"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/e3/e3ba9a5b1363a528015a2c0d5fb7be7d.php"
    "line" => 115
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_fda89bbf4c26f1146b167838797c553a"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/93/937945e1b7b5e619555894d073c5042d.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_cfa6a8e2d273f7b2fb736818ebd3a96d"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 243
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/Shared/Infrastructure/Controller/BaseController.php"
    "line" => 33
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 254
    "function" => "renderView"
    "class" => "App\Shared\Infrastructure\Controller\BaseController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/FrontApp/Infrastructure/Controller/PageController.php"
    "line" => 48
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "oneSlug"
    "class" => "App\FrontApp\Infrastructure\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator:287
[
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/Communicator/Communicator.php"
    "line" => 287
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/Communicator/Communicator.php"
    "line" => 152
    "function" => "handleSuccessResponse"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/Communicator/Communicator.php"
    "line" => 380
    "function" => "sendRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/Communicator/Communicator.php"
    "line" => 89
    "function" => "sendAuthRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/FmClient.php"
    "line" => 123
    "function" => "sendRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\Communicator\Communicator"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/FmClient/FmClient.php"
    "line" => 84
    "function" => "sendRequest"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\FmClient"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Customer/CustomerService.php"
    "line" => 33
    "function" => "executeCommand"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\FmClient\FmClient"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/LockRegistry.php"
    "line" => 111
    "function" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\{closure}"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\CustomerService"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 102
    "function" => "compute"
    "class" => "Symfony\Component\Cache\LockRegistry"
    "type" => "::"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 64
    "function" => "Symfony\Component\Cache\Traits\{closure}"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache/Traits/ContractsTrait.php"
    "line" => 85
    "function" => "contractsGet"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 30
    "function" => "doGet"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/ProjectCatalogBundle/Infrastructure/Service/Customer/CustomerService.php"
    "line" => 29
    "function" => "get"
    "class" => "Symfony\Component\Cache\Adapter\TagAwareAdapter"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/FrontApp/Infrastructure/Twig/Component/Event/LoginComponent.php"
    "line" => 24
    "function" => "getCustomer"
    "class" => "App\ProjectCatalogBundle\Infrastructure\Service\Customer\CustomerService"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 205
    "function" => "postMount"
    "class" => "App\FrontApp\Infrastructure\Twig\Component\Event\LoginComponent"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 91
    "function" => "postMount"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentFactory.php"
    "line" => 65
    "function" => "mountFromObject"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 58
    "function" => "create"
    "class" => "Symfony\UX\TwigComponent\ComponentFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php"
    "line" => 58
    "function" => "createAndRender"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/6c/6c67ae3b94ca458df803a8222062bb53.php"
    "line" => 51
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\Twig\ComponentExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_29cbfba64fc622810d85127bb6300853"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1347
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/05/05ad5197b6c7e6a2c61cb12a380b0448.php"
    "line" => 78
    "function" => "twig_include"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a7aa3c4f7ba294aec508de9f13a443b7"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 83
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/ComponentRenderer.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php"
    "line" => 58
    "function" => "createAndRender"
    "class" => "Symfony\UX\TwigComponent\ComponentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/e3/e3ba9a5b1363a528015a2c0d5fb7be7d.php"
    "line" => 356
    "function" => "render"
    "class" => "Symfony\UX\TwigComponent\Twig\ComponentExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_header"
    "class" => "__TwigTemplate_fda89bbf4c26f1146b167838797c553a"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/e3/e3ba9a5b1363a528015a2c0d5fb7be7d.php"
    "line" => 115
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_fda89bbf4c26f1146b167838797c553a"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/var/cache/dev/twig/93/937945e1b7b5e619555894d073c5042d.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_cfa6a8e2d273f7b2fb736818ebd3a96d"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 243
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/Shared/Infrastructure/Controller/BaseController.php"
    "line" => 33
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 254
    "function" => "renderView"
    "class" => "App\Shared\Infrastructure\Controller\BaseController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/src/FrontApp/Infrastructure/Controller/PageController.php"
    "line" => 48
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "oneSlug"
    "class" => "App\FrontApp\Infrastructure\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/fedevco/front-app/public/index.php"
    "line" => 5
    "args" => [
      "/home/fedevco/front-app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"62bf1983d2da5eafaf99fa3852d75c23"
COOKIE_DOMAIN
".bavtest.net"
DATABASE_URL
"mysql://karabasfront:karabasfront123@localhost:3306/karabas_front?serverVersion=8&charset=utf8mb4"
ENABLE_CUSTOMIZATION
""
FM_ENABLED
""
FM_IP
""
FRONT_API_TOKEN
"70c520a361dee075806ca40a61f19c58"
FRONT_DEFAULT_LOCALE_IN_URL
"0"
GOOGLE_API_KEY
"AIzaSyDoX4J5HqF6MtiJxPYW72ljapdjf1fM_js"
MAILER_DEFAULT_SENDER
""
MAILER_DSN
""
MESSENGER_TRANSPORT_DSN
"amqp://guest:Asdfghjzxcvbnm@localhost:5672/%2f/messages"
MESSENGER_TRANSPORT_DSN_KEY
"ukraine"
MONGODB_DB
"karabas_front"
MONGODB_URL
"mongodb://localhost:27017/karabas_front?authSource=admin&directConnection=true"
PROJECT_ID
"0188e2e9-e331-73bb-a619-597f34918f8f"
RABBITMQ_QUEUE_PASSWORD
"ex9ho7aedoh3xah"
RABBITMQ_QUEUE_USERNAME
"foroptimisation"
RABBIT_EXTERNAL_PORT
"5672"
REDIS_URL
"redis://localhost:6379?database=0"
SENTRY_DSN
"https://e24e9a6179560e14e497145f996d4b31@o4507114041901056.ingest.de.sentry.io/4507117969211472"
SENTRY_ENV_TAG
"development"
STORE_LOG_FOR_FRONT
"0"
UK_DEFAULT_LOCALIZATION
"0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/fedevco/front-app/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"3.135.195.180"
HTTP_CF_IPCITY
"Columbus"
HTTP_CF_IPCONTINENT
"NA"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_IPLATITUDE
"39.96250"
HTTP_CF_IPLONGITUDE
"-83.00610"
HTTP_CF_METRO_CODE
"535"
HTTP_CF_POSTAL_CODE
"43215"
HTTP_CF_RAY
"90693ff9a8bb1419-FRA"
HTTP_CF_REGION
"Ohio"
HTTP_CF_REGION_CODE
"OH"
HTTP_CF_TIMEZONE
"America/New_York"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%22650fe6%22%2C%22route%22%3A%22page_one_slug_localized%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Symfony%5C%5CBundle%5C%5CFrameworkBundle%5C%5CController%5C%5CRedirectController%22%2C%22method%22%3A%22urlRedirectAction%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Ffedevco%5C%2Ffront-app%5C%2Fvendor%5C%2Fsymfony%5C%2Fframework-bundle%5C%2FController%5C%2FRedirectController.php%22%2C%22line%22%3A110%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
HTTP_HOST
"budapest-1.bavtest.net"
HTTP_REFERER
"https://budapest-1.bavtest.net/uk/april"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"3.135.195.180"
HTTP_X_FORWARDED_PROTO
"https"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"3.135.195.180"
REMOTE_PORT
""
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1737650681
REQUEST_TIME_FLOAT
1737650681.9311
REQUEST_URI
"/uk/april/"
SCRIPT_FILENAME
"/home/fedevco/front-app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"207.154.223.191"
SERVER_NAME
"~^(.*)\.bavtest\.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,COOKIE_DOMAIN,DATABASE_URL,MONGODB_URL,GOOGLE_API_KEY,FRONT_API_TOKEN,RABBITMQ_QUEUE_USERNAME,RABBITMQ_QUEUE_PASSWORD,RABBIT_EXTERNAL_PORT,MESSENGER_TRANSPORT_DSN,MAILER_DEFAULT_SENDER,MAILER_DSN,SENTRY_DSN,SENTRY_ENV_TAG,MESSENGER_TRANSPORT_DSN_KEY,REDIS_URL,FRONT_DEFAULT_LOCALE_IN_URL,ENABLE_CUSTOMIZATION,FM_ENABLED,PROJECT_ID,FM_IP,UK_DEFAULT_LOCALIZATION,STORE_LOG_FOR_FRONT,MONGODB_DB"
USER
"www-data"

Parent Request

Return to parent request (token = f9d53a)

Key Value
_controller
"App\FrontApp\Infrastructure\Controller\PageController::oneSlug"
_firewall_context
"security.firewall.map.context.main"
_fos_rest_zone
false
_locale
"uk"
_redirected
true
_remove_csp_headers
true
_route
"page_one_slug_localized"
_route_params
[
  "_locale" => "uk"
  "slug" => "april"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"81a81c"
slug
"april"