Error 500 Internal Server Error

GET https://animatt.projet-matthew.fr/assets/controllers/csrf_protection_controller.js

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"3cc12a"
exception
Symfony\Component\AssetMapper\Exception\RuntimeException {#509
  #message: "Unable to find asset "../ux-turbo/turbo_controller.js" imported from "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"."
  #code: 0
  #file: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php"
  #line: 144
  trace: {
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:144 {
      Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->handleMissingImport(string $message, ?Throwable $e = null): void …
      ›     AssetCompilerInterface::MISSING_IMPORT_WARN => $this->logger?->warning($message),    AssetCompilerInterface::MISSING_IMPORT_STRICT => throw new RuntimeException($message, 0, $e),};
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:209 {
      Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->findAssetForRelativeImport(string $importedModule, MappedAsset $asset, AssetMapperInterface $assetMapper): MappedAsset …
      › 
      › $this->handleMissingImport($message);arguments: {
        $message: "Unable to find asset "../ux-turbo/turbo_controller.js" imported from "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"."
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:87 {
      Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->Symfony\Component\AssetMapper\Compiler\{closure} …
      › } else {    $dependentAsset = $this->findAssetForRelativeImport($importedModule, $asset, $assetMapper);}
      arguments: {
        $importedModule: "../ux-turbo/turbo_controller.js"
        $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
        $assetMapper: Symfony\Component\AssetMapper\AssetMapper {#384 …}
      }
    }
    Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->Symfony\Component\AssetMapper\Compiler\{closure}() {}
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:67 {
      Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->compile(string $content, MappedAsset $asset, AssetMapperInterface $assetMapper): string …
      › 
      › return preg_replace_callback(self::IMPORT_PATTERN, function ($matches) use ($asset, $assetMapper, $jsParser) {    $fullImportString = $matches[0][0];
      arguments: {
        $pattern: """
          /\n
                      ^(?:\/\/.*)                     # Lines that start with comments\n
                  |\n
                      (?:\n
                          '(?:[^'\\\n]|\\.)*+'   # Strings enclosed in single quotes\n
                      |\n
                          "(?:[^"\\\n]|\\.)*+"      # Strings enclosed in double quotes\n
                      )\n
                  |\n
                      (?:                            # Import statements (script captured)\n
                          import\s*\n
                              (?:\n
                                  (?:\*\s*as\s+\w+|\s+[\w\s{},*]+)\n
                                  \s*from\s*\n
                              )?\n
                      |\n
                          \bimport\(\n
                      )\n
                      \s*['"`](\.\/[^'"`\n]++|(\.\.\/)*+[^'"`\n]++)['"`]\s*[;\)]\n
                  ?\n
              /mxu
          """
        $callback: Closure($matches) {#510 …}
        $subject: """
          import controller_0 from "../ux-turbo/turbo_controller.js";\n
          import controller_1 from "../../controllers/hello_controller.js";\n
          export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
          export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
          export const isApplicationDebug = true;
          """
        $limit: -1
        &$count: null
        $flags: 256
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperCompiler.php:40 {
      Symfony\Component\AssetMapper\AssetMapperCompiler->compile(string $content, MappedAsset $asset): string …
      › 
      ›     $content = $compiler->compile($content, $asset, $this->assetMapper ??= ($this->assetMapperFactory)());}
      arguments: {
        $content: """
          import controller_0 from "../ux-turbo/turbo_controller.js";\n
          import controller_1 from "../../controllers/hello_controller.js";\n
          export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
          export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
          export const isApplicationDebug = true;
          """
        $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
        $assetMapper: Symfony\Component\AssetMapper\AssetMapper {#384 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/MappedAssetFactory.php:107 {
      Symfony\Component\AssetMapper\Factory\MappedAssetFactory->compileContent(MappedAsset $asset): ?string …
      › $content = (new Filesystem())->readFile($asset->sourcePath);$compiled = $this->compiler->compile($content, $asset);arguments: {
        $content: """
          import controller_0 from "../ux-turbo/turbo_controller.js";\n
          import controller_1 from "../../controllers/hello_controller.js";\n
          export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
          export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
          export const isApplicationDebug = true;
          """
        $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/MappedAssetFactory.php:51 {
      Symfony\Component\AssetMapper\Factory\MappedAssetFactory->createMappedAsset(string $logicalPath, string $sourcePath): MappedAsset …
      › 
      › $content = $this->compileContent($asset);[$digest, $isPredigested] = $this->getDigest($asset, $content);
      arguments: {
        $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/CachedMappedAssetFactory.php:43 {
      Symfony\Component\AssetMapper\Factory\CachedMappedAssetFactory->createMappedAsset(string $logicalPath, string $sourcePath): MappedAsset …
      › 
      › $mappedAsset = $this->innerFactory->createMappedAsset($logicalPath, $sourcePath);arguments: {
        $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
        $sourcePath: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapper.php:41 {
      Symfony\Component\AssetMapper\AssetMapper->getAsset(string $logicalPath): MappedAsset …
      › 
      ›     return $this->mappedAssetFactory->createMappedAsset($logicalPath, $filePath);}
      arguments: {
        $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
        $sourcePath: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapper.php:47 {
      Symfony\Component\AssetMapper\AssetMapper->allAssets(): iterable …
      › foreach ($this->mapperRepository->all() as $logicalPath => $filePath) {    $asset = $this->getAsset($logicalPath);    if (null === $asset) {
      arguments: {
        $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:193 {
      Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->findAssetFromCache(string $pathInfo): MappedAsset …
      › $asset = null;foreach ($this->assetMapper->allAssets() as $assetCandidate) {    if ($pathInfo === $assetCandidate->publicPath) {
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:127 {
      Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
      › 
      › $asset = $this->findAssetFromCache($pathInfo);arguments: {
        $pathInfo: "/assets/controllers/csrf_protection_controller.js"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
        }
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
        $type: 1
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
      }
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#106
  -records: [
    19 => [
      [
        "timestamp" => 1785741415
        "timestamp_rfc3339" => "2026-08-03T09:16:55.467+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\AssetMapper\Exception\RuntimeException: "Unable to find asset "../ux-turbo/turbo_controller.js" imported from "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"." at JavaScriptImportPathCompiler.php line 144"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\AssetMapper\Exception\RuntimeException {#509
            #message: "Unable to find asset "../ux-turbo/turbo_controller.js" imported from "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"."
            #code: 0
            #file: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php"
            #line: 144
            trace: {
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:144 {
                Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->handleMissingImport(string $message, ?Throwable $e = null): void …
                ›     AssetCompilerInterface::MISSING_IMPORT_WARN => $this->logger?->warning($message),    AssetCompilerInterface::MISSING_IMPORT_STRICT => throw new RuntimeException($message, 0, $e),};
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:209 {
                Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->findAssetForRelativeImport(string $importedModule, MappedAsset $asset, AssetMapperInterface $assetMapper): MappedAsset …
                › 
                › $this->handleMissingImport($message);arguments: {
                  $message: "Unable to find asset "../ux-turbo/turbo_controller.js" imported from "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"."
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:87 {
                Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->Symfony\Component\AssetMapper\Compiler\{closure} …
                › } else {    $dependentAsset = $this->findAssetForRelativeImport($importedModule, $asset, $assetMapper);}
                arguments: {
                  $importedModule: "../ux-turbo/turbo_controller.js"
                  $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
                  $assetMapper: Symfony\Component\AssetMapper\AssetMapper {#384 …}
                }
              }
              Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->Symfony\Component\AssetMapper\Compiler\{closure}() {}
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Compiler/JavaScriptImportPathCompiler.php:67 {
                Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler->compile(string $content, MappedAsset $asset, AssetMapperInterface $assetMapper): string …
                › 
                › return preg_replace_callback(self::IMPORT_PATTERN, function ($matches) use ($asset, $assetMapper, $jsParser) {    $fullImportString = $matches[0][0];
                arguments: {
                  $pattern: """
                    /\n
                                ^(?:\/\/.*)                     # Lines that start with comments\n
                            |\n
                                (?:\n
                                    '(?:[^'\\\n]|\\.)*+'   # Strings enclosed in single quotes\n
                                |\n
                                    "(?:[^"\\\n]|\\.)*+"      # Strings enclosed in double quotes\n
                                )\n
                            |\n
                                (?:                            # Import statements (script captured)\n
                                    import\s*\n
                                        (?:\n
                                            (?:\*\s*as\s+\w+|\s+[\w\s{},*]+)\n
                                            \s*from\s*\n
                                        )?\n
                                |\n
                                    \bimport\(\n
                                )\n
                                \s*['"`](\.\/[^'"`\n]++|(\.\.\/)*+[^'"`\n]++)['"`]\s*[;\)]\n
                            ?\n
                        /mxu
                    """
                  $callback: Closure($matches) {#510 …}
                  $subject: """
                    import controller_0 from "../ux-turbo/turbo_controller.js";\n
                    import controller_1 from "../../controllers/hello_controller.js";\n
                    export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
                    export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
                    export const isApplicationDebug = true;
                    """
                  $limit: -1
                  &$count: null
                  $flags: 256
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperCompiler.php:40 {
                Symfony\Component\AssetMapper\AssetMapperCompiler->compile(string $content, MappedAsset $asset): string …
                › 
                ›     $content = $compiler->compile($content, $asset, $this->assetMapper ??= ($this->assetMapperFactory)());}
                arguments: {
                  $content: """
                    import controller_0 from "../ux-turbo/turbo_controller.js";\n
                    import controller_1 from "../../controllers/hello_controller.js";\n
                    export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
                    export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
                    export const isApplicationDebug = true;
                    """
                  $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
                  $assetMapper: Symfony\Component\AssetMapper\AssetMapper {#384 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/MappedAssetFactory.php:107 {
                Symfony\Component\AssetMapper\Factory\MappedAssetFactory->compileContent(MappedAsset $asset): ?string …
                › $content = (new Filesystem())->readFile($asset->sourcePath);$compiled = $this->compiler->compile($content, $asset);arguments: {
                  $content: """
                    import controller_0 from "../ux-turbo/turbo_controller.js";\n
                    import controller_1 from "../../controllers/hello_controller.js";\n
                    export const eagerControllers = {"symfony--ux-turbo--turbo-core": controller_0, "hello": controller_1};\n
                    export const lazyControllers = {"csrf-protection": () => import("../../controllers/csrf_protection_controller.js")};\n
                    export const isApplicationDebug = true;
                    """
                  $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/MappedAssetFactory.php:51 {
                Symfony\Component\AssetMapper\Factory\MappedAssetFactory->createMappedAsset(string $logicalPath, string $sourcePath): MappedAsset …
                › 
                › $content = $this->compileContent($asset);[$digest, $isPredigested] = $this->getDigest($asset, $content);
                arguments: {
                  $asset: Symfony\Component\AssetMapper\MappedAsset {#494 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/Factory/CachedMappedAssetFactory.php:43 {
                Symfony\Component\AssetMapper\Factory\CachedMappedAssetFactory->createMappedAsset(string $logicalPath, string $sourcePath): MappedAsset …
                › 
                › $mappedAsset = $this->innerFactory->createMappedAsset($logicalPath, $sourcePath);arguments: {
                  $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
                  $sourcePath: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapper.php:41 {
                Symfony\Component\AssetMapper\AssetMapper->getAsset(string $logicalPath): MappedAsset …
                › 
                ›     return $this->mappedAssetFactory->createMappedAsset($logicalPath, $filePath);}
                arguments: {
                  $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
                  $sourcePath: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/assets/@symfony/stimulus-bundle/controllers-qoRywO9.js"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapper.php:47 {
                Symfony\Component\AssetMapper\AssetMapper->allAssets(): iterable …
                › foreach ($this->mapperRepository->all() as $logicalPath => $filePath) {    $asset = $this->getAsset($logicalPath);    if (null === $asset) {
                arguments: {
                  $logicalPath: "@symfony/stimulus-bundle/controllers-qoRywO9.js"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:193 {
                Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->findAssetFromCache(string $pathInfo): MappedAsset …
                › $asset = null;foreach ($this->assetMapper->allAssets() as $assetCandidate) {    if ($pathInfo === $assetCandidate->publicPath) {
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:127 {
                Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
                › 
                › $asset = $this->findAssetFromCache($pathInfo);arguments: {
                  $pathInfo: "/assets/controllers/csrf_protection_controller.js"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                  }
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …12]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
    585 => [
      [
        "timestamp" => 1785741415
        "timestamp_rfc3339" => "2026-08-03T09:16:55.544+02:00"
        "message" => "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#935
            #message: "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/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);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/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);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:75 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:127 {
                Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
                › /** @phpstan-ignore arguments.count (DBAL < 4.x doesn't accept an argument) */$platform = $driver->getDatabasePlatform(    ...(class_exists(StaticServerVersionProvider::class)
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/var/cache/dev/Container5XgVJlV/App_KernelDevDebugContainer.php:785 {
                Container5XgVJlV\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › 
                ›     return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true, 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, NULL, []);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/var/cache/dev/Container5XgVJlV/App_KernelDevDebugContainer.php:804 {
                Container5XgVJlV\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/var/cache/dev/Container5XgVJlV/App_KernelDevDebugContainer.php:796 {
                Container5XgVJlV\App_KernelDevDebugContainer::Container5XgVJlV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Container5XgVJlV\EntityManagerGhost614a58f->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/orm/src/EntityManager.php:162 {
                Doctrine\ORM\EntityManager->getMetadataFactory(): ClassMetadataFactory …
                › {    return $this->metadataFactory;}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:100 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();$validator = new SchemaValidator($em);
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                  }
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …12]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                  }
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#42 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …12]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#171 …}
                  $eventName: "kernel.request"
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                }
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
  ]
  -errorCount: [
    19 => 1
    585 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#40 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"animatt.projet-matthew.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-proto
"https"
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
"Mon, 03 Aug 2026 07:16:55 GMT"
vary
"Accept"
x-debug-exception
"Unable%20to%20find%20asset%20%22..%2Fux-turbo%2Fturbo_controller.js%22%20imported%20from%20%22%2Fhome%2Fclients%2F6825f21ff59111e917e6615213be9906%2Fsites%2Fanimatt-v2.projet-matthew.fr%2Fassets%2F%40symfony%2Fstimulus-bundle%2Fcontrollers-qoRywO9.js%22."
x-debug-exception-file
"%2Fhome%2Fclients%2F6825f21ff59111e917e6615213be9906%2Fsites%2Fanimatt-v2.projet-matthew.fr%2Fvendor%2Fsymfony%2Fasset-mapper%2FCompiler%2FJavaScriptImportPathCompiler.php:144"
x-debug-token
"cbe1cc"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"94244c23a331f5f52056f04e10bb6432"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://8z8db_matthew:Zbpyehnu88@8z8db.myd.infomaniak.com/8z8db_animatt_v2"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr"
]
CONTEXT_DOCUMENT_ROOT
"/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"animatt.projet-matthew.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.2"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"8.2"
REDIRECT_SCRIPT_URI
"https://animatt.projet-matthew.fr/assets/controllers/csrf_protection_controller.js"
REDIRECT_SCRIPT_URL
"/assets/controllers/csrf_protection_controller.js"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"anBAZ9y9xUndjCsOWxr12wAAAWw"
REDIRECT_URL
"/assets/controllers/csrf_protection_controller.js"
REMOTE_ADDR
"216.73.216.175"
REMOTE_PORT
"53618"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785741415
REQUEST_TIME_FLOAT
1785741415.2877
REQUEST_URI
"/assets/controllers/csrf_protection_controller.js"
SCRIPT_FILENAME
"/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://animatt.projet-matthew.fr/assets/controllers/csrf_protection_controller.js"
SCRIPT_URL
"/assets/controllers/csrf_protection_controller.js"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@projet-matthew.fr"
SERVER_NAME
"animatt.projet-matthew.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/clients/6825f21ff59111e917e6615213be9906/sites/animatt-v2.projet-matthew.fr/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
TEMP
"/home/clients/6825f21ff59111e917e6615213be9906/tmp"
TMP
"/home/clients/6825f21ff59111e917e6615213be9906/tmp"
TMPDIR
"/home/clients/6825f21ff59111e917e6615213be9906/tmp"
UNIQUE_ID
"anBAZ9y9xUndjCsOWxr12wAAAWw"

Parent Request

Return to parent request (token = 5a56dd)

Key Value
_remove_csp_headers
true
_stopwatch_token
"086810"