Error 401 Unauthorized

GET https://kk.dwerk.at/api/admin

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"105676"
exception
Symfony\Component\HttpKernel\Exception\HttpException {#1050
  #message: "Full authentication is required to access this resource."
  #code: 0
  #file: "/var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php"
  #line: 232
  -previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1051 …}
  -statusCode: 401
  -headers: []
  trace: {
    /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:232 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
      › 
      ›     throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());}
    }
    /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:189 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (null === $this->authenticationEntryPoint) {    $this->throwUnauthorizedException($authException);}
    }
    /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
    }
    /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
    /var/www/html/kaepro/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 {
    }
    /var/www/html/kaepro/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/kaepro/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);}
    }
    /var/www/html/kaepro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:239 {
      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);}
    /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:91 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
    }
    /var/www/html/kaepro/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/kaepro/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#379
  -records: [
    14 => [
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.396+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "unite_cms_api"
          "route_parameters" => [
            "_route" => "unite_cms_api"
            "_controller" => "UniteCMS\CoreBundle\Controller\ApiController::api"
            "schemaName" => "admin"
          ]
          "request_uri" => "https://kk.dwerk.at/api/admin"
          "method" => "POST"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.400+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "api"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.401+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.403+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber::registerTypes"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber::registerTypes"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.404+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.410+01:00"
        "message" => "Access denied, the user is not fully authenticated; redirecting to authentication entry point."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "exception" => Symfony\Component\Security\Core\Exception\AccessDeniedException {#413
            #message: "Access Denied."
            #code: 403
            #file: "/var/www/html/kaepro/vendor/symfony/security-http/Firewall/AccessListener.php"
            #line: 87
            -attributes: [
              "ROLE_USER"
            ]
            -subject: Symfony\Component\HttpFoundation\Request {#14 …}
            trace: {
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/AccessListener.php:87 {
                Symfony\Component\Security\Http\Firewall\AccessListener->createAccessDeniedException(Request $request, array $attributes): AccessDeniedException …
                › {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/AccessListener.php:81 {
                Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event): void …
                › if (!$this->accessDecisionManager->decide($token, $attributes, $request, true)) {    throw $this->createAccessDeniedException($request, $attributes);}
              }
              /var/www/html/kaepro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
                Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
                › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
              }
              /var/www/html/kaepro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall.php:95 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/html/kaepro/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 {
              }
              /var/www/html/kaepro/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/kaepro/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);}
              }
              /var/www/html/kaepro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/kaepro/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/kaepro/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.411+01:00"
        "message" => "No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "api" if you want to modify the response."
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => []
        "channel" => "security"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+01:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\HttpException {#1050
            #message: "Full authentication is required to access this resource."
            #code: 0
            #file: "/var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php"
            #line: 232
            -previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#1051 …}
            -statusCode: 401
            -headers: []
            trace: {
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:232 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
                › 
                ›     throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());}
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:189 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
                › if (null === $this->authenticationEntryPoint) {    $this->throwUnauthorizedException($authException);}
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
                › 
                ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
              }
              /var/www/html/kaepro/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
                Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
                › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
              /var/www/html/kaepro/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 {
              }
              /var/www/html/kaepro/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/kaepro/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);}
              }
              /var/www/html/kaepro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:239 {
                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);}
              /var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/html/kaepro/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/kaepro/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.450+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"
      ]
    ]
    1048 => [
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber::registerTypes"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber::registerTypes"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.412+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.413+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.413+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.415+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.415+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.415+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHmxPctG\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.415+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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" => 1765516517
        "timestamp_rfc3339" => "2025-12-12T06:15:17.448+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: [
    14 => 1
    1048 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#373 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
content-length
"174"
content-type
"application/json"
cookie
"_ga_PL6LRVZYS3=GS1.1.1746103961.10.0.1746103961.60.0.1198528571; _fbp=fb.1.1758614925939.790347861550441899; REMEMBERME=App.Entity.User%3Ac2ZkZXZAZGF0ZW53ZXJrLmF0%3A1765534599%3Am6b4_RtPw5iqz-3kfRLLvoWHp3WKOCND09zjF9e3g3I~AZyL0g3xQGDUDXLAYmRhNOd9g6WG7VYZjLe-Uhe3MRI~; _ga=GA1.1.353071951.1744200833; _ga_E5SVSWNKQF=GS2.1.s1765446442$o5$g0$t1765446442$j60$l0$h0"
host
"kk.dwerk.at"
origin
"https://kk.dwerk.at"
priority
"u=1, i"
referer
"https://kk.dwerk.at/admin/default/QualitySeal/list?page0=1&criteria0=%7B%22locale%22%3A%22de%22%7D&limit0=10"
sec-ch-ua
""Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Pretty

{
    "query": "query($criteria: UniteCriteriaInput) { total: countAdminNotification(criteria: $criteria) }",
    "variables": {
        "criteria": {
            "field": "isRead",
            "operator": "=",
            "value": "0"
        }
    }
}

Raw

{"query":"query($criteria: UniteCriteriaInput) { total: countAdminNotification(criteria: $criteria) }","variables":{"criteria":{"field":"isRead","operator":"=","value":"0"}}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 12 Dec 2025 05:15:17 GMT"
symfony-debug-toolbar-replace
"1"
vary
"Accept"
x-debug-exception
"Full%20authentication%20is%20required%20to%20access%20this%20resource."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fkaepro%2Fvendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php:232"
x-debug-token
"202b5a"

Cookies

Request Cookies

Key Value
REMEMBERME
"App.Entity.User:c2ZkZXZAZGF0ZW53ZXJrLmF0:1765534599:m6b4_RtPw5iqz-3kfRLLvoWHp3WKOCND09zjF9e3g3I~AZyL0g3xQGDUDXLAYmRhNOd9g6WG7VYZjLe-Uhe3MRI~"
_fbp
"fb.1.1758614925939.790347861550441899"
_ga
"GA1.1.353071951.1744200833"
_ga_E5SVSWNKQF
"GS2.1.s1765446442$o5$g0$t1765446442$j60$l0$h0"
_ga_PL6LRVZYS3
"GS1.1.1746103961.10.0.1746103961.60.0.1198528571"

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" => "/var/www/html/kaepro/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/kaepro/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OFFICE_EMAIL
"daniel.gaubinger@datenwerk.at"
ALTCHA_SECRET
"3fe3cf71f8934a8cf38307d694134379"
APP_ENV
"dev"
APP_SECRET
"de2eb5026f4e725a5f25fdcfb219149f"
CODING_RECIPIENT_EMAIL
"daniel.gaubinger@datenwerk.at"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1|jurypwa\.local|jurypwa\.dwerk\.at)(:[0-9]+)?$"
CRM_CAINFO_PATH
"/var/www/html/kaepro/config/crm_cert/cacert.pem"
CRM_CERT_PATH
"/var/www/html/kaepro/config/crm_cert/AMAMKTCRM_2024.pem"
CRM_CERT_PW
"ybv8VZRdcpAHMBp"
DATABASE_LEGACY_URL
"mysql://kaepro:qWT4h(L7773QD[1-@127.0.0.1:3306/usrdb_kaesecbk_kp?serverVersion=8.0&charset=utf8"
DATABASE_URL
"mysql://kaepro:qWT4h(L7773QD[1-@127.0.0.1:3306/kaepro_day1_js_closed?serverVersion=8.0&charset=utf8"
DEFAULT_URI
"https://kk.dwerk.at"
ENABLE_SERVICE_WORKER
"false"
EWZ_RECAPTCHA_SECRET
"6LdYRDoiAAAAAE1c6Dss8lqW0-KDdpg0L7noCYHD"
EWZ_RECAPTCHA_SITE_KEY
"6LdYRDoiAAAAAC01-wLns5aP3uFJe7g1-sCNN5ar"
FRONTEND_URL
"https://kk-web.dwerk.at"
GOOGLE_RECAPTCHA_SECRET
"6LdYRDoiAAAAAE1c6Dss8lqW0-KDdpg0L7noCYHD"
GOOGLE_RECAPTCHA_SITE_KEY
"6LdYRDoiAAAAAC01-wLns5aP3uFJe7g1-sCNN5ar"
JWT_PASSPHRASE
"phrase"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"native://default"
MAILER_FROM
"ama@datenwerk.at"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
NEW_PARTICIPANT_RECIPIENT_EMAIL
"daniel.gaubinger@datenwerk.at"
NEW_PRODUCER_RECIPIENT_EMAIL
"daniel.gaubinger@datenwerk.at"
THUMBOR_URL
"https://thumbor.apps.unitecms.io/"
WEBSITE_CLIENT_ID
"A184JuiFNjCef"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"174"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/kaepro/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/kaepro/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"917979-72-1"
HOME
"/home/dwerk"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_COOKIE
"_ga_PL6LRVZYS3=GS1.1.1746103961.10.0.1746103961.60.0.1198528571; _fbp=fb.1.1758614925939.790347861550441899; REMEMBERME=App.Entity.User%3Ac2ZkZXZAZGF0ZW53ZXJrLmF0%3A1765534599%3Am6b4_RtPw5iqz-3kfRLLvoWHp3WKOCND09zjF9e3g3I~AZyL0g3xQGDUDXLAYmRhNOd9g6WG7VYZjLe-Uhe3MRI~; _ga=GA1.1.353071951.1744200833; _ga_E5SVSWNKQF=GS2.1.s1765446442$o5$g0$t1765446442$j60$l0$h0"
HTTP_HOST
"kk.dwerk.at"
HTTP_ORIGIN
"https://kk.dwerk.at"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://kk.dwerk.at/admin/default/QualitySeal/list?page0=1&criteria0=%7B%22locale%22%3A%22de%22%7D&limit0=10"
HTTP_SEC_CH_UA
""Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"1"
REDIRECT_H2_STREAM_TAG
"917979-72-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"kk.dwerk.at"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/api/admin"
REMOTE_ADDR
"84.115.233.245"
REMOTE_PORT
"4481"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765516517
REQUEST_TIME_FLOAT
1765516517.3099
REQUEST_URI
"/api/admin"
SCRIPT_FILENAME
"/var/www/html/kaepro/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"116.202.87.241"
SERVER_ADMIN
"wm@datenwerk.at"
SERVER_NAME
"kk.dwerk.at"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at kk.dwerk.at Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"kk.dwerk.at"
SYMFONY_DOTENV_VARS
"MAILER_FROM,ENABLE_SERVICE_WORKER,THUMBOR_URL,MAILER_DSN,APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,DATABASE_LEGACY_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,ADMIN_OFFICE_EMAIL,CODING_RECIPIENT_EMAIL,NEW_PARTICIPANT_RECIPIENT_EMAIL,NEW_PRODUCER_RECIPIENT_EMAIL,CRM_CERT_PATH,CRM_CAINFO_PATH,CRM_CERT_PW,DEFAULT_URI,WEBSITE_CLIENT_ID,FRONTEND_URL,ALTCHA_SECRET,EWZ_RECAPTCHA_SITE_KEY,EWZ_RECAPTCHA_SECRET,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET"
USER
"dwerk"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 029ec1)

Key Value
_controller
"UniteCMS\CoreBundle\Controller\ApiController::api"
_firewall_context
"security.firewall.map.context.api"
_remove_csp_headers
true
_route
"unite_cms_api"
_route_params
[
  "schemaName" => "admin"
]
_security_firewall_run
"_security_admin"
_stopwatch_token
"51e7ea"
schemaName
"admin"