Error 404 Not Found

GET http://api.dev.empathytrial.com/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"b447ce"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#759
  #message: "No route found for "GET http://api.dev.empathytrial.com/robots.txt""
  #code: 0
  #file: "/var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#870 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/api.dev.empathytrial.com/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
        }
      }
    }
    /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
      }
    }
    /var/www/api.dev.empathytrial.com/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: [ …18]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
      }
    }
    /var/www/api.dev.empathytrial.com/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/api.dev.empathytrial.com/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/api.dev.empathytrial.com/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 {#2 …}
        $type: 1
      }
    }
    /var/www/api.dev.empathytrial.com/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/api.dev.empathytrial.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
        "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#556
  -records: [
    2 => [
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.036+02:00"
        "message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\EcrfNormalizer" is deprecated."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#146
            #message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\EcrfNormalizer" is deprecated."
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
            #line: 37
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
                Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
                › if (!method_exists($normalizer, 'getSupportedTypes')) {    trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2750 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
                › 
                ›     return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($l), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\EcrfNormalizer($a), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileCategoryNormalizer($a, $n, $b, ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileNormalizer($r, ($container->privates['vich_uploader.storage.file_system'] ?? self::getVichUploader_Storage_FileSystemService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\UploadedFileDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_timezone' => $container->getEnv('APP_TIMEZONE')]), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($v, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($e, $f, $g, $u, $d, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($d, true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($w, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($v, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ItemNormalizer($f, $g, $h, $u, $l, $p, $o, [], $e, $j, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($w, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($o, $p, $c, $q, NULL, [], $c)), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($i, $u, $h, NULL), 'page', 'pagination', $e, $l, 1), $e, $u, $k), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\CollectionNormalizer($u, 'page', $e), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($r, $h, $i), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ObjectNormalizer($r, $h), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($r, $m)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \App\Encoder\MultipartDecoder($n), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($s, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($y, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonopenapi', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\YamlEncoder('yamlopenapi', $y), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonld', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonhal'), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), $m)]), $m);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2033 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(new \ApiPlatform\Symfony\Security\State\AccessCheckerProvider(new \ApiPlatform\State\Provider\DeserializeProvider(NULL, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container))), ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container)), 'post_denormalize'), $a);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1304 {
                ContainerHXbQD85\App_KernelDevDebugContainer::ContainerHXbQD85\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write', class: 'ApiPlatform\\Symfony\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write'] ?? $container->load('getApiPlatform_Listener_View_WriteService')), 'onKernelView'], 32);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/api.dev.empathytrial.com/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.046+02:00"
        "message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\FileCategoryNormalizer" is deprecated."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#143
            #message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\FileCategoryNormalizer" is deprecated."
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
            #line: 37
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
                Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
                › if (!method_exists($normalizer, 'getSupportedTypes')) {    trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2750 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
                › 
                ›     return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($l), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\EcrfNormalizer($a), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileCategoryNormalizer($a, $n, $b, ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileNormalizer($r, ($container->privates['vich_uploader.storage.file_system'] ?? self::getVichUploader_Storage_FileSystemService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\UploadedFileDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_timezone' => $container->getEnv('APP_TIMEZONE')]), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($v, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($e, $f, $g, $u, $d, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($d, true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($w, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($v, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ItemNormalizer($f, $g, $h, $u, $l, $p, $o, [], $e, $j, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($w, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($o, $p, $c, $q, NULL, [], $c)), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($i, $u, $h, NULL), 'page', 'pagination', $e, $l, 1), $e, $u, $k), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\CollectionNormalizer($u, 'page', $e), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($r, $h, $i), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ObjectNormalizer($r, $h), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($r, $m)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \App\Encoder\MultipartDecoder($n), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($s, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($y, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonopenapi', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\YamlEncoder('yamlopenapi', $y), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonld', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonhal'), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), $m)]), $m);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2033 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(new \ApiPlatform\Symfony\Security\State\AccessCheckerProvider(new \ApiPlatform\State\Provider\DeserializeProvider(NULL, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container))), ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container)), 'post_denormalize'), $a);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1304 {
                ContainerHXbQD85\App_KernelDevDebugContainer::ContainerHXbQD85\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write', class: 'ApiPlatform\\Symfony\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write'] ?? $container->load('getApiPlatform_Listener_View_WriteService')), 'onKernelView'], 32);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/api.dev.empathytrial.com/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.046+02:00"
        "message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\UploadedFileDenormalizer" is deprecated."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#124
            #message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Serializer\UploadedFileDenormalizer" is deprecated."
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
            #line: 37
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
                Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
                › if (!method_exists($normalizer, 'getSupportedTypes')) {    trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2750 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
                › 
                ›     return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($l), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\EcrfNormalizer($a), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileCategoryNormalizer($a, $n, $b, ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\FileNormalizer($r, ($container->privates['vich_uploader.storage.file_system'] ?? self::getVichUploader_Storage_FileSystemService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\UploadedFileDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_timezone' => $container->getEnv('APP_TIMEZONE')]), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($t, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($v, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($e, $f, $g, $u, $d, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($d, true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\EntrypointNormalizer($e, $h, $d), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer($w, $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true, []), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($v, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ItemNormalizer($f, $g, $h, $u, $l, $p, $o, [], $e, $j, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($w, $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $p), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($o, $p, $c, $q, NULL, [], $c)), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($x), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($i, $u, $h, NULL), 'page', 'pagination', $e, $l, 1), $e, $u, $k), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\CollectionNormalizer($u, 'page', $e), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($r, $h, $i), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hal\Serializer\ObjectNormalizer($r, $h), $m), new \Symfony\Component\Serializer\Debug\TraceableNormalizer($r, $m)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \App\Encoder\MultipartDecoder($n), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($s, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder($y, $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonopenapi', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\YamlEncoder('yamlopenapi', $y), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonld', NULL), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonhal'), $m), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), $m)]), $m);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:2033 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(new \ApiPlatform\Symfony\Security\State\AccessCheckerProvider(new \ApiPlatform\State\Provider\DeserializeProvider(NULL, ($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container))), ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container)), 'post_denormalize'), $a);}
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1304 {
                ContainerHXbQD85\App_KernelDevDebugContainer::ContainerHXbQD85\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write', class: 'ApiPlatform\\Symfony\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write'] ?? $container->load('getApiPlatform_Listener_View_WriteService')), 'onKernelView'], 32);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/api.dev.empathytrial.com/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SymfonyBundles\JsonRequestBundle\EventListener\RequestTransformerListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.124+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.206+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://api.dev.empathytrial.com/robots.txt"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#759
            #message: "No route found for "GET http://api.dev.empathytrial.com/robots.txt""
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#870 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\ExceptionSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.923+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.924+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.924+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.924+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.924+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.924+02: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"
      ]
    ]
    644 => [
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SymfonyBundles\JsonRequestBundle\EventListener\RequestTransformerListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.250+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.251+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.251+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\ClientSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.251+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.259+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.259+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.259+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.278+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.278+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.278+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHXbQD85\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.278+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.436+02:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by App_KernelDevDebugContainer.php:1169, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1275
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by App_KernelDevDebugContainer.php:1169, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:82 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                ›     'In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true.',    self::class);
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1169 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'App\\Entity');$b->addDriver(($container->privates['doctrine.orm.default_xml_metadata_driver'] ?? self::getDoctrine_Orm_DefaultXmlMetadataDriverService($container)), 'Vich\\UploaderBundle\\Entity');
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1142 {
                ContainerHXbQD85\App_KernelDevDebugContainer::ContainerHXbQD85\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHXbQD85\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:97 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();$validator = new SchemaValidator($em);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.465+02:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1341
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:169 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                ›     'https://github.com/doctrine/orm/pull/10837/',    'Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them.');
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/EntityManager.php:182 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                ›     $config->getProxyNamespace(),    $config->getAutoGenerateProxyClasses());
              }
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1273 {
                ContainerHXbQD85\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/api.dev.empathytrial.com/var/cache/dev/ContainerHXbQD85/App_KernelDevDebugContainer.php:1142 {
                ContainerHXbQD85\App_KernelDevDebugContainer::ContainerHXbQD85\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHXbQD85\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:97 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();$validator = new SchemaValidator($em);
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.528+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_pgsql"
            "host" => "10.20.60.202"
            "port" => 5432
            "user" => "empathy_dev"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "empathy_dev"
            "serverVersion" => "13"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.560+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.562+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(table_name) AS table_name,\n
                   table_schema AS schema_name\n
            FROM information_schema.tables\n
            WHERE table_catalog = ?\n
              AND table_schema NOT LIKE 'pg\_%'\n
              AND table_schema != 'information_schema'\n
              AND table_name != 'geometry_columns'\n
              AND table_name != 'spatial_ref_sys'\n
              AND table_type = 'BASE TABLE'
            """
          "params" => [
            1 => "empathy_dev"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.568+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT schema_name\n
            FROM   information_schema.schemata\n
            WHERE  schema_name NOT LIKE 'pg\_%'\n
            AND    schema_name != 'information_schema'
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.569+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SHOW search_path"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.571+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.715+02:00"
        "message" => "User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1617
            #message: "User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)"
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/lexer/src/Token.php:108 {
                Doctrine\Common\Lexer\Token->offsetGet($offset) …
                ›     'Accessing %s properties via ArrayAccess is deprecated, use the value, type or position property instead',    self::class);
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:691 {
                Doctrine\Common\Annotations\DocParser->Annotations(): array …
                › while ($this->lexer->lookahead !== null) {    if ($this->lexer->lookahead['type'] !== DocLexer::T_AT) {        $this->lexer->moveNext();
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:377 {
                Doctrine\Common\Annotations\DocParser->parse($input, $context = '') …
                › 
                ›     return $this->Annotations();}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:366 {
                Doctrine\Common\Annotations\AnnotationReader->collectParsingMetadata($reflection): void …
                › $ignoredAnnotationNames = self::$globalIgnoredNames;$annotations            = $this->preParser->parse($reflection->getDocComment(), $type . ' ' . $name);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:301 {
                Doctrine\Common\Annotations\AnnotationReader->getImports($reflection): array …
                › 
                › $this->collectParsingMetadata($reflection);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:142 {
                Doctrine\Common\Annotations\AnnotationReader->getClassAnnotations(ReflectionClass $class) …
                › $this->parser->setTarget(Target::TARGET_CLASS);$this->parser->setImports($this->getImports($class));$this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:155 {
                Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
                › if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {    $this->cache->save($item->set($this->delegate->{$method}($reflector)));}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:57 {
                Doctrine\Common\Annotations\PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
                › 
                › $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:67 {
                Doctrine\Common\Annotations\PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
                › {    foreach ($this->getClassAnnotations($class) as $annot) {        if ($annot instanceof $annotationName) {
              }
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/Mapping/Driver/AttributeAnnotationReader.php:64 {
                Gedmo\Mapping\Driver\AttributeAnnotationReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
                › 
                ›     return $annotation ?? $this->annotationReader->getClassAnnotation($class, $annotationName);}
              }
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/Mapping/Driver/Annotation.php:39 {
                Gedmo\SoftDeleteable\Mapping\Driver\Annotation->readExtendedMetadata($meta, array &$config) …
                › // class annotationsif (null !== $class && $annot = $this->reader->getClassAnnotation($class, self::SOFT_DELETEABLE)) {    $config['softDeleteable'] = true;
              }
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/Mapping/Driver/Chain.php:82 {
                Gedmo\Mapping\Driver\Chain->readExtendedMetadata($meta, array &$config) …
                › if (0 === strpos($meta->getName(), $namespace)) {    $extendedMetadata = $driver->readExtendedMetadata($meta, $config);}
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/Mapping/ExtensionMetadataFactory.php:143 {
                Gedmo\Mapping\ExtensionMetadataFactory->getExtensionMetadata($meta) …
                › 
                › $extendedMetadata = $this->driver->readExtendedMetadata($meta, $config);}
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:251 {
                Gedmo\Mapping\MappedEventSubscriber->loadMetadataForObjectClass(ObjectManager $objectManager, $metadata) …
                › try {    $config = $factory->getExtensionMetadata($metadata);} catch (\ReflectionException $e) {
              }
              /var/www/api.dev.empathytrial.com/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php:143 {
                Gedmo\SoftDeleteable\SoftDeleteableListener->loadClassMetadata(EventArgs $eventArgs) …
                › {    $this->loadMetadataForObjectClass($eventArgs->getObjectManager(), $eventArgs->getClassMetadata());}
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:96 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
                › foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:80 {
                Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
                › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
              }
              /var/www/api.dev.empathytrial.com/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/api.dev.empathytrial.com/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.810+02:00"
        "message" => """
          User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n
          results in SERIAL, which is not recommended.\n
          Instead, configure identifier generation strategies explicitly through\n
          configuration.\n
          We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use\n
          $configuration->setIdentityGenerationPreferences([\n
              "Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
          ]); (ClassMetadataFactory.php:770 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
          """
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2209
            #message: """
              User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n
              results in SERIAL, which is not recommended.\n
              Instead, configure identifier generation strategies explicitly through\n
              configuration.\n
              We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use\n
              $configuration->setIdentityGenerationPreferences([\n
                  "Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
              ]); (ClassMetadataFactory.php:770 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
              """
            #code: 0
            #file: "/var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:770 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->determineIdGeneratorStrategy(AbstractPlatform $platform): int …
                ›     $platformFamily,    $platformFamily);
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:629 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/api.dev.empathytrial.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:96 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
                › foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:80 {
                Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
                › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
              }
              /var/www/api.dev.empathytrial.com/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/api.dev.empathytrial.com/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/api.dev.empathytrial.com/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
                Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/api.dev.empathytrial.com/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 {#2 …}
                  $type: 1
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                  }
                }
              }
              /var/www/api.dev.empathytrial.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#533 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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: [ …18]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                }
              }
              /var/www/api.dev.empathytrial.com/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#405 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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/api.dev.empathytrial.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/api.dev.empathytrial.com/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/api.dev.empathytrial.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/api.dev.empathytrial.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/api.dev.empathytrial.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.865+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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" => 1726926300
        "timestamp_rfc3339" => "2024-09-21T15:45:00.866+02: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 => 1
    644 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#555 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"api.dev.empathytrial.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"3.147.77.4"
x-forwarded-host
"api.dev.empathytrial.com"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"3.147.77.4"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 21 Sep 2024 13:45:00 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Fapi.dev.empathytrial.com%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fapi.dev.empathytrial.com%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"f76ca2"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3032aa76eee503fdfe75048c8a3a47e9"
APP_TIMEZONE
"Europe/Warsaw"
AWS_S3_ACCESS_ID
"MHLZ5FE7WYSCFHK8FJQA"
AWS_S3_ACCESS_SECRET
"ko1MX8YlsIGCcCZDO7jD3fckmEK6KXAHBJh58aRZ"
AWS_S3_BASE_URL
"https://s3.atman.pl"
AWS_S3_BUCKET_NAME
"Empathy-dev"
AWS_S3_BUCKET_PATH
"data/media/"
CORS_ALLOW_ORIGIN
"^.*$"
DATABASE_URL
"postgresql://empathy_dev:biqPAasWA34CasJm@10.20.60.202:5432/empathy_dev?serverVersion=13&charset=utf8"
JWT_PASSPHRASE
"15b3fa4f668669b84f9de348b01f810f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
JWT_TTL
"86400"
MAILER_DSN
"smtp://contact@empathytrial.com:9cwD4sYk6W6vjV2jCe6M@smtp.dpoczta.pl:587?verify_peer=0"
MAILER_FROM_ADDRESS
"contact@empathytrial.com"
MAILER_FROM_NAME
"Empathy"
MATTERMOST_DSN
"mattermost://mfpiqsehe3nwbygui1s8687wba@mattermost.neovinci.pl/?channel=bpfwe944r783frfxa9o5tmhgnr"
MERCURE_JWT_SECRET
"15b3fa4f668669b84f9de348b01f810f"
MERCURE_PUBLIC_URL
"/.well-known/mercure"
MERCURE_URL
"/.well-known/mercure"
MESSENGER_QUEUE_NAME
"empathy_dev_messages"
MESSENGER_TRANSPORT_DSN
"amqp://empathy_dev:biqPAasWA34CasJm@10.20.60.120:5672/badania/empathy_dev_messages"
PHARMINDEX_API
"https://ws.pharmindex.pl/v74p/base/"
PHARMINDEX_AUTH_CODE
"NvuyYVwKeGbSCMnJYH7nXvvrzVD3k6GYZU9ZfzXZuC22qgaz6jw4Pw96E6yhgWWf4B5x"
PRJ_CODENAME
"Empathy"
PRJ_EUDRACT
"2020-003497-48"
PRJ_HOST_FE
"https://dev.empathytrial.com"
PRJ_NAME
"Empathy"
SMSAPI_DSN
"smsapi://BYzvP1Qt2oE0VLZq9KhmiVp0x1uCKfyzfAe4s22L@default?from=Empathy"
TRUSTED_PROXIES
"212.91.26.176,10.20.60.100,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/api.dev.empathytrial.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/api.dev.empathytrial.com/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"api.dev.empathytrial.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"3.147.77.4"
HTTP_X_FORWARDED_HOST
"api.dev.empathytrial.com"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"3.147.77.4"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zu7N2u1aYaykw4DZfBWLjQAAAC4"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"10.20.60.100"
REMOTE_PORT
"38734"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1726926298
REQUEST_TIME_FLOAT
1726926298.1524
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/api.dev.empathytrial.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.130.95.2"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"api.dev.empathytrial.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.57 (Oracle Linux Server)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_TIMEZONE,TRUSTED_PROXIES,PRJ_NAME,PRJ_CODENAME,PRJ_HOST_FE,PRJ_EUDRACT,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TTL,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,MAILER_DSN,MESSENGER_QUEUE_NAME,MESSENGER_TRANSPORT_DSN,SMSAPI_DSN,MATTERMOST_DSN,CORS_ALLOW_ORIGIN,PHARMINDEX_API,PHARMINDEX_AUTH_CODE,AWS_S3_ACCESS_ID,AWS_S3_ACCESS_SECRET,AWS_S3_BASE_URL,AWS_S3_BUCKET_NAME,AWS_S3_BUCKET_PATH,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET"
UNIQUE_ID
"Zu7N2u1aYaykw4DZfBWLjQAAAC4"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = b88f02)

Key Value
_remove_csp_headers
true
_stopwatch_token
"acc046"