Error 500 Internal Server Error

GET https://tokiwoki.fr/verify-email/c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8c7a3d"
exception
Symfony\Component\Messenger\Exception\HandlerFailedException {#1221
  #message: "Handling "App\Identity\Application\Command\VerifyEmail\VerifyEmailCommand" failed: Invalid verification token."
  #code: 0
  #file: "/var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php"
  #line: 44
  -previous: DomainException {#804 …}
  -envelope: Symfony\Component\Messenger\Envelope {#1243 …}
  -exceptions: [
    "App\Identity\Application\Command\VerifyEmail\VerifyEmailHandler::__invoke" => DomainException {#804 …}
  ]
  trace: {
    /var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php:44 {
      Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware->handleForManager(EntityManagerInterface $entityManager, Envelope $envelope, StackInterface $stack): Envelope …
      ›     // When a handler fails, the queries of allegedly successful previous handlers just got rolled back.    throw new HandlerFailedException($exception->getEnvelope()->withoutAll(HandledStamp::class), $exception->getWrappedExceptions());}
    }
    /var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php:42 {
      Symfony\Bridge\Doctrine\Messenger\AbstractDoctrineMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › 
      ›     return $this->handleForManager($entityManager, $envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/DeduplicateMiddleware.php:28 {
      Symfony\Component\Messenger\Middleware\DeduplicateMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › if (!$stamp = $envelope->last(DeduplicateStamp::class)) {    return $stack->next()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/FailedMessageProcessingMiddleware.php:34 {
      Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › 
      ›     return $stack->next()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/DispatchAfterCurrentBusMiddleware.php:68 {
      Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      ›     // Execute the whole middleware stack & message handling for main dispatch:    $returnedEnvelope = $stack->next()->handle($envelope, $stack);} catch (\Throwable $exception) {
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/RejectRedeliveredMessageMiddleware.php:41 {
      Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › 
      ›     return $stack->next()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php:35 {
      Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › 
      ›     return $stack->next()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/AddDefaultStampsMiddleware.php:33 {
      Symfony\Component\Messenger\Middleware\AddDefaultStampsMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › 
      ›     return $stack->next()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/Middleware/TraceableMiddleware.php:36 {
      Symfony\Component\Messenger\Middleware\TraceableMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
      › try {    return $stack->next()->handle($envelope, $stack);} finally {
    }
    /var/www/Kohort/vendor/symfony/messenger/MessageBus.php:69 {
      Symfony\Component\Messenger\MessageBus->dispatch(object $message, array $stamps = []): Envelope …
      › 
      ›     return $middlewareIterator->current()->handle($envelope, $stack);}
    }
    /var/www/Kohort/vendor/symfony/messenger/TraceableMessageBus.php:42 {
      Symfony\Component\Messenger\TraceableMessageBus->dispatch(object $message, array $stamps = []): Envelope …
      › try {    return $envelope = $this->decoratedBus->dispatch($message, $stamps);} catch (\Throwable $e) {
    }
    /var/www/Kohort/src/SharedKernel/Infrastructure/Bus/MessengerCommandBus.php:18 {
      App\SharedKernel\Infrastructure\Bus\MessengerCommandBus->dispatch(object $command): mixed …
      › {    $envelope = $this->commandBus->dispatch($command);    $stamp = $envelope->last(HandledStamp::class);
    }
    /var/www/Kohort/src/UI/Http/Web/VerificationController.php:33 {
      App\UI\Http\Web\VerificationController->verify(string $token): Response …
      › try {    $this->commandBus->dispatch(new VerifyEmailCommand($token));    $this->addFlash('success', 'Votre adresse e-mail a été vérifiée avec succès. Bienvenue sur Tokiwoki !');
    }
    /var/www/Kohort/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);}
    /var/www/Kohort/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) {
    }
    /var/www/Kohort/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 {
    }
    /var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/Kohort/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/Kohort/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/Kohort/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#763
  -records: [
    2 => [
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.005+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_verify_email"
          "route_parameters" => [
            "_route" => "app_verify_email"
            "_controller" => "App\UI\Http\Web\VerificationController::verify"
            "token" => "c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809"
          ]
          "request_uri" => "https://tokiwoki.fr/verify-email/c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809"
          "method" => "HEAD"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.007+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.007+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" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.007+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" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.007+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" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.007+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" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.013+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 5432
            "user" => "chaton"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "chaton"
            "serverVersion" => "16"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.039+00:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.048+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.hashed_password AS hashed_password_3, t0.display_name AS display_name_4, t0.roles AS roles_5, t0.avatar_url AS avatar_url_6, t0.theme_config AS theme_config_7, t0.status AS status_8, t0.custom_status_text AS custom_status_text_9, t0.last_seen_at AS last_seen_at_10, t0.created_at AS created_at_11, t0.is_email_verified AS is_email_verified_12, t0.email_verification_token AS email_verification_token_13, t0.email_verification_token_expires_at AS email_verification_token_expires_at_14, t0.account_type AS account_type_15, t0.description AS description_16, t0.organization_category AS organization_category_17 FROM users t0 WHERE t0.email_verification_token = ? LIMIT 1"
          "params" => [
            1 => "33e4a4ebdb3db0319da4869c0e7b3be2bdade04abcb142c9265d6b56ab78936a"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#810
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.061+00:00"
        "message" => "Rolling back transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776529374
        "timestamp_rfc3339" => "2026-04-18T16:22:54.062+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\Messenger\Exception\HandlerFailedException: "Handling "App\Identity\Application\Command\VerifyEmail\VerifyEmailCommand" failed: Invalid verification token." at DoctrineTransactionMiddleware.php line 44"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\Messenger\Exception\HandlerFailedException {#1221
            #message: "Handling "App\Identity\Application\Command\VerifyEmail\VerifyEmailCommand" failed: Invalid verification token."
            #code: 0
            #file: "/var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php"
            #line: 44
            -previous: DomainException {#804 …}
            -envelope: Symfony\Component\Messenger\Envelope {#1243 …}
            -exceptions: [
              "App\Identity\Application\Command\VerifyEmail\VerifyEmailHandler::__invoke" => DomainException {#804 …}
            ]
            trace: {
              /var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php:44 {
                Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware->handleForManager(EntityManagerInterface $entityManager, Envelope $envelope, StackInterface $stack): Envelope …
                ›     // When a handler fails, the queries of allegedly successful previous handlers just got rolled back.    throw new HandlerFailedException($exception->getEnvelope()->withoutAll(HandledStamp::class), $exception->getWrappedExceptions());}
              }
              /var/www/Kohort/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php:42 {
                Symfony\Bridge\Doctrine\Messenger\AbstractDoctrineMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › 
                ›     return $this->handleForManager($entityManager, $envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/DeduplicateMiddleware.php:28 {
                Symfony\Component\Messenger\Middleware\DeduplicateMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › if (!$stamp = $envelope->last(DeduplicateStamp::class)) {    return $stack->next()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/FailedMessageProcessingMiddleware.php:34 {
                Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › 
                ›     return $stack->next()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/DispatchAfterCurrentBusMiddleware.php:68 {
                Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                ›     // Execute the whole middleware stack & message handling for main dispatch:    $returnedEnvelope = $stack->next()->handle($envelope, $stack);} catch (\Throwable $exception) {
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/RejectRedeliveredMessageMiddleware.php:41 {
                Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › 
                ›     return $stack->next()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php:35 {
                Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › 
                ›     return $stack->next()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/AddDefaultStampsMiddleware.php:33 {
                Symfony\Component\Messenger\Middleware\AddDefaultStampsMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › 
                ›     return $stack->next()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/Middleware/TraceableMiddleware.php:36 {
                Symfony\Component\Messenger\Middleware\TraceableMiddleware->handle(Envelope $envelope, StackInterface $stack): Envelope …
                › try {    return $stack->next()->handle($envelope, $stack);} finally {
              }
              /var/www/Kohort/vendor/symfony/messenger/MessageBus.php:69 {
                Symfony\Component\Messenger\MessageBus->dispatch(object $message, array $stamps = []): Envelope …
                › 
                ›     return $middlewareIterator->current()->handle($envelope, $stack);}
              }
              /var/www/Kohort/vendor/symfony/messenger/TraceableMessageBus.php:42 {
                Symfony\Component\Messenger\TraceableMessageBus->dispatch(object $message, array $stamps = []): Envelope …
                › try {    return $envelope = $this->decoratedBus->dispatch($message, $stamps);} catch (\Throwable $e) {
              }
              /var/www/Kohort/src/SharedKernel/Infrastructure/Bus/MessengerCommandBus.php:18 {
                App\SharedKernel\Infrastructure\Bus\MessengerCommandBus->dispatch(object $command): mixed …
                › {    $envelope = $this->commandBus->dispatch($command);    $stamp = $envelope->last(HandledStamp::class);
              }
              /var/www/Kohort/src/UI/Http/Web/VerificationController.php:33 {
                App\UI\Http\Web\VerificationController->verify(string $token): Response …
                › try {    $this->commandBus->dispatch(new VerifyEmailCommand($token));    $this->addFlash('success', 'Votre adresse e-mail a été vérifiée avec succès. Bienvenue sur Tokiwoki !');
              }
              /var/www/Kohort/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);}
              /var/www/Kohort/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) {
              }
              /var/www/Kohort/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 {
              }
              /var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/Kohort/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/Kohort/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/Kohort/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#762 …}
}

Request Headers

Header Value
accept
"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"
content-length
"0"
host
"tokiwoki.fr"
user-agent
"Java/1.8.0_332"
via
"1.1 Caddy"
x-forwarded-for
"45.77.220.10"
x-forwarded-host
"tokiwoki.fr"
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
"Sat, 18 Apr 2026 16:22:54 GMT"
vary
"Accept"
x-debug-exception
"Handling%20%22App%5CIdentity%5CApplication%5CCommand%5CVerifyEmail%5CVerifyEmailCommand%22%20failed%3A%20Invalid%20verification%20token."
x-debug-exception-file
"%2Fvar%2Fwww%2FKohort%2Fvendor%2Fsymfony%2Fdoctrine-bridge%2FMessenger%2FDoctrineTransactionMiddleware.php:44"
x-debug-token
"f4a267"

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_CORS_ALLOW_ORIGIN
"http://localhost:8000"
APP_ENV
"dev"
APP_SECRET
"4ceb00735bd83a805eeb329bd12b7d35"
APP_URL
"http://localhost:8000"
AZURE_SPEECH_KEY
"4sDJXz0yioGdGi7tgrfDu1TzfyIhCkYnB9QBqAlzeUxiKBxF32czJQQJ99CDAC5T7U2XJ3w3AAAYACOGj9B7"
AZURE_SPEECH_REGION
"francecentral"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://chaton:chaton@127.0.0.1:5432/chaton?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
DISCORD_BOT_TOKEN
""
DISCORD_CLIENT_ID
""
DISCORD_CLIENT_SECRET
""
ENCRYPTION_KEY
"DabVpuOpHEpWohOG3mcAcM/aqJh6j2PSV3Y4Pet0jbI="
GFONT_API_KEY
"AIzaSyBHlcYZpLn7jqc2_H3alhFxeEdHqac56sg"
GIPHY_API_KEY
"vcnJoVIinRfRMTbRVn78HzNrpwwzfOAY"
JWT_PASSPHRASE
"54dedd016678c6280e5d88b3fe5d1655547807c0e7faf6800e65467c9a3eda04"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://contact%40tokiwoki.fr:%40%7Ec%2E%2CV8i24gsQ%21M@smtp.hostinger.com:465?encryption=ssl"
MAILER_FROM_ADDRESS
"contact@tokiwoki.fr"
MAILER_FROM_NAME
"Tokiwoki"
MANGOPAY_API_KEY
""
MANGOPAY_API_URL
"https://api.sandbox.mangopay.com"
MANGOPAY_CLIENT_ID
""
MATTERMOST_BASE_URL
"https://your-mattermost-server.example.com"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_BROWSER_URL
"https://tokiwoki.fr/.well-known/mercure"
MERCURE_PUBLIC_URL
"http://127.0.0.1:3000/.well-known/mercure"
MERCURE_URL
"http://127.0.0.1:3000/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
PIPER_BINARY_PATH
""
PIPER_MODEL_PATH
""
REDIS_URL
""
SLACK_CLIENT_ID
""
SLACK_CLIENT_SECRET
""
SLACK_SIGNING_SECRET
""
TEAMS_CLIENT_ID
""
TEAMS_CLIENT_SECRET
""
TEAMS_TENANT_ID
""
TELEGRAM_BOT_TOKEN
""
UX_MAP_DSN
"leaflet://default"
WHATSAPP_API_TOKEN
""
WHATSAPP_PHONE_NUMBER_ID
""
WHATSAPP_WEBHOOK_VERIFY_TOKEN
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/Kohort"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/Kohort"
]
AUTH_TYPE
""
CONTENT_LENGTH
"0"
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/Kohort/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"
HTTP_CONTENT_LENGTH
"0"
HTTP_HOST
"tokiwoki.fr"
HTTP_USER_AGENT
"Java/1.8.0_332"
HTTP_VIA
"1.1 Caddy"
HTTP_X_FORWARDED_FOR
"45.77.220.10"
HTTP_X_FORWARDED_HOST
"tokiwoki.fr"
HTTP_X_FORWARDED_PROTO
"https"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"45.77.220.10"
REMOTE_HOST
"45.77.220.10"
REMOTE_IDENT
""
REMOTE_PORT
"35388"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776529373
REQUEST_TIME_FLOAT
1776529373.9662
REQUEST_URI
"/verify-email/c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809"
SCRIPT_FILENAME
"/var/www/Kohort/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"tokiwoki.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"Caddy/v2.11.2"
SSL_CIPHER
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
SSL_PROTOCOL
"TLSv1.2"
SYMFONY_DOTENV_PATH
"/var/www/Kohort/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,APP_CORS_ALLOW_ORIGIN,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_PUBLIC_BROWSER_URL,MERCURE_JWT_SECRET,REDIS_URL,ENCRYPTION_KEY,SLACK_CLIENT_ID,SLACK_CLIENT_SECRET,SLACK_SIGNING_SECRET,DISCORD_CLIENT_ID,DISCORD_CLIENT_SECRET,DISCORD_BOT_TOKEN,TEAMS_CLIENT_ID,TEAMS_CLIENT_SECRET,TEAMS_TENANT_ID,TELEGRAM_BOT_TOKEN,WHATSAPP_API_TOKEN,WHATSAPP_PHONE_NUMBER_ID,WHATSAPP_WEBHOOK_VERIFY_TOKEN,GFONT_API_KEY,GIPHY_API_KEY,MATTERMOST_BASE_URL,DEFAULT_URI,LOCK_DSN,MAILER_DSN,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,UX_MAP_DSN,MANGOPAY_CLIENT_ID,MANGOPAY_API_KEY,MANGOPAY_API_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,AZURE_SPEECH_KEY,AZURE_SPEECH_REGION,PIPER_BINARY_PATH,PIPER_MODEL_PATH"
USER
"www-data"

Parent Request

Return to parent request (token = d96c34)

Key Value
_controller
"App\UI\Http\Web\VerificationController::verify"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_verify_email"
_route_params
[
  "token" => "c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#119
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#792 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#121
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#122 …}
  }
]
_stopwatch_token
"3614af"
csp_nonce
"AzzimdNjRdUDHG8rKmVVOA=="
token
"c275388031bfe635a3a5e3698d0437ecbdf572d2650559b08f1e81ba747f9809"