Error 500 Internal Server Error

GET https://imnemia.fr/login

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"3d5a26"
exception
Twig\Error\SyntaxError {#1286
  #message: "Did you forget to run "composer require symfony/twig-bundle"? Unknown function "importmap" in "base.html.twig" at line 1."
  #code: 0
  #file: "/app-dev/neuroscope-web/templates/base.html.twig"
  #line: 1
  -lineno: 1
  -rawMessage: "Did you forget to run "composer require symfony/twig-bundle"? Unknown function "importmap"."
  -source: Twig\Source {#854 …}
  -phpFile: "/app-dev/neuroscope-web/vendor/symfony/twig-bridge/UndefinedCallableHandler.php"
  -phpLine: 113
  trace: {
    /app-dev/neuroscope-web/templates/base.html.twig:1 {
      Symfony\Bridge\Twig\UndefinedCallableHandler::onUndefinedFunction(string $name): TwigFunction|false …
      › 
      › <!DOCTYPE html><html>
    }
    /app-dev/neuroscope-web/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php:47 {
      Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator->{closure:Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator::configure():47} …
      ›     $environment->registerUndefinedFilterCallback(fn ($name) => UndefinedCallableHandler::onUndefinedFilter($name));    $environment->registerUndefinedFunctionCallback(fn ($name) => UndefinedCallableHandler::onUndefinedFunction($name));}
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/ExtensionSet.php:205 {
      Twig\ExtensionSet->getFunction(string $name): TwigFunction …
      › foreach ($this->functionCallbacks as $callback) {    if (false !== $function = $callback($name)) {        return $function;
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:851 {
      Twig\Environment->getFunction(string $name): TwigFunction …
      › {    return $this->extensionSet->getFunction($name);}
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:439 {
      Twig\Parser->getFunction(string $name, int $line): TwigFunction …
      › try {    $function = $this->env->getFunction($name);} catch (SyntaxError $e) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php:51 {
      Twig\ExpressionParser\Infix\FunctionExpressionParser->parse(Parser $parser, AbstractExpression $expr, Token $token): AbstractExpression …
      › 
      › $function = $parser->getFunction($name, $line);}
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:390 {
      Twig\Parser->parseExpression(int $precedence = 0): AbstractExpression …
      › $this->getStream()->next();$expr = $ep->parse($this, $expr, $token);$this->checkPrecedenceDeprecations($ep, $expr);
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:180 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $token = $this->stream->next();$expr = $this->parseExpression();$this->stream->expect(Token::VAR_END_TYPE);
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:46 {
      Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
      › if ($stream->nextIf(Token::BLOCK_END_TYPE)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(Token::NAME_TYPE)) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:224 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:46 {
      Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
      › if ($stream->nextIf(Token::BLOCK_END_TYPE)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(Token::NAME_TYPE)) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:224 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:104 {
      Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
      › try {    $body = $this->subparse($test, $dropNeedle);}
    /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:558 {
      Twig\Environment->parse(TokenStream $stream): ModuleNode …
      › 
      ›     return $this->parser->parse($stream);}
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:589 {
      Twig\Environment->compileSource(Source $source): string …
      › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:408 {
      Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
      › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);if (!isset($this->hotCache[$name])) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:293 {
      Twig\Template->load(Twig\TemplateWrapper|array|string $template, int $line, ?int $index = null): Template …
      › 
      ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
    }
    /app-dev/neuroscope-web/var/cache/dev/twig/1f/1fe4176f305970663377e2d67be6f8c0.php:53 {
      __TwigTemplate_82f9d3ee9d8f3a417338d0ff7b230fd7->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));
    }
    /app-dev/neuroscope-web/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) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:462 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
      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();
    }
    /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /app-dev/neuroscope-web/src/Controller/LoginController.php:51 {
      App\Controller\LoginController->login(ChartBuilderInterface $chartBuilder, AuthenticationUtils $authenticationUtils): Response …
      › 
      › return $this->render('login/login.html.twig', [    'last_username' => $lastUsername,
    }
    /app-dev/neuroscope-web/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);}
    /app-dev/neuroscope-web/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) {
    }
    /app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php:191 {
      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 {
    }
    /app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /app-dev/neuroscope-web/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app-dev/neuroscope-web/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#112
  -records: [
    2 => [
      [
        "timestamp" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.163+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_login"
          "route_parameters" => [
            "_route" => "app_login"
            "_controller" => "App\Controller\LoginController::login"
          ]
          "request_uri" => "https://imnemia.fr/login"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.166+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.166+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" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.166+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" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.166+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" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.167+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" => 1766158542
        "timestamp_rfc3339" => "2025-12-19T15:35:42.209+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\SyntaxError: "Did you forget to run "composer require symfony/twig-bundle"? Unknown function "importmap" in "base.html.twig" at line 1." at base.html.twig line 1"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\SyntaxError {#1286
            #message: "Did you forget to run "composer require symfony/twig-bundle"? Unknown function "importmap" in "base.html.twig" at line 1."
            #code: 0
            #file: "/app-dev/neuroscope-web/templates/base.html.twig"
            #line: 1
            -lineno: 1
            -rawMessage: "Did you forget to run "composer require symfony/twig-bundle"? Unknown function "importmap"."
            -source: Twig\Source {#854 …}
            -phpFile: "/app-dev/neuroscope-web/vendor/symfony/twig-bridge/UndefinedCallableHandler.php"
            -phpLine: 113
            trace: {
              /app-dev/neuroscope-web/templates/base.html.twig:1 {
                Symfony\Bridge\Twig\UndefinedCallableHandler::onUndefinedFunction(string $name): TwigFunction|false …
                › 
                › <!DOCTYPE html><html>
              }
              /app-dev/neuroscope-web/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php:47 {
                Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator->{closure:Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator::configure():47} …
                ›     $environment->registerUndefinedFilterCallback(fn ($name) => UndefinedCallableHandler::onUndefinedFilter($name));    $environment->registerUndefinedFunctionCallback(fn ($name) => UndefinedCallableHandler::onUndefinedFunction($name));}
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/ExtensionSet.php:205 {
                Twig\ExtensionSet->getFunction(string $name): TwigFunction …
                › foreach ($this->functionCallbacks as $callback) {    if (false !== $function = $callback($name)) {        return $function;
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:851 {
                Twig\Environment->getFunction(string $name): TwigFunction …
                › {    return $this->extensionSet->getFunction($name);}
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:439 {
                Twig\Parser->getFunction(string $name, int $line): TwigFunction …
                › try {    $function = $this->env->getFunction($name);} catch (SyntaxError $e) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php:51 {
                Twig\ExpressionParser\Infix\FunctionExpressionParser->parse(Parser $parser, AbstractExpression $expr, Token $token): AbstractExpression …
                › 
                › $function = $parser->getFunction($name, $line);}
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:390 {
                Twig\Parser->parseExpression(int $precedence = 0): AbstractExpression …
                › $this->getStream()->next();$expr = $ep->parse($this, $expr, $token);$this->checkPrecedenceDeprecations($ep, $expr);
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:180 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $token = $this->stream->next();$expr = $this->parseExpression();$this->stream->expect(Token::VAR_END_TYPE);
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:46 {
                Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
                › if ($stream->nextIf(Token::BLOCK_END_TYPE)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:224 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:46 {
                Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
                › if ($stream->nextIf(Token::BLOCK_END_TYPE)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(Token::NAME_TYPE)) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:224 {
                Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
                › $subparser->setParser($this);$node = $subparser->parse($token);if (!$node) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Parser.php:104 {
                Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
                › try {    $body = $this->subparse($test, $dropNeedle);}
              /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:558 {
                Twig\Environment->parse(TokenStream $stream): ModuleNode …
                › 
                ›     return $this->parser->parse($stream);}
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:589 {
                Twig\Environment->compileSource(Source $source): string …
                › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:408 {
                Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
                › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);if (!isset($this->hotCache[$name])) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:293 {
                Twig\Template->load(Twig\TemplateWrapper|array|string $template, int $line, ?int $index = null): Template …
                › 
                ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
              }
              /app-dev/neuroscope-web/var/cache/dev/twig/1f/1fe4176f305970663377e2d67be6f8c0.php:53 {
                __TwigTemplate_82f9d3ee9d8f3a417338d0ff7b230fd7->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));
              }
              /app-dev/neuroscope-web/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) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /app-dev/neuroscope-web/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:462 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
                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();
              }
              /app-dev/neuroscope-web/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /app-dev/neuroscope-web/src/Controller/LoginController.php:51 {
                App\Controller\LoginController->login(ChartBuilderInterface $chartBuilder, AuthenticationUtils $authenticationUtils): Response …
                › 
                › return $this->render('login/login.html.twig', [    'last_username' => $lastUsername,
              }
              /app-dev/neuroscope-web/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);}
              /app-dev/neuroscope-web/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) {
              }
              /app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php:191 {
                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 {
              }
              /app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /app-dev/neuroscope-web/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app-dev/neuroscope-web/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#111 …}
}

Request Headers

Header Value
accept-encoding
"gzip"
host
"imnemia.fr"
user-agent
"Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 19 Dec 2025 15:35:42 GMT"
vary
"Accept"
x-debug-exception
"Did%20you%20forget%20to%20run%20%22composer%20require%20symfony%2Ftwig-bundle%22%3F%20Unknown%20function%20%22importmap%22%20in%20%22base.html.twig%22%20at%20line%201."
x-debug-exception-file
"%2Fapp-dev%2Fneuroscope-web%2Ftemplates%2Fbase.html.twig:1"
x-debug-token
"c9d2f2"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Fri, 19 Dec 25 15:35:42 +0000"
Last used
"Fri, 19 Dec 25 15:35:42 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/src/Controller/LoginController.php"
    "line" => 19
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\LoginController"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/src/Controller/LoginController.php"
    "line" => 22
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "login"
    "class" => "App\Controller\LoginController"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app-dev/neuroscope-web/public/index.php"
    "line" => 5
    "args" => [
      "/app-dev/neuroscope-web/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
"539ee07939802d03276f7de145fcc7f6"
DATABASE_PASSWORD
"postgresP@SS"
DATABASE_URL
"postgresql://postgres:postgresP@SS@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
DEFAULT_URI
"https://neuroscope.cloud"
ELASTICSEARCH_HOST
"http://192.168.0.62"
ELASTICSEARCH_PORT
"9200"
MAILER_DSN
"smtp://heracles@neuroscope.cloud:H3R@p@ss@ex.mail.ovh.net:587?require_tls=true"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://example.com/.well-known/mercure"
MERCURE_URL
"https://example.com/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OLLAMA_HOST
"http://192.168.0.62"
OLLAMA_MODEL
"llama3.1:8b"
OLLAMA_PORT
"11434"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/app-dev/neuroscope-web"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app-dev/neuroscope-web"
]
CONTEXT_DOCUMENT_ROOT
"/app-dev/neuroscope-web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/app-dev/neuroscope-web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"imnemia.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"imnemia.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"3.92.48.225"
REMOTE_PORT
"34402"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1766158542
REQUEST_TIME_FLOAT
1766158542.1496
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/app-dev/neuroscope-web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.0.61"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"imnemia.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at imnemia.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"false"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"CN=Trust Provider B.V. TLS RSA CA G1,OU=Domain Validated SSL,O=Trust Provider B.V.,C=NL"
SSL_SERVER_I_DN_C
"NL"
SSL_SERVER_I_DN_CN
"Trust Provider B.V. TLS RSA CA G1"
SSL_SERVER_I_DN_O
"Trust Provider B.V."
SSL_SERVER_I_DN_OU
"Domain Validated SSL"
SSL_SERVER_M_SERIAL
"04C5657B28572096EAAD693828888271"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"neuroscope.cloud"
SSL_SERVER_SAN_DNS_1
"www.neuroscope.cloud"
SSL_SERVER_S_DN
"CN=neuroscope.cloud"
SSL_SERVER_S_DN_CN
"neuroscope.cloud"
SSL_SERVER_V_END
"Nov  9 23:59:59 2026 GMT"
SSL_SERVER_V_START
"Nov 10 00:00:00 2025 GMT"
SSL_SESSION_ID
"349484a9a0ea29f84b5f3bc561dd57b1506b78f64a9172b7b98634629e348824"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"imnemia.fr"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.58"
SSL_VERSION_LIBRARY
"OpenSSL/3.0.13"
SYMFONY_DOTENV_PATH
"/app-dev/neuroscope-web/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,DATABASE_PASSWORD,ELASTICSEARCH_HOST,ELASTICSEARCH_PORT,OLLAMA_HOST,OLLAMA_PORT,OLLAMA_MODEL"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 8afbe6)

Key Value
_controller
"App\Controller\LoginController::login"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_login"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#339
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#299 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#341
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#342 …}
  }
]
_stopwatch_token
"423537"