Error 500 Internal Server Error

GET https://route-expert.voidcrypt.fr/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"95f3bc"
exception
Twig\Error\RuntimeError {#5201
  #message: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_register" as such route does not exist.") in "landing/index.html.twig" at line 35."
  #code: 0
  #file: "/app/templates/landing/index.html.twig"
  #line: 35
  -previous: Symfony\Component\Routing\Exception\RouteNotFoundException {#8335 …}
  -lineno: 35
  -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_register" as such route does not exist.")."
  -source: Twig\Source {#5291 …}
  -phpFile: "/app/vendor/twig/twig/src/Template.php"
  -phpLine: 460
  trace: {
    /app/templates/landing/index.html.twig:35 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
      › 
      ›     <a href="{{ path('app_register') }}" class="nav-cta">Commencer</a></div>
    }
    /app/templates/base.html.twig:15 {
      __TwigTemplate_a0b03e6a59b31ec6a293125080a11a42->doDisplay(array $context, array $blocks = []): iterable …
      › <body>    {% block body %}{% endblock %}</body>
      arguments: {
        $name: "body"
        $context: [ …2]
        $blocks: [ …5]
      }
    }
    /app/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …2]
        $blocks: [ …4]
      }
    }
    /app/var/cache/dev/twig/30/30bedbc7de6776fefb59b6e4b1ad922c.php:56 {
      __TwigTemplate_536427d40967b3dfea41425bd73be3b7->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 2);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …2]
        $blocks: [ …5]
      }
    }
    /app/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …2]
        $blocks: [ …4]
      }
    }
    /app/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
      arguments: {
        $context: [ …2]
        $blocks: [ …4]
      }
    }
    /app/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …1]
      }
    }
    /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …1]
      }
    }
    /app/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …1]
      }
    }
    /app/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);}
      arguments: {
        $name: "landing/index.html.twig"
        $context: [ …1]
      }
    }
    /app/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();
      arguments: {
        $view: "landing/index.html.twig"
        $block: null
        $parameters: [ …1]
        $method: "render"
      }
    }
    /app/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__);}
      arguments: {
        $view: "landing/index.html.twig"
        $block: null
        $parameters: [ …1]
        $response: null
        $method: "render"
      }
    }
    /app/src/Controller/LandingController.php:14 {
      App\Controller\LandingController->index(): Response …
      › {    return $this->render('landing/index.html.twig', [        'controller_name' => 'LandingController',
      arguments: {
        $view: "landing/index.html.twig"
        $parameters: [ …1]
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php: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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#3809
  -records: [
    2 => [
      [
        "timestamp" => 1766671090
        "timestamp_rfc3339" => "2025-12-25T13:58:10.441+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_landing"
          "route_parameters" => [
            "_route" => "app_landing"
            "_controller" => "App\Controller\LandingController::index"
          ]
          "request_uri" => "https://route-expert.voidcrypt.fr/"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1766671090
        "timestamp_rfc3339" => "2025-12-25T13:58:10.444+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1766671090
        "timestamp_rfc3339" => "2025-12-25T13:58:10.627+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_register" as such route does not exist.") in "landing/index.html.twig" at line 35." at index.html.twig line 35"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#5201
            #message: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_register" as such route does not exist.") in "landing/index.html.twig" at line 35."
            #code: 0
            #file: "/app/templates/landing/index.html.twig"
            #line: 35
            -previous: Symfony\Component\Routing\Exception\RouteNotFoundException {#8335 …}
            -lineno: 35
            -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_register" as such route does not exist.")."
            -source: Twig\Source {#5291 …}
            -phpFile: "/app/vendor/twig/twig/src/Template.php"
            -phpLine: 460
            trace: {
              /app/templates/landing/index.html.twig:35 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
                › 
                ›     <a href="{{ path('app_register') }}" class="nav-cta">Commencer</a></div>
              }
              /app/templates/base.html.twig:15 {
                __TwigTemplate_a0b03e6a59b31ec6a293125080a11a42->doDisplay(array $context, array $blocks = []): iterable …
                › <body>    {% block body %}{% endblock %}</body>
                arguments: {
                  $name: "body"
                  $context: [ …2]
                  $blocks: [ …5]
                }
              }
              /app/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …2]
                  $blocks: [ …4]
                }
              }
              /app/var/cache/dev/twig/30/30bedbc7de6776fefb59b6e4b1ad922c.php:56 {
                __TwigTemplate_536427d40967b3dfea41425bd73be3b7->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("base.html.twig", 2);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
                  $context: [ …2]
                  $blocks: [ …5]
                }
              }
              /app/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …2]
                  $blocks: [ …4]
                }
              }
              /app/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
                arguments: {
                  $context: [ …2]
                  $blocks: [ …4]
                }
              }
              /app/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
                arguments: {
                  $context: [ …1]
                }
              }
              /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
                arguments: {
                  $context: [ …1]
                }
              }
              /app/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
                arguments: {
                  $context: [ …1]
                }
              }
              /app/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);}
                arguments: {
                  $name: "landing/index.html.twig"
                  $context: [ …1]
                }
              }
              /app/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();
                arguments: {
                  $view: "landing/index.html.twig"
                  $block: null
                  $parameters: [ …1]
                  $method: "render"
                }
              }
              /app/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__);}
                arguments: {
                  $view: "landing/index.html.twig"
                  $block: null
                  $parameters: [ …1]
                  $response: null
                  $method: "render"
                }
              }
              /app/src/Controller/LandingController.php:14 {
                App\Controller\LandingController->index(): Response …
                › {    return $this->render('landing/index.html.twig', [        'controller_name' => 'LandingController',
                arguments: {
                  $view: "landing/index.html.twig"
                  $parameters: [ …1]
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/symfony/http-kernel/Kernel.php: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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1630 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
host
"route-expert.voidcrypt.fr"
priority
"u=0, i"
sec-ch-ua
""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
x-php-ob-level
"0"

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, 25 Dec 2025 13:58:10 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Unable%20to%20generate%20a%20URL%20for%20the%20named%20route%20%22app_register%22%20as%20such%20route%20does%20not%20exist.%22%29%20in%20%22landing%2Findex.html.twig%22%20at%20line%2035."
x-debug-exception-file
"%2Fapp%2Ftemplates%2Flanding%2Findex.html.twig:35"
x-debug-token
"ef5de1"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"1148cff823e12c5137e90d6b35152787"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
AUTH_TYPE
""
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOME
"/root"
HOSTNAME
"1f6962fa7f65"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_HOST
"route-expert.voidcrypt.fr"
HTTP_PRIORITY
"u=0, i"
HTTP_SEC_CH_UA
""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.0.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"39cb6e4acd679b574d3d3276f148213e935fc25f90403eb84fb1b836a806ef1e"
PHP_URL
"https://www.php.net/distributions/php-8.5.0.tar.xz"
PHP_VERSION
"8.5.0"
PWD
"/app"
QUERY_STRING
""
REMOTE_ADDR
"10.89.0.3"
REMOTE_HOST
"10.89.0.3"
REMOTE_IDENT
""
REMOTE_PORT
"57674"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1766671085
REQUEST_TIME_FLOAT
1766671085.6859
REQUEST_URI
"/"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"route-expert.voidcrypt.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/3.0"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
"TLS_CHACHA20_POLY1305_SHA256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"
container
"podman"

Parent Request

Return to parent request (token = cd8fa4)

Key Value
_controller
"App\Controller\LandingController::index"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#4973
  -links: [
    4849 => Symfony\Component\WebLink\Link {#4849
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
      -href: "/assets/styles/app-cT2YKNc.css"
    }
  ]
}
_remove_csp_headers
true
_route
"app_landing"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"fb74f6"