Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

Error 500 Internal Server Error

GET https://factureapi.toonaerp.com/register

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#965
  -links: [
    932 => Symfony\Component\WebLink\Link {#932
      -href: "https://factureapi.toonaerp.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"8c0339"
exception
RuntimeException {#719
  #message: "Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php" at line 46."
  #code: 0
  #file: "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php"
  #line: 132
  trace: {
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOL) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:74 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, mixed $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Util/TargetPathTrait.php:28 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath(SessionInterface $session, string $firewallName, string $uri) …
      › {    $session->set('_security.'.$firewallName.'.target_path', $uri);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:224 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath(Request $request) …
      › if ($request->hasSession() && $request->isMethodSafe() && !$request->isXmlHttpRequest()) {    $this->saveTargetPath($request->getSession(), $this->firewallName, $request->getUri());}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:195 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (!$this->stateless) {    $this->setTargetPath($request);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception) …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event) …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php:221 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php:89 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->handleThrowable($e, $request, $type);} finally {
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u991158039/domains/toonaerp.com/public_html/factureapi/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#159
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#157 …}
  -debug: true
  -logs: [
    2 => [
      [
        "channel" => null
        "context" => [
          "route" => "app_register"
          "route_parameters" => [
            "_route" => "app_register"
            "_controller" => "App\Controller\UserConController::register"
          ]
          "request_uri" => "https://factureapi.toonaerp.com/register"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Symfony\Component\Security\Core\Exception\AccessDeniedException {#600
            #message: "Access Denied."
            #code: 403
            #file: "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/AccessListener.php"
            #line: 87
            -attributes: [
              "ROLE_ADMIN"
            ]
            -subject: Symfony\Component\HttpFoundation\Request {#2 …}
            trace: {
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/AccessListener.php:87 {
                Symfony\Component\Security\Http\Firewall\AccessListener->createAccessDeniedException(Request $request, array $attributes) …
                › {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/AccessListener.php:81 {
                Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
                › if (!$this->accessDecisionManager->decide($token, $attributes, $request, true)) {    throw $this->createAccessDeniedException($request, $attributes);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
                › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
                Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
                › foreach ($listeners as $listener) {    $listener($event);}
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
                › 
                ›     $listener($event);} else {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall.php:92 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/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);}
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php:74 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/Kernel.php:184 {
                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 {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);    $response->send();
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Access denied, the user is not fully authenticated; redirecting to authentication entry point."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "entry_point" => Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#510
            -httpUtils: Symfony\Component\Security\Http\HttpUtils {#513 …}
            -userProvider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#509 …}
            -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#512 …}
            -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#511 …}
            -options: [
              "username_parameter" => "_username"
              "password_parameter" => "_password"
              "check_path" => "app_security"
              "post_only" => true
              "form_only" => false
              "enable_csrf" => false
              "csrf_parameter" => "_csrf_token"
              "csrf_token_id" => "authenticate"
              "login_path" => "app_security"
              "use_forward" => false
              "require_previous_session" => false
            ]
          }
        ]
        "message" => "Calling Authentication entry point."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => RuntimeException {#719
            #message: "Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php" at line 46."
            #code: 0
            #file: "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php"
            #line: 132
            trace: {
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132 {
                Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
                › if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOL) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
                Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
                › } elseif (!$this->started) {    $this->start();}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:201 {
                Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
                › {    $bag = $this->storage->getBag($name);}
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:221 {
                Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
                › {    return $this->getBag($this->attributeName);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Session.php:74 {
                Symfony\Component\HttpFoundation\Session\Session->set(string $name, mixed $value) …
                › {    $this->getAttributeBag()->set($name, $value);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Util/TargetPathTrait.php:28 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath(SessionInterface $session, string $firewallName, string $uri) …
                › {    $session->set('_security.'.$firewallName.'.target_path', $uri);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:224 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath(Request $request) …
                › if ($request->hasSession() && $request->isMethodSafe() && !$request->isXmlHttpRequest()) {    $this->saveTargetPath($request->getSession(), $this->firewallName, $request->getUri());}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:195 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
                › if (!$this->stateless) {    $this->setTargetPath($request);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception) …
                › 
                ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event) …
                › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php:221 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php:89 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/Kernel.php:184 {
                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 {
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);    $response->send();
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/u991158039/domains/toonaerp.com/public_html/factureapi/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception RuntimeException: "Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php" at line 46." at /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 132"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822023
        "timestamp_rfc3339" => "2026-01-31T01:13:43.000+00:00"
      ]
    ]
    726 => [
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1769822022
        "timestamp_rfc3339" => "2026-01-31T01:13:42.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    726 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"factureapi.toonaerp.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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, 31 Jan 2026 01:13:42 GMT"
vary
"Accept"
x-debug-exception
"Failed%20to%20start%20the%20session%20because%20headers%20have%20already%20been%20sent%20by%20%22%2Fhome%2Fu991158039%2Fdomains%2Ftoonaerp.com%2Fpublic_html%2Ffactureapi%2Fvendor%2Fsymfony%2Fsecurity-http%2FAuthentication%2FDefaultAuthenticationFailureHandler.php%22%20at%20line%2046."
x-debug-exception-file
"%2Fhome%2Fu991158039%2Fdomains%2Ftoonaerp.com%2Fpublic_html%2Ffactureapi%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FNativeSessionStorage.php:132"
x-debug-token
"8cf196"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/u991158039/domains/toonaerp.com/public_html/factureapi/public/index.php"
    "line" => 5
    "args" => [
      "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"6d408afd9e62b9fe85a1ed4a35d319e8"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
COUNTRY_LAYER_API_KEY
"34fe2f4060msh5133c66825ff6c9p1ca50cjsnbe9813930906"
DATABASE_URL
"mysql://u991158039_CalculusAPI:Calculus@2023@127.0.0.1:3306/u991158039_toonaErpApiBdd?serverVersion=5.7"
JWT_PASSPHRASE
"5169d3f5e33a235054016b18c48a9be07f77334214ffc5a9bfe48d32ed5d5a0c"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u991158039/domains/toonaerp.com/public_html/factureapi"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"factureapi.toonaerp.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"business"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"216.73.216.55"
REMOTE_PORT
"34014"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1769822022
REQUEST_TIME_FLOAT
1769822022.8057
REQUEST_URI
"/register"
SCRIPT_FILENAME
"/home/u991158039/domains/toonaerp.com/public_html/factureapi/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://factureapi.toonaerp.com/register"
SCRIPT_URL
"/register"
SERVER_ADDR
"191.96.234.151"
SERVER_ADMIN
""
SERVER_NAME
"factureapi.toonaerp.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,COUNTRY_LAYER_API_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
UNIQUE_ID
"L7hZHNd3TPTLwrnBYzcTO1XS"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP2"
ratelimited_meta_externalagent
"1"

Parent Request

Return to parent request (token = 4487e9)

Key Value
_controller
"App\Controller\UserConController::register"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1122
  -links: [
    1121 => Symfony\Component\WebLink\Link {#1121
      -href: "https://factureapi.toonaerp.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"app_register"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"cc01b4"