Error 404 Not Found

GET https://www.fiimatdev.fr/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"f773e1"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#720
  #message: "No route found for "GET https://www.fiimatdev.fr/robots.txt" (from "https://fiimatdev.fr/robots.txt")"
  #code: 0
  #file: "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#656 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:6 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#304
  -records: [
    "" => [
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.320+02:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1614, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1614, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/var/cache/dev/ContainerGSgrJbQ/App_KernelDevDebugContainer.php:1614 {
                ContainerGSgrJbQ\App_KernelDevDebugContainer::getDoctrine_Orm_AplizV2ConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$a->addDriver(($container->privates['doctrine.orm.aplizV2_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity/AplizV2')], false)), 'App\\Entity\\AplizV2');}
              /var/www/vhosts/fiimatdev.fr/httpdocs/var/cache/dev/ContainerGSgrJbQ/App_KernelDevDebugContainer.php:822 {
                ContainerGSgrJbQ\App_KernelDevDebugContainer::getDoctrine_Orm_AplizV2EntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.aplizV2_connection'] ?? self::getDoctrine_Dbal_AplizV2ConnectionService($container)), ($container->privates['doctrine.orm.aplizV2_configuration'] ?? self::getDoctrine_Orm_AplizV2ConfigurationService($container)), ($container->privates['doctrine.dbal.aplizV2_connection.event_manager'] ?? self::getDoctrine_Dbal_AplizV2Connection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/var/cache/dev/ContainerGSgrJbQ/App_KernelDevDebugContainer.php:813 {
                ContainerGSgrJbQ\App_KernelDevDebugContainer::ContainerGSgrJbQ\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.aplizV2_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_AplizV2EntityManagerService($container, $proxy)));}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerGSgrJbQ\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/src/Services/EnvService.php:31 {
                App\Services\EnvService->getVariables(): void …
                › //        }        $tenant = $this->em->getRepository(Tenant::class)->find(1);        foreach ($tenant->getTenantParams() as $param) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:33 {
                {closure} …
                › $envService = $kernel->getContainer()->get(EnvService::class);$envService->getVariables();return $kernel;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php:24 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:6 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.335+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "apliz-v2.mysql.database.azure.com"
            "port" => 3306
            "user" => "apliz"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "fiimatdev"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.397+02:00"
        "message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\AplizV2\User" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#107
            #message: "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\AplizV2\User" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, false);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/src/Services/EnvService.php:31 {
                App\Services\EnvService->getVariables(): void …
                › //        }        $tenant = $this->em->getRepository(Tenant::class)->find(1);        foreach ($tenant->getTenantParams() as $param) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:33 {
                {closure} …
                › $envService = $kernel->getContainer()->get(EnvService::class);$envService->getVariables();return $kernel;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php:24 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:6 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.402+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.idTenant AS idTenant_1, t0.name AS name_2, t0.legalForm AS legalForm_3, t0.activityCode AS activityCode_4, t0.status AS status_5, t0.siren AS siren_6, t0.siret AS siret_7, t0.vatNumber AS vatNumber_8, t0.firstname AS firstname_9, t0.lastname AS lastname_10, t0.phone AS phone_11, t0.email AS email_12, t0.web AS web_13, t0.refSepa AS refSepa_14, t0.logo AS logo_15, t0.docslogo AS docslogo_16, t0.idPayeeBC AS idPayeeBC_17, t0.idPayerBC AS idPayerBC_18, t0.registration AS registration_19, t0.footer AS footer_20, t0.header AS header_21, t0.contractFooter AS contractFooter_22, t0.allMustSign AS allMustSign_23, t0.transferFeeVendor AS transferFeeVendor_24, t0.transferFeeBuyer AS transferFeeBuyer_25, t0.transferFee AS transferFee_26, t0.recoveryFee AS recoveryFee_27, t0.recoveryFeeCodes AS recoveryFeeCodes_28, t0.recoveryDelay AS recoveryDelay_29, t0.useQuote AS useQuote_30, t0.useAI AS useAI_31, t0.useAssetUrl AS useAssetUrl_32, t0.withoutPartnerVr AS withoutPartnerVr_33, t0.useMicrosoftAuth AS useMicrosoftAuth_34, t0.useGoogleAuth AS useGoogleAuth_35, t0.useAccounting AS useAccounting_36, t0.usePartnerDeals AS usePartnerDeals_37, t0.useContractLots AS useContractLots_38, t0.useProlong AS useProlong_39, t0.useElliPro AS useElliPro_40, t0.useCreditsafe AS useCreditsafe_41, t0.useEbicsExport AS useEbicsExport_42, t0.useEbicsImport AS useEbicsImport_43, t0.liOnScheduler AS liOnScheduler_44, t0.alwaysFunderAutoScoring AS alwaysFunderAutoScoring_45, t0.ibanOnClientSign AS ibanOnClientSign_46, t0.bankAccountRef AS bankAccountRef_47, t0.scoringMethodAutoAccept AS scoringMethodAutoAccept_48, t0.canManagePartnerFee AS canManagePartnerFee_49, t0.autoReject AS autoReject_50, t0.extraSignCheck AS extraSignCheck_51, t0.blockedSirens AS blockedSirens_52, t0.slug AS slug_53, t0.primaryColor AS primaryColor_54, t0.secondaryColor AS secondaryColor_55, t0.fixedAssetCode AS fixedAssetCode_56 FROM tenant t0 WHERE t0.idTenant = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.450+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.idTenantParam AS idTenantParam_1, t0.code AS code_2, t0.json AS json_3, t0.label AS label_4, t0.idTenant AS idTenant_5 FROM tenantParam t0 WHERE t0.idTenant = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
    2 => [
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.476+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.476+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.476+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.476+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.476+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.484+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.fiimatdev.fr/robots.txt" (from "https://fiimatdev.fr/robots.txt")" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#720
            #message: "No route found for "GET https://www.fiimatdev.fr/robots.txt" (from "https://fiimatdev.fr/robots.txt")"
            #code: 0
            #file: "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#656 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php:6 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/fiimatdev.fr/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.551+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    972 => [
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.485+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\CheckDomainListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.488+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.488+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.490+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.490+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.490+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerGSgrJbQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.490+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1755984317
        "timestamp_rfc3339" => "2025-08-23T23:25:17.543+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 1
    972 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#318 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
authorization
""
connection
"close"
from
"gptbot(at)openai.com"
host
"www.fiimatdev.fr"
referer
"https://fiimatdev.fr/robots.txt"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-accel-internal
"/internal-nginx-static-location"
x-openai-host-hash
"701838533"
x-php-ob-level
"1"
x-real-ip
"4.227.36.11"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 23 Aug 2025 21:25:17 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fwww.fiimatdev.fr%2Frobots.txt%22%20%28from%20%22https%3A%2F%2Ffiimatdev.fr%2Frobots.txt%22%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Ffiimatdev.fr%2Fhttpdocs%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"a8ae0e"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADDRESS_LEASCORP
""
ADDRESS_TENANT
""
ADDR_GOUV_FR
"https://api-adresse.data.gouv.fr/search/?q="
APLIZV2_DATABASE_URL
"mysql://apliz:nhj08uodwFj4N*A3o@apliz-v2.mysql.database.azure.com:3306/fiimatdev"
APLIZV2_DB_DRIVER
"pdo_mysql"
APLIZV2_DB_HOST
"apliz-v2.mysql.database.azure.com"
APLIZV2_DB_PASSWORD
"nhj08uodwFj4N*A3o"
APLIZV2_DB_PORT
"3306"
APLIZV2_DB_USER
"apliz"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"ca7f1da0dd9c96cb336cdf476f603b7f"
BASE_URI
"https://www.fiimatdev.fr"
CALL_PRICE
"1"
CLIENT_ID
"937e6e85-2337-43d7-857e-2900d8752864"
CLIENT_SECRET
"Y1Y8Q~gIogOWGkMa72vJArEYwfS.QhjIvU.vZb4U"
CONTRACT_ID
"42538,"
CREDITSAFE_PASSWORD
"LiXQe6RJAG'OXPTZ3YUA"
CREDITSAFE_URL
"https://connect.creditsafe.com/v1"
CREDITSAFE_USERNAME
"sguyomard@leascorp.fr"
DATABASE_URL
"mysql://fiimat:00&zRha5I6ejbhlNa@localhost:3306/fiimatV1"
DEMO_DS_ACCOUNT_ID
"42c23c8b-294e-4be5-960b-6615d147450c"
DEMO_DS_INTEGRATION_KEY
"cb24961b-6405-4043-92c2-8d8f185e8017"
DEMO_DS_OAUTH_BASE_URL
"account-d.docusign.com"
DEMO_DS_SITE_URL
"https://apps-d.docusign.com/"
DEMO_DS_URL
"https://demo.docusign.net/restapi"
DEMO_DS_USER_ID
"81b4eeec-c3eb-42fb-8aa2-957d5e54147a"
DEV_BC_COMPANY
"36fe14e0-da46-ee11-be72-6045bde98c16"
DEV_BC_ENVIRONMENT
"sandbox"
DEV_CREDITSAFE_URL
"https://connect.sandbox.creditsafe.com/v1"
DIRECT_SALES_REGISTRATION
""
DS_BRAND_ID
"64ba3053-5f64-4f18-a773-eba35d2614fb"
EBICS_HOST_ID
"CMCIFRPA"
EBICS_HOST_URL
"https://pebics.cm-cic.com/ebicsweb/ebicsweb"
EBICS_PARTNER_ID
"32916602"
EBICS_USER_ID
"329166020001"
ELLISPHERE_PASSWORD
"2F7BRWHH99QP"
ELLISPHERE_USERNAME
"NN396546"
EMAIL_LEASCORP
"contact@fiimat.fr"
EMAIL_TENANT
"contact@fiimat.fr"
EXPIRE
"20d,"
FRANFINANCE_LOGIN_DEV
"WSLEASFL"
FRANFINANCE_LOGIN_PROD
"WSLEASFL"
FRANFINANCE_PASSWORD_DEV
"0099812"
FRANFINANCE_PASSWORD_PROD
"0681239"
INSEE_TOKEN_SIR
"1dd8314e-82c6-32a8-bf9c-097842b601c1"
LIXXBAIL_TOKEN_FIIMAT_PROD
"ZDhudWRvVWtIVUJHYTdjdGJzZjdmSzI1aXlFYTpaZmhjaFIzalExZkg0RG9LTndYZnhPR1M1T3Nh"
LIXXBAIL_TOKEN_FIIMAT_RCT
"cGZQbXptZ1lDY1JJS1RLNkpPZTRJOWNUTmhJYTo5WktTUVJiY0dyQTFGM0hBZnA3MHhid05rNFFh"
LIXXBAIL_TOKEN_LEASCORP_PROD
"RXFjZWhTV3Z5MzFYTExfeUZ0eWg0eGx2YmprYTptaTBFbzUwRG9Td1d6UEw5X0VZZmdrX0pJTHNh"
LIXXBAIL_TOKEN_LEASCORP_RCT
"NU5MbFN4M3pTTlg0cDFkdnhRa1lRSlVPNTQ4YTplS2tlZzFsSmRoVHFHd1l6Q1d1aVZQMVdrTWth"
LOCAL_DB_NAME
"fiimatdev"
NO_TVA_TENANT
""
NumTVA_LEASCORP
""
PRODCUT_VERSION
"1,"
PRODUCT_NUMBER
"101004,"
PROD_DS_ACCOUNT_ID
"fa11bcba-5e95-4e71-a675-43282b97b2af"
PROD_DS_INTEGRATION_KEY
"ffdb3de7-b48a-494a-a92d-b1645a483102"
PROD_DS_OAUTH_BASE_URL
"account.docusign.com"
PROD_DS_SITE_URL
"https://apps.docusign.com/"
PROD_DS_URL
"https://eu.docusign.net/restapi"
PROD_DS_USER_ID
"5c11b177-f616-4ff2-960f-72cd0cd73f39"
REDIRECT_URI
"https://www.fiimatdev.fr/oauth/login"
SIREN_LEASCORP
""
SIREN_TENANT
""
SIRET_LEASCORP
""
SIRET_TENANT
""
SITE_ID
"onleascorp.sharepoint.com,020916ea-5093-4068-b9c1-14e31e7a5b4f,89492569-a802-465e-8184-98ce96a90b64"
TEL_LEASCORP
""
TEL_TENANT
""
TENANT
"fiimat"
TENANT_ID
"3fc0c381-7c1b-4e7b-bdae-ea12fe7e94fe"
TRANSPORT_INVOICE1
"async_invoices_1"
TRANSPORT_INVOICE2
"async_invoices_2"
TRANSPORT_INVOICE3
"async_invoices_3"
TRANSPORT_INV_WEBHOOK
"async_bc_webhook_fiimat"
URI_API_LOGIN
"https://login.microsoftonline.com/3fc0c381-7c1b-4e7b-bdae-ea12fe7e94fe/oauth2/v2.0/authorize"
URL_INSEE_SIR
"https://api.insee.fr/entreprises/sirene/V3.11"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/fiimatdev.fr/httpdocs"
CONTEXT_PREFIX
""
CONTRACT_PREFIX
"FII"
DOCTRINE_DEPRECATIONS
"trigger"
DOCUMENT_ROOT
"/var/www/vhosts/fiimatdev.fr/httpdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/fiimatdev.fr"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"www.fiimatdev.fr"
HTTP_REFERER
"https://fiimatdev.fr/robots.txt"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_OPENAI_HOST_HASH
"701838533"
HTTP_X_REAL_IP
"4.227.36.11"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PASSWORD
"2F7BRWHH99QP"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/public/index.php"
PRODUCT_VERSION
1
PROD_BC_COMPANY
"c3ab3a41-9dfc-ee11-a1fd-000d3a3c5971"
PROD_BC_ENVIRONMENT
"leascorp"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fiimatdev.fr/robots.txt"
REDIRECT_REDIRECT_SCRIPT_URL
"/robots.txt"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fiimatdev.fr"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aKoxvVguKv8kpZ_n9HlNQwAAAIQ"
REDIRECT_SCRIPT_URI
"https://www.fiimatdev.fr/robots.txt"
REDIRECT_SCRIPT_URL
"/robots.txt"
REDIRECT_SSL_TLS_SNI
"www.fiimatdev.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aKoxvVguKv8kpZ_n9HlNQwAAAIQ"
REDIRECT_URL
"/public/robots.txt"
REMOTE_ADDR
"4.227.36.11"
REMOTE_PORT
"58756"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1755984317
REQUEST_TIME_FLOAT
1755984317.2711
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/vhosts/fiimatdev.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://www.fiimatdev.fr/robots.txt"
SCRIPT_URL
"/robots.txt"
SERVER_ADDR
"37.187.56.34"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.fiimatdev.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at www.fiimatdev.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SHELL_VERBOSITY
3
SSL_TLS_SNI
"www.fiimatdev.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,TENANT,SIRET_TENANT,SIREN_TENANT,EMAIL_TENANT,TEL_TENANT,ADDRESS_TENANT,NO_TVA_TENANT,BASE_URI,REDIRECT_URI,DIRECT_SALES_REGISTRATION,DATABASE_URL,APLIZV2_DB_DRIVER,APLIZV2_DB_HOST,APLIZV2_DB_PORT,APLIZV2_DB_USER,APLIZV2_DB_PASSWORD,LOCAL_DB_NAME,APLIZV2_DATABASE_URL,URI_API_LOGIN,TENANT_ID,CLIENT_ID,CLIENT_SECRET,SITE_ID,DEV_BC_COMPANY,DEV_BC_ENVIRONMENT,PROD_DS_INTEGRATION_KEY,PROD_DS_USER_ID,PROD_DS_ACCOUNT_ID,PROD_DS_URL,PROD_DS_OAUTH_BASE_URL,PROD_DS_SITE_URL,DS_BRAND_ID,DEMO_DS_INTEGRATION_KEY,DEMO_DS_USER_ID,DEMO_DS_ACCOUNT_ID,DEMO_DS_URL,DEMO_DS_OAUTH_BASE_URL,DEMO_DS_SITE_URL,ELLISPHERE_USERNAME,ELLISPHERE_PASSWORD,CONTRACT_ID,PRODUCT_NUMBER,PRODCUT_VERSION,EXPIRE,CALL_PRICE,CREDITSAFE_USERNAME,CREDITSAFE_PASSWORD,CREDITSAFE_URL,DEV_CREDITSAFE_URL,LIXXBAIL_TOKEN_FIIMAT_RCT,LIXXBAIL_TOKEN_LEASCORP_RCT,LIXXBAIL_TOKEN_LEASCORP_PROD,LIXXBAIL_TOKEN_FIIMAT_PROD,FRANFINANCE_LOGIN_PROD,FRANFINANCE_PASSWORD_PROD,FRANFINANCE_LOGIN_DEV,FRANFINANCE_PASSWORD_DEV,INSEE_TOKEN_SIR,URL_INSEE_SIR,EBICS_HOST_URL,EBICS_HOST_ID,EBICS_PARTNER_ID,EBICS_USER_ID,ADDR_GOUV_FR,SIRET_LEASCORP,SIREN_LEASCORP,EMAIL_LEASCORP,TEL_LEASCORP,ADDRESS_LEASCORP,NumTVA_LEASCORP,TRANSPORT_INVOICE1,TRANSPORT_INVOICE2,TRANSPORT_INVOICE3,TRANSPORT_INV_WEBHOOK"
UNIQUE_ID
"aKoxvVguKv8kpZ_n9HlNQwAAAIQ"
USER
"fiimatdev"
USERNAME
"NN396546"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 5e0f85)

Key Value
_remove_csp_headers
true
_stopwatch_token
"f721b3"