| data |
ApiPlatform\State\ApiResource\Error {#1270
#message: "An error occurred"
#code: 401
#file: "/var/www/html/vendor/api-platform/state/ApiResource/Error.php"
#line: 173
-previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
-id: null
-title: "An error occurred"
-detail: "Full authentication is required to access this resource."
-status: 401
-instance: null
-type: "/errors/401"
-headers: []
-meta: null
-source: null
+originalTrace: [
[
"file" => "/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 179
"function" => "throwUnauthorizedException"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 138
"function" => "startAuthentication"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 93
"function" => "handleAccessDeniedException"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"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" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 9
"function" => "require_once"
]
]
trace: {
/var/www/html/vendor/api-platform/state/ApiResource/Error.php:173 {
ApiPlatform\State\ApiResource\Error::createFromException(Exception|Throwable $exception, int $status): self …
›
› return new self('An error occurred', $exception->getMessage(), $status, $exception->getTrace(), type: "/errors/$status", headers: $headers, previous: $exception->getPrevious());
› }
}
/var/www/html/vendor/api-platform/state/ErrorProvider.php:76 {
ApiPlatform\State\ErrorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object …
› $cl = is_a($operation->getClass(), ErrorResourceInterface::class, true) ? $operation->getClass() : Error::class;
› $error = $cl::createFromException($exception, $status);
› if (!$this->debug && $status >= 500 && method_exists($error, 'setDetail')) {
arguments: {
$exception: Symfony\Component\HttpKernel\Exception\HttpException {#752
#message: "Full authentication is required to access this resource."
#code: 0
#file: "/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php"
#line: 216
-previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
-statusCode: 401
-headers: []
trace: {
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:216 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
›
› throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());
› }
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:179 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
› if (null === $this->authenticationEntryPoint) {
› $this->throwUnauthorizedException($authException);
› }
arguments: {
$authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:138 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
›
› $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:93 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
› if ($exception instanceof AccessDeniedException) {
› $this->handleAccessDeniedException($event, $exception);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$exception: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
}
}
/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\ExceptionEvent {#694 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
/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: [ …6]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/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 {
arguments: {
$e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:9 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
$status: 401
}
}
/var/www/html/vendor/api-platform/state/CallableProvider.php:43 {
ApiPlatform\State\CallableProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $providerInstance->provide($operation, $uriVariables, $context);
› }
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269
#parameters: null
#shortName: "Error"
#class: "ApiPlatform\State\ApiResource\Error"
#description: "A representation of common errors."
#urlGenerationStrategy: null
#deprecationReason: null
#normalizationContext: [
"openapi_definition_name" => ""
"groups" => [
"jsonld"
]
"skip_null_values" => true
"ignored_attributes" => [
"trace"
"file"
"line"
"code"
"message"
"traceAsString"
"previous"
]
"api_error_resource" => true
]
#denormalizationContext: null
#collectDenormalizationErrors: null
#validationContext: null
#filters: []
#mercure: null
#messenger: null
#input: null
#output: null
#order: null
#fetchPartial: null
#forceEager: null
#paginationEnabled: null
#paginationType: null
#paginationItemsPerPage: null
#paginationMaximumItemsPerPage: null
#paginationPartial: null
#paginationClientEnabled: null
#paginationClientItemsPerPage: null
#paginationClientPartial: null
#paginationFetchJoinCollection: null
#paginationUseOutputWalkers: null
#security: null
#securityMessage: null
#securityPostDenormalize: null
#securityPostDenormalizeMessage: null
#securityPostValidation: null
#securityPostValidationMessage: null
#provider: "api_platform.state.error_provider"
#processor: null
#stateOptions: null
#rules: null
#policy: null
#middleware: null
#queryParameterValidationEnabled: null
#strictQueryParameterValidation: null
#hideHydraOperation: null
#extraProperties: [
"user_defined_uri_template" => true
]
#paginationViaCursor: null
#read: true
#deserialize: false
#validate: false
#write: null
#serialize: null
#priority: 1
#name: "_api_errors_hydra"
#method: "GET"
#uriTemplate: "/errors/{status}{._format}"
#types: null
#formats: null
#inputFormats: [
"jsonopenapi" => [
"application/vnd.openapi+json"
]
"jsonld" => [
"application/ld+json"
]
"json" => [
"application/json"
]
"html" => [
"text/html"
]
]
#outputFormats: [
"jsonld" => [
"application/problem+json"
"application/ld+json"
]
]
#uriVariables: [
"status" => ApiPlatform\Metadata\Link {#810
#key: null
#schema: null
#openApi: null
#provider: null
#filter: null
#property: null
#description: null
#properties: null
#required: null
#priority: null
#hydra: null
#constraints: null
#security: null
#securityMessage: null
#extraProperties: [
"_api_values" => ApiPlatform\State\ParameterNotFound {#1276}
]
#filterContext: null
#nativeType: null
#castToArray: null
-parameterName: "status"
-fromProperty: null
-toProperty: null
-fromClass: "ApiPlatform\State\ApiResource\Error"
-toClass: null
-identifiers: [
"status"
]
-compositeIdentifier: null
-expandedValue: null
-securityObjectName: null
}
]
#routePrefix: null
#routeName: "_api_errors"
#defaults: null
#requirements: [
"status" => "\d+"
]
#options: null
#stateless: null
#sunset: null
#acceptPatch: null
#status: 401
#host: null
#schemes: null
#condition: null
#controller: null
#headers: null
#cacheHeaders: null
#hydraContext: null
#openapi: false
#exceptionToStatus: null
#links: [
Symfony\Component\WebLink\Link {#811
-rel: [
"http://www.w3.org/ns/json-ld#error" => "http://www.w3.org/ns/json-ld#error"
]
-attributes: []
-href: "http://www.w3.org/ns/hydra/error"
}
]
#errors: []
}
$uriVariables: []
$context: [ …19]
}
}
/var/www/html/vendor/api-platform/state/Provider/ReadProvider.php:79 {
ApiPlatform\State\Provider\ReadProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› try {
› $data = $this->provider->provide($operation, $uriVariables, $context);
› } catch (ProviderNotFoundException $e) {
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …19]
}
}
/var/www/html/vendor/api-platform/symfony/Bundle/SwaggerUi/SwaggerUiProvider.php:50 {
ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› ) {
› return $this->decorated->provide($operation, $uriVariables, $context);
› }
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …19]
}
}
/var/www/html/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› if (null === $isGranted) {
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/state/Provider/SecurityParameterProvider.php:50 {
ApiPlatform\State\Provider\SecurityParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› {
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› $request = $context['request'] ?? null;
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/state/Provider/DeserializeProvider.php:56 {
ApiPlatform\State\Provider\DeserializeProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› $data = $this->decorated ? $this->decorated->provide($operation, $uriVariables, $context) : $request->attributes->get('data');
›
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› if (null === $isGranted) {
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/symfony/Validator/State/ValidateProvider.php:32 {
ApiPlatform\Symfony\Validator\State\ValidateProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› {
› $body = $this->decorated?->provide($operation, $uriVariables, $context) ?? ($context['request'] ?? null)?->attributes->get('data');
›
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› if (null === $isGranted) {
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/symfony/Validator/State/ParameterValidatorProvider.php:102 {
ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $this->decorated->provide($operation, $uriVariables, $context);
› }
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/state/Provider/ParameterProvider.php:99 {
ApiPlatform\State\Provider\ParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $this->decorated?->provide($operation, $uriVariables, $context);
› }
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/state/Provider/ContentNegotiationProvider.php:51 {
ApiPlatform\State\Provider\ContentNegotiationProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $this->decorated?->provide($operation, $uriVariables, $context);
› }
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …4]
}
}
/var/www/html/vendor/api-platform/symfony/Controller/MainController.php:83 {
ApiPlatform\Symfony\Controller\MainController->__invoke(Request $request): Response …
›
› $body = $this->provider->provide($operation, $uriVariables, $context);
›
arguments: {
$operation: ApiPlatform\Metadata\Error {#1269}
$uriVariables: []
$context: [ …3]
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#789 …}
}
}
/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 {#789 …}
$type: 2
}
}
/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#789 …}
$type: 2
$catch: false
}
}
/var/www/html/vendor/api-platform/symfony/EventListener/ExceptionListener.php:50 {
ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $this->errorListener->onKernelException($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
/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: [ …6]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/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 {
arguments: {
$e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:9 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#205
-records: [
2 => [
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.246+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "api_site_status"
"route_parameters" => [
"_route" => "api_site_status"
"_controller" => "App\Controller\Api\ApiSettingController::siteStatus"
"_stateless" => true
"_api_resource_class" => "App\Entity\SiteSetting"
"_api_operation_name" => "api_site_status"
"_format" => null
]
"request_uri" => "https://api.mansa.digital/site-status"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.248+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.248+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.248+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.249+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.250+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.251+00: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 {#646 …}
]
"channel" => "security"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.252+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.252+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 216"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\HttpException {#752
#message: "Full authentication is required to access this resource."
#code: 0
#file: "/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php"
#line: 216
-previous: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
-statusCode: 401
-headers: []
trace: {
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:216 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->throwUnauthorizedException(AuthenticationException $authException): never …
›
› throw new HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $authException->getCode());
› }
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:179 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
› if (null === $this->authenticationEntryPoint) {
› $this->throwUnauthorizedException($authException);
› }
arguments: {
$authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:138 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception): void …
›
› $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$authException: Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException {#751 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:93 {
Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event): void …
› if ($exception instanceof AccessDeniedException) {
› $this->handleAccessDeniedException($event, $exception);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$exception: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
}
}
/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\ExceptionEvent {#694 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
/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: [ …6]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/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 {
arguments: {
$e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:9 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.262+00:00"
"message" => "An exception occured, transforming to an Error resource."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\HttpException {#752}
"operation" => ApiPlatform\Metadata\Get {#771
#parameters: null
#shortName: "SiteSetting"
#class: "App\Entity\SiteSetting"
#description: null
#urlGenerationStrategy: null
#deprecationReason: null
#normalizationContext: null
#denormalizationContext: null
#collectDenormalizationErrors: null
#validationContext: null
#filters: []
#mercure: null
#messenger: null
#input: null
#output: null
#order: null
#fetchPartial: null
#forceEager: null
#paginationEnabled: null
#paginationType: null
#paginationItemsPerPage: null
#paginationMaximumItemsPerPage: null
#paginationPartial: null
#paginationClientEnabled: null
#paginationClientItemsPerPage: null
#paginationClientPartial: null
#paginationFetchJoinCollection: null
#paginationUseOutputWalkers: null
#security: null
#securityMessage: null
#securityPostDenormalize: null
#securityPostDenormalizeMessage: null
#securityPostValidation: null
#securityPostValidationMessage: null
#provider: "ApiPlatform\Doctrine\Orm\State\ItemProvider"
#processor: "api_platform.doctrine.orm.state.persist_processor"
#stateOptions: ApiPlatform\Doctrine\Orm\State\Options {#772 …}
#rules: null
#policy: null
#middleware: null
#queryParameterValidationEnabled: null
#strictQueryParameterValidation: null
#hideHydraOperation: null
#extraProperties: [
"rdf_embedded_context" => false
"hydra_collection" => false
"user_defined_uri_template" => true
]
#paginationViaCursor: null
#read: false
#deserialize: null
#validate: null
#write: null
#serialize: null
#priority: 1
#name: "api_site_status"
#method: "GET"
#uriTemplate: "/site-status"
#types: null
#formats: null
#inputFormats: [
"jsonopenapi" => [
"application/vnd.openapi+json"
]
"jsonld" => [
"application/ld+json"
]
"json" => [
"application/json"
]
"html" => [
"text/html"
]
]
#outputFormats: [
"jsonopenapi" => [
"application/vnd.openapi+json"
]
"jsonld" => [
"application/ld+json"
]
"json" => [
"application/json"
]
"html" => [
"text/html"
]
]
#uriVariables: []
#routePrefix: "/"
#routeName: null
#defaults: null
#requirements: null
#options: null
#stateless: true
#sunset: null
#acceptPatch: null
#status: null
#host: null
#schemes: null
#condition: null
#controller: "App\Controller\Api\ApiSettingController::siteStatus"
#headers: null
#cacheHeaders: [
"vary" => [
"Content-Type"
"Authorization"
"Origin"
]
]
#hydraContext: null
#openapi: ApiPlatform\OpenApi\Model\Operation {#773 …}
#exceptionToStatus: null
#links: null
#errors: null
}
]
"channel" => "app"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.329+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.330+00: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"
]
]
789 => [
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.263+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.284+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.284+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventListener\UserRedirectListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.284+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.287+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.287+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.287+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.287+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerXtmd6Yw\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.287+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.304+00:00"
"message" => "User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1307
#message: "User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead."
#code: 0
#file: "/var/www/html/vendor/symfony/property-info/Type.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/property-info/Type.php:14 {
class_exists(string $class, bool $autoload = true): bool …
›
› trigger_deprecation('symfony/property-info', '7.3', 'The "%s" class is deprecated. Use "%s" class from "symfony/type-info" instead.', Type::class, \Symfony\Component\TypeInfo\Type::class);
›
}
/var/www/html/vendor/symfony/var-exporter/Internal/Registry.php:66 {
Symfony\Component\VarExporter\Internal\Registry::getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) …
› {
› if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {
› throw new ClassNotFoundException($class);
}
/var/www/html/vendor/symfony/var-exporter/Internal/Registry.php:52 {
Symfony\Component\VarExporter\Internal\Registry::p($class) …
› {
› self::getClassReflector($class, true, true);
›
}
/var/www/html/var/cache/dev/pools/system/cVlSrLntF+/W/T/9Ggoe9UIOPsxdn2RO1vQ:6 {
Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
› clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Metadata\\ApiProperty'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\ApiProperty')),
› clone ($p['Symfony\\Component\\PropertyInfo\\Type'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\PropertyInfo\\Type')),
› ],
}
/var/www/html/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:117 {
Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids): iterable …
› } elseif (!$value instanceof LazyValue) {
› $values[$id] = $value();
› } elseif (false === $values[$id] = include $value->file) {
}
/var/www/html/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:195 {
Symfony\Component\Cache\Adapter\AbstractAdapter->getItem(mixed $key): CacheItem …
› try {
› foreach ($this->doFetch([$id]) as $value) {
› $isHit = true;
}
/var/www/html/vendor/symfony/cache/Adapter/TraceableAdapter.php:83 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItem(mixed $key): CacheItem …
› try {
› $item = $this->pool->getItem($key);
› } finally {
}
/var/www/html/vendor/api-platform/metadata/Util/CachedTrait.php:34 {
ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->getCached(string $cacheKey, callable $getValue): mixed …
› try {
› $cacheItem = $this->cacheItemPool->getItem($cacheKey);
› } catch (CacheException) {
}
/var/www/html/vendor/api-platform/metadata/Property/Factory/CachedPropertyMetadataFactory.php:43 {
ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
›
› return $this->getCached($cacheKey, fn (): ApiProperty => $this->decorated->create($resourceClass, $property, $options));
› }
}
/var/www/html/vendor/api-platform/serializer/AbstractItemNormalizer.php:427 {
ApiPlatform\Serializer\AbstractItemNormalizer->getAllowedAttributes(object|string $classOrObject, array $context, bool $attributesAsString = false): array|bool …
› foreach ($propertyNames as $propertyName) {
› $propertyMetadata = $this->propertyMetadataFactory->create($resourceClass, $propertyName, $options);
›
}
/var/www/html/vendor/api-platform/jsonld/Serializer/ItemNormalizer.php:189 {
ApiPlatform\JsonLd\Serializer\ItemNormalizer->getAllowedAttributes(object|string $classOrObject, array $context, bool $attributesAsString = false): array|bool …
› {
› $allowedAttributes = parent::getAllowedAttributes($classOrObject, $context, $attributesAsString);
› if (\is_array($allowedAttributes) && ($context['api_denormalize'] ?? false)) {
}
/var/www/html/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:261 {
Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer->getAttributes(object $object, ?string $format, array $context): array …
›
› $allowedAttributes = $this->getAllowedAttributes($object, $context, true);
›
}
/var/www/html/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:174 {
Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer->normalize(mixed $data, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
› $stack = [];
› $attributes = $this->getAttributes($data, $format, $context);
› $class = ($this->objectClassResolver)($data);
}
/var/www/html/vendor/api-platform/serializer/AbstractItemNormalizer.php:154 {
ApiPlatform\Serializer\AbstractItemNormalizer->normalize(mixed $object, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
›
› $data = parent::normalize($object, $format, $context);
›
}
/var/www/html/vendor/api-platform/jsonld/Serializer/ItemNormalizer.php:134 {
ApiPlatform\JsonLd\Serializer\ItemNormalizer->normalize(mixed $object, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
›
› $data = parent::normalize($object, $format, $context);
› if (!\is_array($data)) {
}
/var/www/html/vendor/api-platform/jsonld/Serializer/ErrorNormalizer.php:31 {
ApiPlatform\JsonLd\Serializer\ErrorNormalizer->normalize(mixed $object, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
› $context += $this->defaultContext;
› $normalized = $this->inner->normalize($object, $format, $context);
› $hydraPrefix = $this->getHydraPrefix($context);
}
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:50 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->normalize(mixed $data, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
› $startTime = microtime(true);
› $normalized = $this->normalizer->normalize($data, $format, $context);
› $time = microtime(true) - $startTime;
}
/var/www/html/vendor/symfony/serializer/Serializer.php:152 {
Symfony\Component\Serializer\Serializer->normalize(mixed $data, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null …
› if ($normalizer = $this->getNormalizer($data, $format, $context)) {
› return $normalizer->normalize($data, $format, $context);
› }
}
/var/www/html/vendor/symfony/serializer/Serializer.php:131 {
Symfony\Component\Serializer\Serializer->serialize(mixed $data, string $format, array $context = []): string …
› if ($this->encoder->needsNormalization($format, $context)) {
› $data = $this->normalize($data, $format, $context);
› }
}
/var/www/html/vendor/symfony/serializer/Debug/TraceableSerializer.php:44 {
Symfony\Component\Serializer\Debug\TraceableSerializer->serialize(mixed $data, string $format, array $context = []): string …
› $startTime = microtime(true);
› $result = $this->serializer->serialize($data, $format, $context);
› $time = microtime(true) - $startTime;
}
/var/www/html/vendor/api-platform/state/Processor/SerializeProcessor.php:74 {
ApiPlatform\State\Processor\SerializeProcessor->process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []) …
›
› $serialized = $this->serializer->serialize($data, $request->getRequestFormat(), $serializerContext);
› $request->attributes->set('_resources', $request->attributes->get('_resources', []) + (array) $resources);
}
/var/www/html/vendor/api-platform/state/Processor/WriteProcessor.php:51 {
ApiPlatform\State\Processor\WriteProcessor->process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []) …
› ) {
› return $this->processor ? $this->processor->process($data, $operation, $uriVariables, $context) : $data;
› }
}
/var/www/html/vendor/api-platform/symfony/Controller/MainController.php:112 {
ApiPlatform\Symfony\Controller\MainController->__invoke(Request $request): Response …
›
› return $this->processor->process($body, $operation, $uriVariables, $context);
› }
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#789 …}
}
}
/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 {#789 …}
$type: 2
}
}
/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#789 …}
$type: 2
$catch: false
}
}
/var/www/html/vendor/api-platform/symfony/EventListener/ExceptionListener.php:50 {
ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $this->errorListener->onKernelException($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
...: {
"kernel.exception"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#195 …}
}
}
/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: [ …6]
$eventName: "kernel.exception"
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
}
}
/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\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#694 …}
$eventName: "kernel.exception"
}
}
/var/www/html/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 {
arguments: {
$e: Symfony\Component\Security\Core\Exception\AccessDeniedException {#646 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:9 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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" => 1784776143
"timestamp_rfc3339" => "2026-07-23T03:09:03.328+00: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: [
2 => 2
789 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#204 …}
} |