http://astem.projets-la-sentinelle.fr/en/login

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"597f6e"
exception
TypeError {#778
  #message: "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge::__construct(): Argument #1 ($userIdentifier) must be of type string, null given, called in C:\Users\crame\devs\astem-platform\vendor\oneortho\one-user-bundle\src\Security\Authenticator\UserAuthenticator.php on line 66"
  #code: 0
  #file: "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Passport\Badge\UserBadge.php"
  #line: 47
  trace: {
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Passport\Badge\UserBadge.php:47 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->__construct(string $userIdentifier, ?callable $userLoader = null) …
      ›  */public function __construct(string $userIdentifier, ?callable $userLoader = null){
    }
    C:\Users\crame\devs\astem-platform\vendor\oneortho\one-user-bundle\src\Security\Authenticator\UserAuthenticator.php:66 {
      OneOrtho\UserBundle\Security\Authenticator\UserAuthenticator->authenticate(Request $request): Passport …
      › return new Passport(    new UserBadge($credentials['username']),    new PasswordCredentials($credentials['password']),
    }
    C:\Users\crame\devs\astem-platform\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;
    }
    C:\Users\crame\devs\astem-platform\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);}
    C:\Users\crame\devs\astem-platform\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) {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    C:\Users\crame\devs\astem-platform\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) {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php:66 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    C:\Users\crame\devs\astem-platform\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) {
    }
    C:\Users\crame\devs\astem-platform\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);}
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Security\LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    C:\Users\crame\devs\astem-platform\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 {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    C:\Users\crame\devs\astem-platform\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);}
    }
    C:\Users\crame\devs\astem-platform\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 {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php:157 {
      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);}
    C:\Users\crame\devs\astem-platform\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) {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    C:\Users\crame\devs\astem-platform\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    C:\Users\crame\devs\astem-platform\public\index.php:5 {
      require …
      › \rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
      }
    }
    C:\Users\crame\devs\astem-platform\router.php:13 {$_SERVER['SCRIPT_FILENAME'] = __DIR__ . '/public/index.php';require __DIR__ . '/public/index.php';arguments: {
        "C:\Users\crame\devs\astem-platform\public\index.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#547 …9}
sub_request_id
"494c81ea67be0401d4d42a3ff8c2ef3848528844e693c33881c5fc69ce8a829c"

Request Headers

Header Value
accept
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
accept-encoding
"identity"
content-length
"330"
content-type
"application/json"
host
"astem.projets-la-sentinelle.fr"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
x-forwarded-for
"172.18.0.1"
x-forwarded-host
"astem.projets-la-sentinelle.fr"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"4801678594f1"
x-php-ob-level
"1"
x-real-ip
"172.18.0.1"

Request Content

Pretty

{
    "requests": [
        {
            "method": "POST",
            "path": "http:\/\/:"
        },
        {
            "method": "POST",
            "path": "\/wp\/v2\/posts",
            "body": {
                "requests": [
                    {
                        "method": "GET",
                        "path": "http:\/\/:"
                    },
                    {
                        "method": "GET",
                        "path": "\/wp\/v2\/categories?author_exclude=SELECT+IF%28%281%3D1%29%2CSLEEP%280.5%29%2C0%29"
                    },
                    {
                        "method": "GET",
                        "path": "\/wp\/v2\/posts"
                    }
                ]
            }
        },
        {
            "method": "POST",
            "path": "\/batch\/v1"
        }
    ]
}

Raw

{"requests":[{"method":"POST","path":"http://:"},{"method":"POST","path":"/wp/v2/posts","body":{"requests":[{"method":"GET","path":"http://:"},{"method":"GET","path":"/wp/v2/categories?author_exclude=SELECT+IF%28%281%3D1%29%2CSLEEP%280.5%29%2C0%29"},{"method":"GET","path":"/wp/v2/posts"}]}},{"method":"POST","path":"/batch/v1"}]}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 11 Sep 2026 12:44:45 GMT"
vary
"Accept"
x-debug-exception
"Symfony%5CComponent%5CSecurity%5CHttp%5CAuthenticator%5CPassport%5CBadge%5CUserBadge%3A%3A__construct%28%29%3A%20Argument%20%231%20%28%24userIdentifier%29%20must%20be%20of%20type%20string%2C%20null%20given%2C%20called%20in%20C%3A%5CUsers%5Ccrame%5Cdevs%5Castem-platform%5Cvendor%5Coneortho%5Cone-user-bundle%5Csrc%5CSecurity%5CAuthenticator%5CUserAuthenticator.php%20on%20line%2066"
x-debug-exception-file
"C%3A%5CUsers%5Ccrame%5Cdevs%5Castem-platform%5Cvendor%5Csymfony%5Csecurity-http%5CAuthenticator%5CPassport%5CBadge%5CUserBadge.php:47"
x-debug-token
"f4cb3c"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Fri, 11 Sep 26 12:44:45 +0000"
Last used
"Fri, 11 Sep 26 12:44:45 +0000"
Lifetime
0

Session Attributes

Attribute Value
_locale
"en"
_security.last_username
null

Session Usage

8 Usages
Stateless check enabled
Usage
OneOrtho\UserBundle\Translation\Subscriber\LocaleSubscriber:36
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\oneortho\one-user-bundle\src\Translation\Subscriber\LocaleSubscriber.php"
    "line" => 36
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "OneOrtho\UserBundle\Translation\Subscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\public\index.php"
    "line" => 5
    "args" => [
      "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\router.php"
    "line" => 13
    "args" => [
      "C:\Users\crame\devs\astem-platform\public\index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-core\Authentication\Token\Storage\UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall\AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Security\LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\public\index.php"
    "line" => 5
    "args" => [
      "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\router.php"
    "line" => 13
    "args" => [
      "C:\Users\crame\devs\astem-platform\public\index.php"
    ]
    "function" => "require"
  ]
]
OneOrtho\UserBundle\Security\Authenticator\UserAuthenticator:62
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\oneortho\one-user-bundle\src\Security\Authenticator\UserAuthenticator.php"
    "line" => 62
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticator.php"
    "line" => 63
    "function" => "authenticate"
    "class" => "OneOrtho\UserBundle\Security\Authenticator\UserAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 181
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php"
    "line" => 66
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall\AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Security\LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\security-http\Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\public\index.php"
    "line" => 5
    "args" => [
      "C:\Users\crame\devs\astem-platform\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\router.php"
    "line" => 13
    "args" => [
      "C:\Users\crame\devs\astem-platform\public\index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 132
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\DebugHandlersListener.php"
    "line" => 74
    "function" => "terminateWithException"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\error-handler\ErrorHandler.php"
    "line" => 537
    "function" => "Symfony\Component\HttpKernel\EventListener\{closure}"
    "class" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener"
    "type" => "::"
  ]
  [
    "function" => "handleException"
    "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 132
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\DebugHandlersListener.php"
    "line" => 74
    "function" => "terminateWithException"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\error-handler\ErrorHandler.php"
    "line" => 537
    "function" => "Symfony\Component\HttpKernel\EventListener\{closure}"
    "class" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener"
    "type" => "::"
  ]
  [
    "function" => "handleException"
    "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 132
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\DebugHandlersListener.php"
    "line" => 74
    "function" => "terminateWithException"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\error-handler\ErrorHandler.php"
    "line" => 537
    "function" => "Symfony\Component\HttpKernel\EventListener\{closure}"
    "class" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener"
    "type" => "::"
  ]
  [
    "function" => "handleException"
    "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 132
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\DebugHandlersListener.php"
    "line" => 74
    "function" => "terminateWithException"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\error-handler\ErrorHandler.php"
    "line" => 537
    "function" => "Symfony\Component\HttpKernel\EventListener\{closure}"
    "class" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener"
    "type" => "::"
  ]
  [
    "function" => "handleException"
    "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 132
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\http-kernel\EventListener\DebugHandlersListener.php"
    "line" => 74
    "function" => "terminateWithException"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\Users\crame\devs\astem-platform\vendor\symfony\error-handler\ErrorHandler.php"
    "line" => 537
    "function" => "Symfony\Component\HttpKernel\EventListener\{closure}"
    "class" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener"
    "type" => "::"
  ]
  [
    "function" => "handleException"
    "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_MAIL
"admin@test.com"
ADV_MAIL
"adv@test.com"
AI_API_TOKEN
"11111111-2222-3333-4444-555555555555"
AI_API_URL
"http://127.0.0.1"
APP_ENV
"dev"
APP_SECRET
"9d00d0af7fa167d55393aba6d9867b74"
APP_TRACKING
"false"
AWS_S3_ACCESS_ID
""
AWS_S3_ACCESS_SECRET
""
AWS_S3_BUCKET_NAME
"localtest"
AWS_S3_ENDPOINT
"http://127.0.0.1:9000"
AWS_S3_PREFIX
"test"
AWS_S3_PUBLIC_URL
""
BASE_URL
"http://astem.local/"
CALLBACK_SIGNATURE_KEY
""
CHIR_MAIL
"surgeon@test.com"
COMMERCIAL_MAIL
"commercial@test.com"
COMPANY_ADMIN_MAIL
"admin_soc@test.com"
COMPANY_NAME
"Astem"
DATABASE_URL
"mysql://astem_user:clement@127.0.0.1:3306/astem?serverVersion=mariadb-10.11.5&charset=utf8mb4"
DEFAULT_LOCALE
"en"
DEFAULT_PASSWORD
"test123456"
DISTRIBUTOR_MAIL
"distributeur@test.com"
DOCUMENTATION_DIR
"/public/documentation/default"
DOCUMENTATION_STORAGE_DSN
"local:%kernel.project_dir%/var/documentation"
ENV_IS_PREPROD
"false"
FALLBACK_LOCALE
"fr"
IMG_DIR_ORIGIN
"%kernel.project_dir%/public/img/default"
IS_PAAS
"no"
KNEE_3D_IDENTIFIER
"OPK3D"
MAILER_URL
"smtp://127.0.0.1"
MATOMO_ID
""
MATOMO_URL_PREPROD
""
MATOMO_URL_PROD
""
MESSENGER_MAIL_TRANSPORT_DSN
"doctrine://default?queue_name=mail"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MODULE_HIP2D_CIRCLE_DETECTION_PATH
"python39 C:\Sites\outils\oo_circle_detection\command.py"
MODULE_HIP2D_STORAGE_DSN
"local:%kernel.project_dir%/var/hip2d_implants"
MONGODB_DB
"db"
MONGODB_URI
"mongodb://admin:nopassword@127.0.0.1:27017"
MONGODB_URL
"mongodb://user:clement@127.0.0.1:27017"
OCI_SIMPLIFICATION_PATH
"oo-simplification"
OCI_STORAGE_DSN
"local:%kernel.project_dir%/var/upload"
OCI_STORAGE_MODULE_JS
"%kernel.project_dir%/../modules_js"
PDF_PASSWORD
"TESTDEV"
PLANNER_PATH
"%kernel.project_dir%"
PROD_MAIL
"prod@test.com"
PROD_NUM_MAIL
"prodnum@test.com"
PROD_NUM_SOCIETE_MAIL
"prodnumsociete@test.com"
RADIOLOGIST_MAIL
"radiologist@test.com"
SECRETARY_MAIL
"secretary@test.com"
SENDINBLUE_API_KEY
""
SENDINBLUE_DUMP_FOLDER
""
SESSION_STORAGE
"%kernel.project_dir%/var/sessions/%kernel.environment%"
SIMPLIFICATION_PATH
"oo-simplification"
SITE_BASE_HOST
"astem.local"
SITE_BASE_SCHEME
"http"
SLACK_BOT_NAME
""
SLACK_CHANNEL
""
SLACK_TOKEN
""
SUPER_ADMIN_MAIL
"superadmin@test.com"
THEME_STORAGE_DSN
"local:%kernel.project_dir%/var/theme_custom"
TRUSTED_PROXIES
"127.0.0.1"
UPLOAD_PATH
"%kernel.project_dir%/var/uploads"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"330"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"C:\Users\crame\devs\astem-platform\public"
HTTP_ACCEPT
"text/html,application/json,application/rss+xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_CONTENT_LENGTH
"330"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"astem.projets-la-sentinelle.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"172.18.0.1"
HTTP_X_FORWARDED_HOST
"astem.projets-la-sentinelle.fr"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"4801678594f1"
HTTP_X_REAL_IP
"172.18.0.1"
PATH_INFO
"/en/login"
PHP_SELF
"/index.php/en/login"
REMOTE_ADDR
"192.168.1.10"
REMOTE_PORT
"10041"
REQUEST_METHOD
"GET"
REQUEST_TIME
1789130684
REQUEST_TIME_FLOAT
1789130684.8967
REQUEST_URI
"/en/login"
SCRIPT_FILENAME
"C:\Users\crame\devs\astem-platform/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"0.0.0.0"
SERVER_PORT
"8000"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"PHP 8.1.34 Development Server"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,ENV_IS_PREPROD,DATABASE_URL,MONGODB_URL,MONGODB_URI,MONGODB_DB,COMPANY_NAME,DEFAULT_LOCALE,FALLBACK_LOCALE,APP_TRACKING,IMG_DIR_ORIGIN,DOCUMENTATION_DIR,BASE_URL,SITE_BASE_HOST,KNEE_3D_IDENTIFIER,IS_PAAS,DEFAULT_PASSWORD,SUPER_ADMIN_MAIL,ADMIN_MAIL,COMPANY_ADMIN_MAIL,PROD_MAIL,PROD_NUM_MAIL,PROD_NUM_SOCIETE_MAIL,ADV_MAIL,SECRETARY_MAIL,COMMERCIAL_MAIL,RADIOLOGIST_MAIL,DISTRIBUTOR_MAIL,CHIR_MAIL,UPLOAD_PATH,PLANNER_PATH,SIMPLIFICATION_PATH,SENDINBLUE_API_KEY,SENDINBLUE_DUMP_FOLDER,MATOMO_ID,MATOMO_URL_PREPROD,MATOMO_URL_PROD,MAILER_URL,SLACK_TOKEN,SLACK_CHANNEL,SLACK_BOT_NAME,AWS_S3_ACCESS_ID,AWS_S3_ACCESS_SECRET,AWS_S3_ENDPOINT,AWS_S3_PUBLIC_URL,AWS_S3_BUCKET_NAME,AWS_S3_PREFIX,MESSENGER_TRANSPORT_DSN,MESSENGER_MAIL_TRANSPORT_DSN,AI_API_URL,AI_API_TOKEN,CALLBACK_SIGNATURE_KEY,OCI_STORAGE_DSN,OCI_STORAGE_MODULE_JS,OCI_SIMPLIFICATION_PATH,SESSION_STORAGE,MODULE_HIP2D_STORAGE_DSN,MODULE_HIP2D_CIRCLE_DETECTION_PATH,THEME_STORAGE_DSN,DOCUMENTATION_STORAGE_DSN,PDF_PASSWORD,TRUSTED_PROXIES,SITE_BASE_SCHEME"

Parent Request

Return to parent request (token = 8bc145)

Key Value
_controller
"OneOrtho\UserBundle\Security\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"oo_users_login"
_route_params
[
  "_locale" => "en"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"1fb5bd"
main_request_id
"319ea9e1fc278f02115db86de1f7e606e1ab89c87cdcf539ddebe48e9f92ce76"