Error 404 Not Found

GET https://commune.mypreprod.xyz/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"455439"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#21164
  #message: "No route found for "GET https://commune.mypreprod.xyz/robots.txt""
  #code: 0
  #file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#19703 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:159 {
      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/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#13513
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#12771 …}
  -debug: true
  -logs: [
    "" => [
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#13402
            #message: "User Deprecated: The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead."
            #code: 0
            #file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Resource/ClassExistenceResource.php:76 {
                Symfony\Component\Config\Resource\ClassExistenceResource->isFresh(int $timestamp): bool …
                › try {    $exists[0] = class_exists($this->resource) || interface_exists($this->resource, false) || trait_exists($this->resource, false);} catch (\Exception $e) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/ContainerBuilder.php:415 {
                Symfony\Component\DependencyInjection\ContainerBuilder->getReflectionClass(?string $class, bool $throw = true): ?ReflectionClass …
                ›     $resource = new ClassExistenceResource($class, false);    $classReflector = $resource->isFresh(0) ? false : new \ReflectionClass($class);} else {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:523 {
                Symfony\Component\DependencyInjection\Dumper\PhpDumper->collectLineage(string $class, array &$lineage): void …
                › }if (!$r = $this->container->getReflectionClass($class, false)) {    return;
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:1562 {
                Symfony\Component\DependencyInjection\Dumper\PhpDumper->addInlineRequires(bool $hasProxyClasses): string …
                › foreach ($this->getClasses($def, $id) as $class) {    $this->collectLineage($class, $lineage);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:1299 {
                Symfony\Component\DependencyInjection\Dumper\PhpDumper->startClass(string $class, string $baseClass, bool $hasProxyClasses): string …
                › $code .= $this->addAliases();$code .= $this->addInlineRequires($hasProxyClasses);$code .= <<<EOF
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:224 {
                Symfony\Component\DependencyInjection\Dumper\PhpDumper->dump(array $options = []): array|string …
                › $code =    $this->startClass($options['class'], $baseClass, $this->inlineFactories && $proxyClasses).    $this->addServices($services).
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:682 {
                Symfony\Component\HttpKernel\Kernel->dumpContainer(ConfigCache $cache, ContainerBuilder $container, string $class, string $baseClass): void …
                › 
                › $content = $dumper->dump([    'class' => $class,
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:509 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › 
                › $this->dumpContainer($cache, $container, $class, $this->getContainerBaseClass());}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
    ]
    16 => [
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#19455
            #message: "User Deprecated: Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true"."
            #code: 0
            #file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Constraints/Url.php"
            #line: 68
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Constraints/Url.php:68 {
                Symfony\Component\Validator\Constraints\Url->__construct(?array $options = null, ?string $message = null, ?array $protocols = null, ?bool $relativeProtocol = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?bool $requireTld = null, ?string $tldMessage = null) …
                › if (null === ($options['requireTld'] ?? $requireTld)) {    trigger_deprecation('symfony/validator', '7.1', 'Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true".');}
              }
              /var/www/my-preprod/php82/commune/srcs/src/Entity/Commune.php:87 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Column(length: 255, nullable: true)]#[Assert\Url(message: 'L\'URL n\'est pas valide')]#[Assert\Length(max: 255)]
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/AttributeLoader.php:93 {
                Symfony\Component\Validator\Mapping\Loader\AttributeLoader->getAttributes(ReflectionMethod|ReflectionClass|ReflectionProperty $reflection): iterable …
                › foreach ($reflection->getAttributes(Constraint::class, \ReflectionAttribute::IS_INSTANCEOF) as $attribute) {    yield $attribute->newInstance();}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Validator\Mapping\Loader\AttributeLoader->loadClassMetadata(ClassMetadata $metadata): bool …
                › if ($property->getDeclaringClass()->name === $className) {    foreach ($this->getAttributes($property) as $constraint) {        if ($constraint instanceof Constraint) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:48 {
                Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata): bool …
                › foreach ($this->loaders as $loader) {    $success = $loader->loadClassMetadata($metadata) || $success;}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:96 {
                Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor(mixed $value): MetadataInterface …
                › 
                › $this->loader?->loadClassMetadata($metadata);}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Validator/RecursiveValidator.php:70 {
                Symfony\Component\Validator\Validator\RecursiveValidator->getMetadataFor(mixed $object): MetadataInterface …
                › {    return $this->metadataFactory->getMetadataFor($object);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Validator/TraceableValidator.php:48 {
                Symfony\Component\Validator\Validator\TraceableValidator->getMetadataFor(mixed $value): MetadataInterface …
                › {    return $this->validator->getMetadataFor($value);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php:102 {
                ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
                › 
                › $validatorClassMetadata = $this->validatorMetadataFactory->getMetadataFor($resourceClass);}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/json-schema/Metadata/Property/Factory/SchemaPropertyMetadataFactory.php:59 {
                ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
                › try {    $propertyMetadata = $this->decorated->create($resourceClass, $property, $options);} catch (PropertyNotFoundException) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Property/Factory/CachedPropertyMetadataFactory.php:43 {
                ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->ApiPlatform\Metadata\Property\Factory\{closure} …
                › 
                ›     return $this->getCached($cacheKey, fn (): ApiProperty => $this->decorated->create($resourceClass, $property, $options));}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Util/CachedTrait.php:43 {
                ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->getCached(string $cacheKey, callable $getValue): mixed …
                › 
                › $value = $getValue();}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Property/Factory/CachedPropertyMetadataFactory.php:43 {
                ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
                › 
                ›     return $this->getCached($cacheKey, fn (): ApiProperty => $this->decorated->create($resourceClass, $property, $options));}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkFactory.php:161 {
                ApiPlatform\Metadata\Resource\Factory\LinkFactory->getIdentifiersFromResourceClass(string $resourceClass): array …
                › foreach ($this->propertyNameCollectionFactory->create($resourceClass) as $property) {    $isIdentifier = $this->propertyMetadataFactory->create($resourceClass, $property)->isIdentifier();}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkFactory.php:60 {
                ApiPlatform\Metadata\Resource\Factory\LinkFactory->createLinksFromIdentifiers(Metadata $operation): array …
                › {    $identifiers = $this->getIdentifiersFromResourceClass($resourceClass = $operation->getClass());}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/doctrine-orm/Metadata/Resource/DoctrineOrmLinkFactory.php:47 {
                ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory->createLinksFromIdentifiers(Metadata $operation): array …
                › {    return $this->linkFactory->createLinksFromIdentifiers($operation);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:137 {
                ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->configureUriVariables(ApiPlatform\Metadata\ApiResource|ApiPlatform\Metadata\HttpOperation $operation): HttpOperation …
                ›     $hasUserConfiguredUriVariables = false;    $operation = $operation->withUriVariables($this->transformLinksToUriVariables($this->linkFactory->createLinksFromIdentifiers($operation)));}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:48 {
                ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › /** @var ApiResource $resource */$resource = $this->configureUriVariables($resource);if ($resource->getUriTemplate()) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
                ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › if ($this->decorated) {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
                ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › if ($this->decorated) {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
                ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › if ($this->decorated) {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
                ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:54 {
                ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
                ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › if ($this->decorated) {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
                ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › if ($this->decorated) {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:61 {
                ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/doctrine-orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:41 {
                ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
                › {    $resourceMetadataCollection = $this->decorated->create($resourceClass);}
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
                ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
                › 
                › $resourceMetadataCollection = $this->decorated->create($resourceClass);$this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/api-platform/symfony/Routing/ApiLoader.php:58 {
                ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
                › foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {    foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {        foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#21164
            #message: "No route found for "GET https://commune.mypreprod.xyz/robots.txt""
            #code: 0
            #file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#19703 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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/my-preprod/php82/commune/srcs/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/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://commune.mypreprod.xyz/robots.txt"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "error"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
    ]
    21275 => [
      [
        "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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerNXzl8F8\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.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" => 1789546963
        "timestamp_rfc3339" => "2026-09-16T08:22:43.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    16 => 1
    21275 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#6772 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"commune.mypreprod.xyz"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

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
"Wed, 16 Sep 2026 08:22:43 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fcommune.mypreprod.xyz%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fmy-preprod%2Fphp82%2Fcommune%2Fsrcs%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"e0dc42"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_NAME
"Commune"
APP_SECRET
"7bdc6b297941e0ae2571a5cf65d083e6"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://commune:m1hsjkfgCMMN2025!@127.0.0.1:5432/commune?serverVersion=15&charset=utf8"
DEFAULT_URI
"https://commune.mypreprod.xyz/"
GOOGLE_MAPS_API_KEY
"AIzaSyDtw_SSMaa2wQLtu8R2vv9w-M_7I36KtCk"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/my-preprod/php82/commune/srcs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/my-preprod/php82/commune/srcs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"commune.mypreprod.xyz"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"commune.mypreprod.xyz"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"216.73.217.53"
REMOTE_PORT
"18194"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789546960
REQUEST_TIME_FLOAT
1789546960.996
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"//var/www/my-preprod/php82/commune/srcs/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"75.119.133.110"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"commune.mypreprod.xyz"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at commune.mypreprod.xyz Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"commune.mypreprod.xyz"
SYMFONY_DOTENV_PATH
"/var/www/my-preprod/php82/commune/srcs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DEFAULT_URI,DATABASE_URL,CORS_ALLOW_ORIGIN,GOOGLE_MAPS_API_KEY,APP_NAME"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 7c561a)

Key Value
_remove_csp_headers
true
_stopwatch_token
"260954"