Error 500 Internal Server Error

GET https://dev.my-biz.pro/v1/mobile/homepage/distributors

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_stopwatch_token
"c88911"
exception
TypeError {#611
  #message: "App\Dto\Authorization\AuthorizationHeaderDto::__construct(): Argument #1 ($language) must be of type string, null given, called in /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php on line 64"
  #code: 0
  #file: "/var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php"
  #line: 17
  trace: {
    /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php:17 {
      App\Dto\Authorization\AuthorizationHeaderDto->__construct(string $language, string $name, string $provider, int $timestamp, string $versionNumber, string $token) …
      › public function __construct(    string $language,    string $name,
    }
    /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php:64 {
      App\Dto\Authorization\AuthorizationHeaderDto::generateFromRequest(Request $request): AuthorizationHeaderDto …
      › 
      › return new self(    $headers->get("App-Language"),
      arguments: {
        $language: null
        $name: null
        $provider: null
        $timestamp: null
        $versionNumber: null
        $token: null
      }
    }
    /var/www/html/src/Service/Authorization/MybizRequestAuthorizationChecker.php:40 {
      App\Service\Authorization\MybizRequestAuthorizationChecker->checkAuthorization(Request $request): void …
      › {    $this->checkHeaderValidity(AuthorizationHeaderDto::generateFromRequest($request));}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
      }
    }
    /var/www/html/src/EventListener/Api/TokenInterceptor/MybizTokenSubscriber.php:36 {
      App\EventListener\Api\TokenInterceptor\MybizTokenSubscriber->onKernelController(ControllerEvent $event): void …
      › if ($controller[0] instanceof MybizTokenAuthenticatorInterface) {    $this->mybizRequestAuthorizationChecker->checkAuthorization($event->getRequest());}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1382 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1382 …}
      }
    }
    /var/www/html/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);}
      arguments: {
        $listeners: [ …4]
        $eventName: "kernel.controller"
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:171 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/public/index.php:33 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1426
  -records: [
    13 => [
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TwigGlobalsSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\MyBizJwtUserSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\Api\TokenInterceptor\MybizTokenSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.416+01:00"
        "message" => "Uncaught PHP Exception TypeError: "App\Dto\Authorization\AuthorizationHeaderDto::__construct(): Argument #1 ($language) must be of type string, null given, called in /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php on line 64" at AuthorizationHeaderDto.php line 17"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => TypeError {#611
            #message: "App\Dto\Authorization\AuthorizationHeaderDto::__construct(): Argument #1 ($language) must be of type string, null given, called in /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php on line 64"
            #code: 0
            #file: "/var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php"
            #line: 17
            trace: {
              /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php:17 {
                App\Dto\Authorization\AuthorizationHeaderDto->__construct(string $language, string $name, string $provider, int $timestamp, string $versionNumber, string $token) …
                › public function __construct(    string $language,    string $name,
              }
              /var/www/html/src/Dto/Authorization/AuthorizationHeaderDto.php:64 {
                App\Dto\Authorization\AuthorizationHeaderDto::generateFromRequest(Request $request): AuthorizationHeaderDto …
                › 
                › return new self(    $headers->get("App-Language"),
                arguments: {
                  $language: null
                  $name: null
                  $provider: null
                  $timestamp: null
                  $versionNumber: null
                  $token: null
                }
              }
              /var/www/html/src/Service/Authorization/MybizRequestAuthorizationChecker.php:40 {
                App\Service\Authorization\MybizRequestAuthorizationChecker->checkAuthorization(Request $request): void …
                › {    $this->checkHeaderValidity(AuthorizationHeaderDto::generateFromRequest($request));}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
              /var/www/html/src/EventListener/Api/TokenInterceptor/MybizTokenSubscriber.php:36 {
                App\EventListener\Api\TokenInterceptor\MybizTokenSubscriber->onKernelController(ControllerEvent $event): void …
                › if ($controller[0] instanceof MybizTokenAuthenticatorInterface) {    $this->mybizRequestAuthorizationChecker->checkAuthorization($event->getRequest());}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1382 …}
                  }
                }
              }
              /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1382 …}
                }
              }
              /var/www/html/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);}
                arguments: {
                  $listeners: [ …4]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
                }
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
                  $eventName: "kernel.controller"
                }
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#629 …}
                  $eventName: "kernel.controller"
                }
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $type: 1
                }
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/html/public/index.php:33 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sentry\SentryBundle\EventListener\ErrorListener::handleExceptionEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\RequestSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "FOS\HttpCacheBundle\EventListener\InvalidationListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.451+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    398 => [
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TwigGlobalsSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\MyBizJwtUserSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\Api\TokenInterceptor\MybizTokenSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.419+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771122730
        "timestamp_rfc3339" => "2026-02-15T03:32:10.449+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    13 => 1
    398 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1425 …}
}

Request Headers

Header Value
accept-encoding
"gzip,deflate"
cloudfront-forwarded-proto
"https"
cloudfront-is-android-viewer
"false"
cloudfront-is-desktop-viewer
"true"
cloudfront-is-ios-viewer
"false"
cloudfront-is-mobile-viewer
"false"
cloudfront-is-smarttv-viewer
"false"
cloudfront-is-tablet-viewer
"false"
cloudfront-viewer-address
"52.3.156.186:60050"
cloudfront-viewer-asn
"14618"
cloudfront-viewer-city
"Ashburn"
cloudfront-viewer-country
"US"
cloudfront-viewer-http-version
"1.1"
cloudfront-viewer-tls
"TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:fullHandshake"
host
"dev.my-biz.pro"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
via
"1.1 95198ab597460a5b78663daaceeb3b6a.cloudfront.net (CloudFront)"
x-amz-cf-id
"kVxqCXENgA_lYDXt9pO9kOrhghBNxnOXyWgDpzt3y5MoiOndYfR4lg=="
x-amzn-trace-id
"Root=1-6991302a-7378ba0041d3df5c2a2c44df"
x-forwarded-for
"52.3.156.186, 3.172.32.41"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 15 Feb 2026 02:32:10 GMT"
vary
"Accept"
x-cache-debug
"1"
x-debug-exception
"App%5CDto%5CAuthorization%5CAuthorizationHeaderDto%3A%3A__construct%28%29%3A%20Argument%20%231%20%28%24language%29%20must%20be%20of%20type%20string%2C%20null%20given%2C%20called%20in%20%2Fvar%2Fwww%2Fhtml%2Fsrc%2FDto%2FAuthorization%2FAuthorizationHeaderDto.php%20on%20line%2064"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fsrc%2FDto%2FAuthorization%2FAuthorizationHeaderDto.php:17"
x-debug-token
"8bba2c"

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:39
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Security.php"
    "line" => 97
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Security.php"
    "line" => 52
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/EventListener/RequestSubscriber.php"
    "line" => 46
    "function" => "getUser"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 33
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AWS_BUCKET_ENDPOINT
""
GOOGLE_MAP_API_KEY
"AIzaSyALYqAWdS38jr0gQsdPnHt2DheTUri6WPA"
HELPDESK_ACCESS_TOKEN
""
HELPDESK_HOST
""
IDE
""
LOCK_DSN
"redis://redis:6379"
LUUME_ADMIN_ORDER_PATH
"/admin/orders"
MAILER_DSN
"null://null"
SENTRY_DSN
""
SENTRY_ENVIRONMENT
""

Defined as regular env variables

Key Value
APP_AES_HASH
"e0ab103c856d4c"
APP_AES_IV
"8ca2ff1ebce6dd02"
APP_DEBUG
"1"
APP_DOMAIN
"dev.my-biz.pro"
APP_ENV
"dev"
APP_MYBIZ_API_CHECK_BEARER
"false"
APP_MYBIZ_REDIRECTION_URL
"https://dev.my-biz.pro/"
APP_REALTIME_STAT
"false"
APP_SCHEME
"https"
APP_SECRET
"f5d627314d73bb3203a3b4821c0481dd"
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
"/v2/credentials/bd4ca3d1-4e62-4f31-af30-0eb98320c125"
AWS_DEFAULT_REGION
"eu-west-3"
AWS_EXECUTION_ENV
"AWS_ECS_FARGATE"
AWS_PREDICT_AI_LAMBDA_URL
"https://i5aiepf5uvxumwbh53uqo4g6yi0zaoop.lambda-url.eu-west-3.on.aws/"
AWS_RDS_IDENTIFIER
"futures-infinity-db"
AWS_RDS_REGION
"eu-west-3"
AWS_REGION
"eu-west-3"
AWS_S3_BUCKET_LOGS
"futures-dev-logs-eu-west-3"
AWS_S3_BUCKET_MEDIA
"futures-dev-medias-eu-west-3"
AWS_S3_BUCKET_MEDIA_REGION
"eu-west-3"
AWS_S3_BUCKET_MEMBER_DOCUMENT_NAME
"futures-dev-members-eu-west-3"
AWS_S3_BUCKET_MEMBER_REGION
"eu-west-3"
AWS_S3_BUCKET_PRIVATE_KEY
"empty_key"
AWS_S3_BUCKET_PUBLIC_KEY
"empty_key"
AWS_S3_BUCKET_RDS_SNAPSHOT_REGION
"eu-west-3"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"mysql://mybiz_usr:230BNT1J8HYw8EfAE@dev-mybiz-mariadb-frontend.cq2wogictbky.eu-west-3.rds.amazonaws.com:3306/mybiz_db"
DISCORD_BOT_TOKEN
"MTI4ODEyNjUyMTIxODk1NzM1Mw.GpI5Rt.7jQjNJXuKKjoLvmWEe1l4u5td7APfcyAvMuzUY"
DISCORD_CHANNEL_ID
"1296758100191215630"
DISCORD_CLIENT_ID
"1288126521218957353"
DISCORD_CLIENT_SECRET
"1DNKyH1fD5vCTuWzsO0mMGDzNMbzL3Ff"
DISCORD_GUILD_ID
"1296758100191215627"
DISCORD_HOST
"https://discord.com"
DISCORD_INVITATION_LINK
"https://discord.gg/m8wVdee3YM"
DOCUMENT_ROOT
"/var/www/html/public"
DOCUMENT_URI
"/index.php"
ECS_AGENT_URI
"http://169.254.170.2/api/376b3b4c54a84870bbaf2d3972927651-3365646298"
ECS_CONTAINER_METADATA_URI
"http://169.254.170.2/v3/376b3b4c54a84870bbaf2d3972927651-3365646298"
ECS_CONTAINER_METADATA_URI_V4
"http://169.254.170.2/v4/376b3b4c54a84870bbaf2d3972927651-3365646298"
FCGI_ROLE
"RESPONDER"
FUTURES_LEARN_URL
"https://dev.futureslearnaws.com"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HELPDESK_IS_ENABLED
"false"
HOME
"/var/www"
HOSTNAME
"ip-10-0-10-9.eu-west-3.compute.internal"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CLOUDFRONT_FORWARDED_PROTO
"https"
HTTP_CLOUDFRONT_IS_ANDROID_VIEWER
"false"
HTTP_CLOUDFRONT_IS_DESKTOP_VIEWER
"true"
HTTP_CLOUDFRONT_IS_IOS_VIEWER
"false"
HTTP_CLOUDFRONT_IS_MOBILE_VIEWER
"false"
HTTP_CLOUDFRONT_IS_SMARTTV_VIEWER
"false"
HTTP_CLOUDFRONT_IS_TABLET_VIEWER
"false"
HTTP_CLOUDFRONT_VIEWER_ADDRESS
"52.3.156.186:60050"
HTTP_CLOUDFRONT_VIEWER_ASN
"14618"
HTTP_CLOUDFRONT_VIEWER_CITY
"Ashburn"
HTTP_CLOUDFRONT_VIEWER_COUNTRY
"US"
HTTP_CLOUDFRONT_VIEWER_HTTP_VERSION
"1.1"
HTTP_CLOUDFRONT_VIEWER_TLS
"TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:fullHandshake"
HTTP_HOST
"dev.my-biz.pro"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_VIA
"1.1 95198ab597460a5b78663daaceeb3b6a.cloudfront.net (CloudFront)"
HTTP_X_AMZN_TRACE_ID
"Root=1-6991302a-7378ba0041d3df5c2a2c44df"
HTTP_X_AMZ_CF_ID
"kVxqCXENgA_lYDXt9pO9kOrhghBNxnOXyWgDpzt3y5MoiOndYfR4lg=="
HTTP_X_FORWARDED_FOR
"52.3.156.186, 3.172.32.41"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
JWT_PASSPHRASE
"f2df1175d0be5d15b3a82b07ee3b50f3b6435101d008ae300928462599ad6fe5"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LUUME_APP_NAME
""luume""
LUUME_HOST
"https://dev.luumeaws.fr"
MAILER_ENABLED
"false"
MAILER_FORCE_TO
"it@my-by.pro"
MAILER_FROM
"noreply@my-by.pro"
MERCURE_JWT_SECRET
"fp0l6sDDQAZb8teWir0GBSSfJ7yi2nlupucH3"
MERCURE_PUBLIC_URL
"https://39c341a1-6e34-4bb7-bfcb-d94111f8fee1.mercure.rocks/.well-known/mercure"
MERCURE_URL
"https://39c341a1-6e34-4bb7-bfcb-d94111f8fee1.mercure.rocks/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"rediss://dev-futures-cache-kygpis.serverless.euw3.cache.amazonaws.com:6379"
MONGO_CONNECTION_USE_TLS
"true"
MONGO_DATABASE_URL
"mongodb://rootadmin:C71gV64OXlcNa3u21234%2B@dev-mybiz-documentdb-frontend.cluster-cq2wogictbky.eu-west-3.docdb.amazonaws.com:27017/?retryWrites=false&authMechanism=SCRAM-SHA-1"
ONE_SIGNAL_FUTURES_APP_ID
"02425bca-c5e3-4ec0-8591-0dae146bf613"
ONE_SIGNAL_MYBIZ_APP_ID
"3a786b7a-6c77-44c3-a266-f25e68cbd360"
ONFIDO_API_HOST
"https://api.eu.onfido.com/v3.6"
ONFIDO_API_TOKEN
"api_sandbox.XqzF4ShAFM2._clBcIfy8WyTUDdRHTwjL8JXOLHnH5mG"
ONFIDO_UPLOAD_DOCUMENT_PHOTO_TASK_ID
"upload_document_photo_3ddc6"
ONFIDO_WEBHOOK_TOKEN
"ab6c2dc8-8cd0-4a61-ba55-efdf02d47cf4"
ONFIDO_WORKFLOW_ID
"8bb36b58-cb2d-494e-9f01-de2c06437ba2"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.2.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"cb75a9b00a2806f7390dd64858ef42a47b443b3475769c8af6af33a18b1381f1"
PHP_URL
"https://www.php.net/distributions/php-8.5.2.tar.xz"
PHP_VERSION
"8.5.2"
PUSH_NOTIFICATION_ENABLED
"true"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIS_TLS_URL
"tls://dev-futures-cache-kygpis.serverless.euw3.cache.amazonaws.com:6379"
REMOTE_ADDR
"10.0.162.74"
REMOTE_PORT
"25300"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1771122730
REQUEST_TIME_FLOAT
1771122730.3834
REQUEST_URI
"/v1/mobile/homepage/distributors"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.0.10.9"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.22.1"
SPONSOR_SHOP_LINK
"https://futures-collection.com/?token="
SYMFONY_DOTENV_PATH
"/var/www/html/.env"
SYMFONY_DOTENV_VARS
"LOCK_DSN,GOOGLE_MAP_API_KEY,AWS_BUCKET_ENDPOINT,MAILER_DSN,SENTRY_DSN,SENTRY_ENVIRONMENT,IDE,LUUME_ADMIN_ORDER_PATH,HELPDESK_HOST,HELPDESK_ACCESS_TOKEN"
TZ
"Europe/Paris"
USER
"www-data"
ZOOM_CLIENT_ID
"lmiwR6VwRUGcl_pxpjRKkQ"
ZOOM_CLIENT_SECRET
"Kw725U7o3B23pAtqm7vgRU5abXGIx7aa"
ZOOM_SERVER_ACCOUNT_ID
"2asP1wQ0T2iZu0hfBVaaEg"
ZOOM_SERVER_ID
"MYCnaZgoTwqDItXKWQoJRQ"
ZOOM_SERVER_SECRET
"aIXUTNGQc4dZ2lWipomOMzjI2u3QwLmA"

Parent Request

Return to parent request (token = 52a0eb)

Key Value
_controller
"App\Controller\Api\Mobile\HomepageDetailsApiMobileController::distributorsAction"
_firewall_context
"security.firewall.map.context.futures_website"
_fos_rest_zone
false
_remove_csp_headers
true
_route
"api_mobile_homepage_distributors"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_futures_website"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#919
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#830 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#786
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#788 …}
  }
]
_stopwatch_token
"1438d8"