Error 500 Internal Server Error

GET https://test-tinady.developa.net/.git/config

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2543
  -links: [
    2542 => Symfony\Component\WebLink\Link {#2542
      -href: "https://test-tinady.developa.net/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"aa7aab"
exception
Twig\Error\RuntimeError {#972
  #message: "An exception has been thrown during the rendering of a template ("Call to a member function getName() on null")."
  #code: 0
  #file: "/home/tind-test-758/test.tinady.com/templates/react/base.html.twig"
  #line: 14
  -previous: Error {#2222 …}
  -lineno: 14
  -name: "react/base.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Call to a member function getName() on null")."
  -sourcePath: "/home/tind-test-758/test.tinady.com/templates/react/base.html.twig"
  -sourceCode: """
    <!DOCTYPE html>\n
    <html>\n
    \n
    <head>\n
        <meta charset="UTF-8">\n
        <meta name="viewport" content="width=device-width, initial-scale=1">\n
        <meta name="theme-color" content="#24aaee">\n
        <link rel="shortcut icon" href="/favcn/favicon.ico" />\n
        {% set metaRobotsIndex = metaRobotsIndex is defined ? metaRobotsIndex : true %}\n
        <meta name="robots" content="{{ metaRobotsIndex ? "index" : "noindex" }}">\n
    \n
        {% block meta_open_graph %}\n
    \n
            {% set metaData = processMetaData() %}\n
            {% set metas = metaData['metas'] %}\n
            <title>{{ metaData['title'] }}</title>\n
            \n
            {% for meta in metas %}\n
            <meta {% for key, value in meta %} {% if key=="name" or key=="property" %} {{ key }}="{{ value }}" {% else %} {{ key\n
                }}="{{ value }}" data-from-end="yes" {% endif %} {% endfor %}>\n
            {% endfor %}\n
    \n
        {% endblock %}\n
    \n
        {% block stylesheets %}\n
            {{ encore_entry_link_tags("react_plugins_entry") }}\n
            {{ encore_entry_link_tags("react_layout_entry") }}\n
            {{ encore_entry_link_tags("react_application_entry") }}\n
            {{ encore_entry_link_tags('react_jobs_entry') }}\n
    \n
        {% endblock %}\n
    </head>\n
    \n
    <body>\n
        <div id="root">\n
        </div>\n
    </body>\n
    \n
    {% block javascripts %}\n
        {{ encore_entry_script_tags('react_project_script_entry') }}\n
    {% endblock %}\n
    \n
    </html>
    """
  trace: {
    /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:14 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › 
      › {% set metaData = processMetaData() %}{% set metas = metaData['metas'] %}
    }
    /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:12 {
      __TwigTemplate_93cdb2ecd2296cd194b143e2b64c0800->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block meta_open_graph %}}
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/tind-test-758/test.tinady.com/var/cache/dev/twig/98/9833c0a385422608487635328fa2b70c.php:49 {
      __TwigTemplate_c040ca3f440710ee48ed02f52858c3ff->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("react/base.html.twig", "react/project-index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /home/tind-test-758/test.tinady.com/src/Controller/ZedReactController.php:51 {
      App\Controller\ZedReactController->vitrineView($slug, Request $request): Response …
      › {    return $this->render('react/project-index.html.twig', []);}
    }
    /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/tind-test-758/test.tinady.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) {
    }
    /home/tind-test-758/test.tinady.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 {
    }
    /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#20
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#393 …}
  -debug: true
  -logs: [
    "" => [
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#400
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:497 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:763 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#399
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:498 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:763 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
    ]
    12 => [
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#264
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CachedReaderService.php:23 {
                ContainerHoYxATe\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1880 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    $a = ($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'));}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1804 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1318 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#262
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_ReaderService.php:23 {
                ContainerHoYxATe\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CachedReaderService.php:25 {
                ContainerHoYxATe\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1880 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    $a = ($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'));}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1804 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1318 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#255
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CacheAdapterService.php:23 {
                ContainerHoYxATe\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getAnnotations_CachedReaderService.php:25 {
                ContainerHoYxATe\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1880 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    $a = ($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'));}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1804 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1318 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#223
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php"
            #line: 53
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
                ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1804 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1318 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] fn () => ($container->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()), 'onResponse'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#213
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:52 {
                ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($resourceMetadataFactory, $queryParameterValidator, bool $enabled = true) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));} else {
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1834 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {    return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), new \ApiPlatform\Core\Filter\QueryParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], []))), true);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1330 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#192
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php"
            #line: 39
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php:39 {
                ApiPlatform\Serializer\SerializerContextBuilder->__construct($resourceMetadataFactory) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1970 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › 
                ›     return $container->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#191
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php"
            #line: 38
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php:38 {
                ApiPlatform\Serializer\SerializerFilterContextBuilder->__construct($resourceMetadataFactory, ContainerInterface $filterLocator, SerializerContextBuilderInterface $decorated) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1970 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › 
                ›     return $container->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#142
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:3224 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2297 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1846 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › 
                › return $container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property.legacy'] ?? self::getApiPlatform_Cache_Metadata_Property_LegacyService($container)), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $container)), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($container->privates['property_info'] ?? self::getPropertyInfoService($container)), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $container))))), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))))))), new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1768 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › 
                ›     return $container->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($container->privates['api_platform.cache.identifiers_extractor'] ?? self::getApiPlatform_Cache_IdentifiersExtractorService($container)), new \ApiPlatform\Core\Api\IdentifiersExtractor(($container->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), $a, $b, true), $a, $b);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1751 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    return $container->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), new RewindableGenerator(function () use ($container) {        yield 0 => ($container->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#115
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1980 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))])));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1846 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › 
                › return $container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property.legacy'] ?? self::getApiPlatform_Cache_Metadata_Property_LegacyService($container)), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $container)), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($container->privates['property_info'] ?? self::getPropertyInfoService($container)), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $container))))), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))))))), new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1768 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › 
                ›     return $container->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($container->privates['api_platform.cache.identifiers_extractor'] ?? self::getApiPlatform_Cache_IdentifiersExtractorService($container)), new \ApiPlatform\Core\Api\IdentifiersExtractor(($container->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), $a, $b, true), $a, $b);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1751 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    return $container->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), new RewindableGenerator(function () use ($container) {        yield 0 => ($container->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#109
            #message: "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php"
            #line: 47
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
                ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?PropertyAccessorInterface $propertyAccessor = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1768 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › 
                ›     return $container->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($container->privates['api_platform.cache.identifiers_extractor'] ?? self::getApiPlatform_Cache_IdentifiersExtractorService($container)), new \ApiPlatform\Core\Api\IdentifiersExtractor(($container->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), $a, $b, true), $a, $b);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1751 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    return $container->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), new RewindableGenerator(function () use ($container) {        yield 0 => ($container->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#106
            #message: "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/EventListener/ReadListener.php"
            #line: 66
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
                ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, ?SubresourceDataProviderInterface $subresourceDataProvider = null, ?SerializerContextBuilderInterface $serializerContextBuilder = null, ?IdentifierConverterInterface $identifierConverter = null, ?ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1824 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › {    return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($container->privates['debug.api_platform.collection_data_provider'] ?? self::getDebug_ApiPlatform_CollectionDataProviderService($container)), ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), ($container->privates['debug.api_platform.subresource_data_provider'] ?? self::getDebug_ApiPlatform_SubresourceDataProviderService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1325 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#82
            #message: "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php"
            #line: 49
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php:49 {
                ApiPlatform\Symfony\Security\ResourceAccessChecker->__construct(?ExpressionLanguage $expressionLanguage = null, ?AuthenticationTrustResolverInterface $authenticationTrustResolver = null, ?RoleHierarchyInterface $roleHierarchy = null, ?TokenStorageInterface $tokenStorage = null, ?AuthorizationCheckerInterface $authorizationChecker = null, bool $exceptionOnNoToken = true) …
                ›     $this->exceptionOnNoToken = $exceptionOnNoToken;    trigger_deprecation('api-platform/core', '2.7', 'The $exceptionOnNoToken parameter in "%s()" is deprecated and will always be false in 3.0, you should stop using it.', __METHOD__);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1958 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Security_ResourceAccessCheckerService($container) …
                › 
                ›     return $container->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($container->privates['security.expression_language'] ?? self::getSecurity_ExpressionLanguageService($container)), ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? self::getSchebTwoFactor_Security_Authentication_TrustResolverService($container)), ($container->privates['security.role_hierarchy'] ?? self::getSecurity_RoleHierarchyService($container)), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, false);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1942 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Security_Listener_Request_DenyAccessService($container) …
                › {    return $container->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1331 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurityPostDenormalize'], 1);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#60
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php"
            #line: 65
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php:65 {
                ApiPlatform\Core\JsonSchema\SchemaFactory->__construct($typeFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1731 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › 
                ›     return $container->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1780 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_TypeFactoryService($container) …
                › 
                › $instance->setSchemaFactory(($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container)));}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1725 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › {    $a = ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container));}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2968 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g, $h, $i, ($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container)), ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container)), ($container->privates['api_platform.operation_path_resolver.router'] ?? self::getApiPlatform_OperationPathResolver_RouterService($container)), NULL, $j, NULL, false, 'oauth2', 'application', '', '', [], [], ($container->privates['api_platform.subresource_operation_factory.cached'] ?? self::getApiPlatform_SubresourceOperationFactory_CachedService($container)), true, 'page', false, 'itemsPerPage', $container->parameters['api_platform.formats'], false, 'pagination', [], $container->parameters['api_platform.swagger.versions'], ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container)), NULL, true, $e));$l = ($container->privates['api_platform.router'] ?? self::getApiPlatform_RouterService($container));
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#49
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php"
            #line: 169
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php:169 {
                ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, $jsonSchemaFactory = null, $jsonSchemaTypeFactory = null, ?OperationPathResolverInterface $operationPathResolver = null, ?UrlGeneratorInterface $urlGenerator = null, $filterLocator = null, ?NameConverterInterface $nameConverter = null, bool $oauthEnabled = false, string $oauthType = '', string $oauthFlow = '', string $oauthTokenUrl = '', string $oauthAuthorizationUrl = '', array $oauthScopes = [], array $apiKeys = [], ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, bool $paginationEnabled = true, string $paginationPageParameterName = 'page', bool $clientItemsPerPage = false, string $itemsPerPageParameterName = '…12', $formats = [], bool $paginationClientEnabled = false, string $paginationClientEnabledParameterName = '…10', array $defaultContext = [], array $swaggerVersions = […2], ?IdentifiersExtractorInterface $identifiersExtractor = null, ?NormalizerInterface $openApiNormalizer = null, bool $legacyMode = false) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2968 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g, $h, $i, ($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container)), ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container)), ($container->privates['api_platform.operation_path_resolver.router'] ?? self::getApiPlatform_OperationPathResolver_RouterService($container)), NULL, $j, NULL, false, 'oauth2', 'application', '', '', [], [], ($container->privates['api_platform.subresource_operation_factory.cached'] ?? self::getApiPlatform_SubresourceOperationFactory_CachedService($container)), true, 'page', false, 'itemsPerPage', $container->parameters['api_platform.formats'], false, 'pagination', [], $container->parameters['api_platform.swagger.versions'], ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container)), NULL, true, $e));$l = ($container->privates['api_platform.router'] ?? self::getApiPlatform_RouterService($container));
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#48
            #message: "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getApiPlatform_IriConverter_LegacyService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/getApiPlatform_IriConverter_LegacyService.php:23 {
                ContainerHoYxATe\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:784 {
                ContainerHoYxATe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2972 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › $n = ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container));$o = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));$p = ($container->services['translator'] ?? self::getTranslatorService($container));
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#602
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/ContextBuilder.php"
            #line: 76
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/ContextBuilder.php:76 {
                ApiPlatform\JsonLd\ContextBuilder->__construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, UrlGeneratorInterface $urlGenerator, ?NameConverterInterface $nameConverter = null, ?IriConverterInterface $iriConverter = null) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1794 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Jsonld_ContextBuilderService($container) …
                › 
                ›     return $container->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($container->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container)), $a, ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2974 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › $p = ($container->services['translator'] ?? self::getTranslatorService($container));$q = ($container->privates['api_platform.jsonld.context_builder'] ?? self::getApiPlatform_Jsonld_ContextBuilderService($container));$r = ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container));
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#623
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php"
            #line: 77
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php:77 {
                ApiPlatform\Hydra\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, ResourceClassResolverInterface $resourceClassResolver, ?OperationMethodResolverInterface $operationMethodResolver, UrlGeneratorInterface $urlGenerator, ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, ?NameConverterInterface $nameConverter = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#583
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 46
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#570
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:51 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#619
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#549
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#599
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php"
            #line: 55
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:55 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#648
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#601
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#572
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php:63 {
                ApiPlatform\Hydra\Serializer\CollectionNormalizer->__construct(ContextBuilderInterface $contextBuilder, ResourceClassResolverInterface $resourceClassResolver, $iriConverter, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, array $defaultContext = []) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#636
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php"
            #line: 50
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php:50 {
                ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer->__construct(NormalizerInterface $collectionNormalizer, string $pageParameterName = 'page', string $enabledParameterName = '…10', $resourceMetadataFactory = null, ?PropertyAccessorInterface $propertyAccessor = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#604
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php:52 {
                ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer->__construct(NormalizerInterface $collectionNormalizer, $resourceMetadataFactory, $resourceClassResolver, $filterLocator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#569
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php"
            #line: 44
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php:44 {
                ApiPlatform\JsonLd\Serializer\ObjectNormalizer->__construct(NormalizerInterface $decorated, $iriConverter, AnonymousContextBuilderInterface $anonymousContextBuilder) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2979 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                ›     return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $f, $k, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), $k, $f, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $n, NULL, $l, NULL, $m), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g, $o, $l), new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $p), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($p), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $o, $n, $q, $b, $m, $r, [], new RewindableGenerator(fn () => new \EmptyIterator(), 0), $a), new \ApiPlatform\Serializer\ItemNormalizer($h, $i, $o, $n, $b, $m, $r, ($container->privates['debug.api_platform.item_data_provider'] ?? self::getDebug_ApiPlatform_ItemDataProviderService($container)), false, NULL, new RewindableGenerator(fn () => new \EmptyIterator(), 0), $g, $a), new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $m, $c, $s, NULL)), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q, $n, $o, NULL), 'page', 'pagination', $g, $b), $g, $n, $j), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t, $o, $q), $t], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $d, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#551
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:63 {
                ApiPlatform\Symfony\EventListener\DeserializeListener->__construct(SerializerInterface $serializer, SerializerContextBuilderInterface $serializerContextBuilder, $resourceMetadataFactory) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1814 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1319 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$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.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/tind-test-758/test.tinady.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';
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "route" => "api_vitrine_view"
          "route_parameters" => [
            "_route" => "api_vitrine_view"
            "_controller" => "App\Controller\ZedReactController::vitrineView"
            "slug" => ".git/config"
          ]
          "request_uri" => "https://test-tinady.developa.net/.git/config"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 4
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginFormAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginFormAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\GoogleAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\GoogleAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Listener\RequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#882
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:2350, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:68 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2350 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), $container->parameters['api_platform.resource_class_directories'], false);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1104 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1077 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{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)));}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHoYxATe\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:2350, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#883
            #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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:78 called by App_KernelDevDebugContainer.php:2350, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:78 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:2350 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), $container->parameters['api_platform.resource_class_directories'], false);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1104 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\Entity');}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1077 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{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)));}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHoYxATe\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:78 called by App_KernelDevDebugContainer.php:2350, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#908
            #message: "User Deprecated: Since doctrine/doctrine-bundle 2.4: The "connection_override_options" connection parameter is deprecated"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php"
            #line: 83
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.com/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:83 {
                Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
                › if (isset($params['connection_override_options'])) {    trigger_deprecation('doctrine/doctrine-bundle', '2.4', 'The "connection_override_options" connection parameter is deprecated');    $overriddenOptions = $params['connection_override_options'];
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1066 {
                ContainerHoYxATe\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › 
                ›     return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'connection_override_options' => [], 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container)), []);}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1293 {
                ContainerHoYxATe\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);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1077 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{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)));}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHoYxATe\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Since doctrine/doctrine-bundle 2.4: The "connection_override_options" connection parameter is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#922
            #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:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:178 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1293 {
                ContainerHoYxATe\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);}
              /home/tind-test-758/test.tinady.com/var/cache/dev/ContainerHoYxATe/App_KernelDevDebugContainer.php:1077 {
                ContainerHoYxATe\App_KernelDevDebugContainer::ContainerHoYxATe\{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)));}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerHoYxATe\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "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:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHoYxATe\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1981
            #message: "User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:104 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/lexer/src/Token.php:104 {
                Doctrine\Common\Lexer\Token->offsetGet($offset) …
                › {    Deprecation::trigger(        'doctrine/lexer',
              }
              /home/tind-test-758/test.tinady.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();
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:377 {
                Doctrine\Common\Annotations\DocParser->parse($input, $context = '') …
                › 
                ›     return $this->Annotations();}
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:301 {
                Doctrine\Common\Annotations\AnnotationReader->getImports($reflection): array …
                › 
                › $this->collectParsingMetadata($reflection);}
              /home/tind-test-758/test.tinady.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));
              }
              /home/tind-test-758/test.tinady.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)));}
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:104 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
                › 
                › $classAnnotations = $this->reader->getClassAnnotations($class);foreach ($classAnnotations as $key => $annot) {
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:77 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata) …
                › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:42 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
                › {    $this->driver->loadMetadataForClass($className, $metadata);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:149 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/tind-test-758/test.tinady.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(
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1376 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectColumnAssociationSQL($field, $assoc, ClassMetadata $class, $alias = 'r') …
                › $columnList    = [];$targetClass   = $this->em->getClassMetadata($assoc['targetEntity']);$isIdentifier  = isset($assoc['id']) && $assoc['id'] === true;
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1265 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectColumnsSQL() …
                › foreach ($this->class->associationMappings as $assocField => $assoc) {    $assocColumnSQL = $this->getSelectColumnAssociationSQL($assocField, $assoc, $this->class);}
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1132 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, ?array $orderBy = null) …
                › 
                › $columnList = $this->getSelectColumnsSQL();$tableAlias = $this->getSQLTableAlias($this->class->name);
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:774 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › 
                › $sql              = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);[$params, $types] = $this->expandParameters($criteria);
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityRepository.php:241 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/tind-test-758/test.tinady.com/src/Services/MainService.php:973 {
                App\Services\MainService->processMetaData() …
                › $vitrineRep = $this->em->getRepository(Vitrine::class);$vitrine = $vitrineRep->findOneBy(["slug" => $slug]);if(!$vitrine) {
              }
              /home/tind-test-758/test.tinady.com/src/Twig/MainExtension.php:1410 {
                App\Twig\MainExtension->processMetaData() …
                › public function processMetaData() {    return $this->mainService->processMetaData();}
              }
              /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:14 {
                __TwigTemplate_93cdb2ecd2296cd194b143e2b64c0800->block_meta_open_graph($context, array $blocks = []) …
                › 
                › {% set metaData = processMetaData() %}{% set metas = metaData['metas'] %}
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:171 {
                Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
                › try {    $template->$block($context, $blocks);} catch (Error $e) {
              }
              /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:12 {
                __TwigTemplate_93cdb2ecd2296cd194b143e2b64c0800->doDisplay(array $context, array $blocks = []) …
                › 
                › {% block meta_open_graph %}}
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/twig/98/9833c0a385422608487635328fa2b70c.php:49 {
                __TwigTemplate_c040ca3f440710ee48ed02f52858c3ff->doDisplay(array $context, array $blocks = []) …
                › $this->parent = $this->loadTemplate("react/base.html.twig", "react/project-index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:379 {
                Twig\Template->render(array $context) …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/TemplateWrapper.php:38 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Environment.php:280 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /home/tind-test-758/test.tinady.com/src/Controller/ZedReactController.php:51 {
                App\Controller\ZedReactController->vitrineView($slug, Request $request): Response …
                › {    return $this->render('react/project-index.html.twig', []);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:104 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Twig\Error\RuntimeError {#972
            #message: "An exception has been thrown during the rendering of a template ("Call to a member function getName() on null")."
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/templates/react/base.html.twig"
            #line: 14
            -previous: Error {#2222 …}
            -lineno: 14
            -name: "react/base.html.twig"
            -rawMessage: "An exception has been thrown during the rendering of a template ("Call to a member function getName() on null")."
            -sourcePath: "/home/tind-test-758/test.tinady.com/templates/react/base.html.twig"
            -sourceCode: """
              <!DOCTYPE html>\n
              <html>\n
              \n
              <head>\n
                  <meta charset="UTF-8">\n
                  <meta name="viewport" content="width=device-width, initial-scale=1">\n
                  <meta name="theme-color" content="#24aaee">\n
                  <link rel="shortcut icon" href="/favcn/favicon.ico" />\n
                  {% set metaRobotsIndex = metaRobotsIndex is defined ? metaRobotsIndex : true %}\n
                  <meta name="robots" content="{{ metaRobotsIndex ? "index" : "noindex" }}">\n
              \n
                  {% block meta_open_graph %}\n
              \n
                      {% set metaData = processMetaData() %}\n
                      {% set metas = metaData['metas'] %}\n
                      <title>{{ metaData['title'] }}</title>\n
                      \n
                      {% for meta in metas %}\n
                      <meta {% for key, value in meta %} {% if key=="name" or key=="property" %} {{ key }}="{{ value }}" {% else %} {{ key\n
                          }}="{{ value }}" data-from-end="yes" {% endif %} {% endfor %}>\n
                      {% endfor %}\n
              \n
                  {% endblock %}\n
              \n
                  {% block stylesheets %}\n
                      {{ encore_entry_link_tags("react_plugins_entry") }}\n
                      {{ encore_entry_link_tags("react_layout_entry") }}\n
                      {{ encore_entry_link_tags("react_application_entry") }}\n
                      {{ encore_entry_link_tags('react_jobs_entry') }}\n
              \n
                  {% endblock %}\n
              </head>\n
              \n
              <body>\n
                  <div id="root">\n
                  </div>\n
              </body>\n
              \n
              {% block javascripts %}\n
                  {{ encore_entry_script_tags('react_project_script_entry') }}\n
              {% endblock %}\n
              \n
              </html>
              """
            trace: {
              /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:14 {
                Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
                › 
                › {% set metaData = processMetaData() %}{% set metas = metaData['metas'] %}
              }
              /home/tind-test-758/test.tinady.com/templates/react/base.html.twig:12 {
                __TwigTemplate_93cdb2ecd2296cd194b143e2b64c0800->doDisplay(array $context, array $blocks = []) …
                › 
                › {% block meta_open_graph %}}
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /home/tind-test-758/test.tinady.com/var/cache/dev/twig/98/9833c0a385422608487635328fa2b70c.php:49 {
                __TwigTemplate_c040ca3f440710ee48ed02f52858c3ff->doDisplay(array $context, array $blocks = []) …
                › $this->parent = $this->loadTemplate("react/base.html.twig", "react/project-index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Template.php:379 {
                Twig\Template->render(array $context) …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/TemplateWrapper.php:38 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /home/tind-test-758/test.tinady.com/vendor/twig/twig/src/Environment.php:280 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /home/tind-test-758/test.tinady.com/src/Controller/ZedReactController.php:51 {
                App\Controller\ZedReactController->vitrineView($slug, Request $request): Response …
                › {    return $this->render('react/project-index.html.twig', []);}
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/tind-test-758/test.tinady.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) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Call to a member function getName() on null")." at base.html.twig line 14"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#4406
            #message: "User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. (EntityManager.php:393 called by UserLogService.php:117, https://github.com/doctrine/orm/issues/8459, package doctrine/orm)"
            #code: 0
            #file: "/home/tind-test-758/test.tinady.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.com/vendor/doctrine/orm/src/EntityManager.php:393 {
                Doctrine\ORM\EntityManager->flush($entity = null) …
                › if ($entity !== null) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/tind-test-758/test.tinady.com/src/Services/UserLogService.php:117 {
                App\Services\UserLogService->processHttpUserAgent($param, $request) …
                › 
                › $this->em->flush($object);}
              /home/tind-test-758/test.tinady.com/src/Services/UserLogService.php:288 {
                App\Services\UserLogService->createUserCookie(Request $request) …
                › 
                › [$oHttpUserAgent, ] = $this->processHttpUserAgent($stringUserAgent, $request);$oIpAddress = $this->processIp($request);
              }
              /home/tind-test-758/test.tinady.com/src/Listener/ResponseListener.php:92 {
                App\Listener\ResponseListener->onKernelResponse(ResponseEvent $event) …
                › try {    [$cookie, $dbCookie] = $this->userLogService->createUserCookie($request); //dump($cookie); die;    $this->logAccess($request, $dbCookie);
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/tind-test-758/test.tinady.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);}
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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);}
              /home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php:265 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.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 {
              }
              /home/tind-test-758/test.tinady.com/public/index.php:94 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "message" => "User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. (EntityManager.php:393 called by UserLogService.php:117, https://github.com/doctrine/orm/issues/8459, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Listener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Listener\NoCacheSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300018
        "timestamp_rfc3339" => "2026-01-13T10:26:58.000+00:00"
      ]
    ]
    2326 => [
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Listener\RequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHoYxATe\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300016
        "timestamp_rfc3339" => "2026-01-13T10:26:56.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Listener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Listener\NoCacheSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1768300017
        "timestamp_rfc3339" => "2026-01-13T10:26:57.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    12 => 1
    2326 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#398 …}
}

Request Headers

Header Value
accept-charset
"utf-8"
accept-encoding
"gzip"
authorization
""
connection
"close"
host
"test-tinady.developa.net"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"must-revalidate, no-cache, no-store, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 13 Jan 2026 10:26:57 GMT"
expires
"0"
pragma
"no-cache"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Call%20to%20a%20member%20function%20getName%28%29%20on%20null%22%29."
x-debug-exception-file
"%2Fhome%2Ftind-test-758%2Ftest.tinady.com%2Ftemplates%2Freact%2Fbase.html.twig:14"
x-debug-token
"444bed"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php"
    "line" => 42
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/tind-test-758/test.tinady.com/public/index.php"
    "line" => 94
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"1A89e1f857ddabb683de19281e7A177"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://tind-test-758-db:HDfx0ar1,}d],RaIy-{$@127.0.0.1:3306/test_tinady_db?serverVersion=10.11.6-MariaDB-0+deb12u1"
EMAIL_BLOCK_CONSONANT_NUMBER
"5"
GOOGLE_CLIENT_ID
"380629614231-2rts6bqf2pjg3htpfqhos808mlt9rf5r.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GOOGLE_RECAPTCHA_SECRET
"6Lf_46MqAAAAAKfJXaMCOA1DVy80NIXvNx1GKKD_"
GOOGLE_RECAPTCHA_SITE_KEY
"6Lf_46MqAAAAAKvujwgzKqIE6Yh6ifp-NRZu83m9"
JWT_PASSPHRASE
"b1ed592f33b7bcfb96aa0e90b4170eb70f419b9e7e05a0db9c27192c25adddfc"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"null"
MAILER_HOST
"mail.tnady.com"
MAILER_PASSWD
"O%25M%23%5D-%25%3DMa231-%3DrBY7a82d69aLOKakk%24%28d"
MAILER_PORT
"465"
MAILER_SCHEME
"smtp://"
MAILER_USER
"noreply84@tnady.com"
RECAPTCHA3_KEY
"6Lf_46MqAAAAAKvujwgzKqIE6Yh6ifp-NRZu83m9"
RECAPTCHA3_SECRET
"6Lf_46MqAAAAAKfJXaMCOA1DVy80NIXvNx1GKKD_"
activate_a2f
"true"
activate_job
"true"
activate_manager_offer_list
"true"
activate_module_autocomplete_history
"false"
activate_offer_content_ckeditor
"false"
activate_prelaunch
"false"
app_deploy
"dev"
app_domain
"test-tinady.developa.net"
app_name
"tinady"
app_scheme
"https"
directory_uploads
"uploads/"
homepage_current_banner
"delta"
mail_indicator_deploy
""
prospecting_email_from
"contact@tnady.com"
prospecting_outgoing_host
"mail.tnady.com"
prospecting_outgoing_port
"465"
prospecting_sender_name
"Tinady"
prospecting_sender_password
"{V31H!!B}W0yH58m#kR%s"
sub_directory_avatars
"avatars/"
sub_directory_company_logo
"company/"
sub_directory_enterprise_logo
"enterprise/"
sub_directory_files
"files/"
sub_directory_image
"images/"
sub_directory_media
"media/"
sub_directory_temp_avatars
"avatars-temp/"
test_domain_name
""
user_managers
"[]"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/tind-test-758/test.tinady.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/tind-test-758/test.tinady.com/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_CHARSET
"utf-8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"test-tinady.developa.net"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"test-tinady.developa.net"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/.git/config"
REMOTE_ADDR
"13.222.218.186"
REMOTE_PORT
"58878"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1768300016
REQUEST_TIME_FLOAT
1768300016.8353
REQUEST_URI
"/.git/config"
SCRIPT_FILENAME
"/home/tind-test-758/test.tinady.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.68.213.140"
SERVER_ADMIN
"frederic@developa.net"
SERVER_NAME
"test-tinady.developa.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Debian) Server at test-tinady.developa.net Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Debian)"
SSL_TLS_SNI
"test-tinady.developa.net"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,app_deploy,app_name,app_scheme,app_domain,test_domain_name,activate_a2f,activate_job,activate_prelaunch,activate_module_autocomplete_history,homepage_current_banner,DATABASE_URL,directory_uploads,sub_directory_avatars,sub_directory_files,sub_directory_image,sub_directory_enterprise_logo,sub_directory_temp_avatars,sub_directory_company_logo,sub_directory_media,user_managers,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,MAILER_DSN,MAILER_SCHEME,MAILER_USER,MAILER_PASSWD,MAILER_HOST,MAILER_PORT,mail_indicator_deploy,activate_offer_content_ckeditor,prospecting_email_from,prospecting_sender_name,prospecting_sender_password,prospecting_outgoing_port,prospecting_outgoing_host,activate_manager_offer_list,EMAIL_BLOCK_CONSONANT_NUMBER,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET"

Parent Request

Return to parent request (token = 8307ec)

Key Value
_controller
"App\Controller\ZedReactController::vitrineView"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#4454
  -links: [
    4453 => Symfony\Component\WebLink\Link {#4453
      -href: "https://test-tinady.developa.net/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"api_vitrine_view"
_route_params
[
  "slug" => ".git/config"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"f2b407"
slug
".git/config"