Error 500 Internal Server Error

GET https://mail.planter-malin.fr/assets/js/auth.js

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4be5cb"
exception
Symfony\Component\AssetMapper\Exception\RuntimeException {#542
  #message: "Unable to find asset "~bootstrap/dist/css/bootstrap.min.css" referenced in "/home/paef5393/public_html/planter-malin/assets/styles/app.css". The file "/home/paef5393/public_html/planter-malin/assets/styles/~bootstrap/dist/css/bootstrap.min.css" does not exist."
  #code: 0
  #file: "/home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php"
  #line: 111
  trace: {
    /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:111 {
      Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->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/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:88 {
      Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->Symfony\Component\AssetMapper\Compiler\{closure} …
      › }$this->handleMissingImport($message);}
    Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->Symfony\Component\AssetMapper\Compiler\{closure}() {}
    /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:59 {
      Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->compile(string $content, MappedAsset $asset, AssetMapperInterface $assetMapper): string …
      › 
      › return preg_replace_callback(self::ASSET_URL_PATTERN, function ($matches) use ($asset, $assetMapper, $commentBlocks) {    $matchPos = $matches[0][1];
    }
    /home/paef5393/public_html/planter-malin/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)());}
    }
    /home/paef5393/public_html/planter-malin/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);}
    /home/paef5393/public_html/planter-malin/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);
    }
    /home/paef5393/public_html/planter-malin/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);}
    /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/AssetMapper.php:41 {
      Symfony\Component\AssetMapper\AssetMapper->getAsset(string $logicalPath): MappedAsset …
      › 
      ›     return $this->mappedAssetFactory->createMappedAsset($logicalPath, $filePath);}
    }
    /home/paef5393/public_html/planter-malin/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) {
    }
    /home/paef5393/public_html/planter-malin/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/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:127 {
      Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
      › 
      › $asset = $this->findAssetFromCache($pathInfo);}
    /home/paef5393/public_html/planter-malin/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 {
    }
    /home/paef5393/public_html/planter-malin/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/paef5393/public_html/planter-malin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/paef5393/public_html/planter-malin/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 {
    }
    /home/paef5393/public_html/planter-malin/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);}
    /home/paef5393/public_html/planter-malin/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/paef5393/public_html/planter-malin/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 {
    }
    /home/paef5393/public_html/planter-malin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/paef5393/public_html/planter-malin/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/paef5393/public_html/planter-malin/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/paef5393/public_html/planter-malin/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#143
  -records: [
    2 => [
      [
        "timestamp" => 1780000285
        "timestamp_rfc3339" => "2026-05-28T20:31:25.296+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\AssetMapper\Exception\RuntimeException: "Unable to find asset "~bootstrap/dist/css/bootstrap.min.css" referenced in "/home/paef5393/public_html/planter-malin/assets/styles/app.css". The file "/home/paef5393/public_html/planter-malin/assets/styles/~bootstrap/dist/css/bootstrap.min.css" does not exist." at CssAssetUrlCompiler.php line 111"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\AssetMapper\Exception\RuntimeException {#542
            #message: "Unable to find asset "~bootstrap/dist/css/bootstrap.min.css" referenced in "/home/paef5393/public_html/planter-malin/assets/styles/app.css". The file "/home/paef5393/public_html/planter-malin/assets/styles/~bootstrap/dist/css/bootstrap.min.css" does not exist."
            #code: 0
            #file: "/home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php"
            #line: 111
            trace: {
              /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:111 {
                Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->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/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:88 {
                Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->Symfony\Component\AssetMapper\Compiler\{closure} …
                › }$this->handleMissingImport($message);}
              Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->Symfony\Component\AssetMapper\Compiler\{closure}() {}
              /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/Compiler/CssAssetUrlCompiler.php:59 {
                Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler->compile(string $content, MappedAsset $asset, AssetMapperInterface $assetMapper): string …
                › 
                › return preg_replace_callback(self::ASSET_URL_PATTERN, function ($matches) use ($asset, $assetMapper, $commentBlocks) {    $matchPos = $matches[0][1];
              }
              /home/paef5393/public_html/planter-malin/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)());}
              }
              /home/paef5393/public_html/planter-malin/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);}
              /home/paef5393/public_html/planter-malin/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);
              }
              /home/paef5393/public_html/planter-malin/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);}
              /home/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/AssetMapper.php:41 {
                Symfony\Component\AssetMapper\AssetMapper->getAsset(string $logicalPath): MappedAsset …
                › 
                ›     return $this->mappedAssetFactory->createMappedAsset($logicalPath, $filePath);}
              }
              /home/paef5393/public_html/planter-malin/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) {
              }
              /home/paef5393/public_html/planter-malin/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/paef5393/public_html/planter-malin/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php:127 {
                Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber->onKernelRequest(RequestEvent $event): void …
                › 
                › $asset = $this->findAssetFromCache($pathInfo);}
              /home/paef5393/public_html/planter-malin/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 {
              }
              /home/paef5393/public_html/planter-malin/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/paef5393/public_html/planter-malin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/paef5393/public_html/planter-malin/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 {
              }
              /home/paef5393/public_html/planter-malin/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);}
              /home/paef5393/public_html/planter-malin/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/paef5393/public_html/planter-malin/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 {
              }
              /home/paef5393/public_html/planter-malin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/paef5393/public_html/planter-malin/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/paef5393/public_html/planter-malin/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/paef5393/public_html/planter-malin/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#142 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-language
"en-US,en;q=0.9,de-CH;q=0.8,de;q=0.7,ca;q=0.6"
content-length
"0"
host
"mail.planter-malin.fr"
user-agent
"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36"
x-autonomous-system
"8758"
x-country-code
"CH"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-https
"1"
x-php-ob-level
"1"
x-real-ip
"155.2.228.196"
x-ssl
"yes"

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
"Thu, 28 May 2026 20:31:25 GMT"
vary
"Accept"
x-debug-exception
"Unable%20to%20find%20asset%20%22~bootstrap%2Fdist%2Fcss%2Fbootstrap.min.css%22%20referenced%20in%20%22%2Fhome%2Fpaef5393%2Fpublic_html%2Fplanter-malin%2Fassets%2Fstyles%2Fapp.css%22.%20The%20file%20%22%2Fhome%2Fpaef5393%2Fpublic_html%2Fplanter-malin%2Fassets%2Fstyles%2F~bootstrap%2Fdist%2Fcss%2Fbootstrap.min.css%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fpaef5393%2Fpublic_html%2Fplanter-malin%2Fvendor%2Fsymfony%2Fasset-mapper%2FCompiler%2FCssAssetUrlCompiler.php:111"
x-debug-token
"4f9d0d"

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
"283134f5eba4ccd489be9a474a875e1c"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://paef5393_planter_malin_admin:MF45sFQ4kwGGY6562@127.0.0.1:3306/paef5393_planter_malin?serverVersion=8.4.8&charset=utf8mb4"
DEFAULT_URI
"https://planter-malin.fr"
MAILER_DSN
"smtp://no-replay@planter-malin.fr:Oujda2007,@mail.planter-malin.fr"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
STRIPE_SECRET_KEY
"sk_test_***"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/paef5393/public_html/planter-malin"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/paef5393/public_html/planter-malin"
]
BASE
"/public"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/paef5393/public_html/planter-malin"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/paef5393/public_html/planter-malin"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9,de-CH;q=0.8,de;q=0.7,ca;q=0.6"
HTTP_HOST
"mail.planter-malin.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36"
HTTP_X_AUTONOMOUS_SYSTEM
"8758"
HTTP_X_COUNTRY_CODE
"CH"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_HTTPS
"1"
HTTP_X_REAL_IP
"155.2.228.196"
HTTP_X_SSL
"yes"
LSCAPI_CRIU_SYNC_FD
"7"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/public/index.php"
PWD
"/"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SCRIPT_URI
"https://mail.planter-malin.fr/assets/js/auth.js"
REDIRECT_REDIRECT_SCRIPT_URL
"/assets/js/auth.js"
REDIRECT_REDIRECT_SSL_TLS_SNI
"mail.planter-malin.fr"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"ahimHZI03OAFem53RfCfDQAAAUw"
REDIRECT_SCRIPT_URI
"https://mail.planter-malin.fr/assets/js/auth.js"
REDIRECT_SCRIPT_URL
"/assets/js/auth.js"
REDIRECT_SSL_TLS_SNI
"mail.planter-malin.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ahimHZI03OAFem53RfCfDQAAAUw"
REDIRECT_URL
"/public/assets/js/auth.js"
REMOTE_ADDR
"155.2.228.196"
REMOTE_PORT
"34766"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1780000285
REQUEST_TIME_FLOAT
1780000285.2815
REQUEST_URI
"/assets/js/auth.js"
SCRIPT_FILENAME
"/home/paef5393/public_html/planter-malin/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://mail.planter-malin.fr/assets/js/auth.js"
SCRIPT_URL
"/assets/js/auth.js"
SERVER_ADDR
"109.234.160.194"
SERVER_ADMIN
"webmaster@planter-malinfr.paef5393.odns.fr"
SERVER_NAME
"mail.planter-malin.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"mail.planter-malin.fr"
SYMFONY_DOTENV_PATH
"/home/paef5393/public_html/planter-malin/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,STRIPE_SECRET_KEY"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"ahimHZI03OAFem53RfCfDQAAAUw"

Parent Request

Return to parent request (token = 91126c)

Key Value
_remove_csp_headers
true
_stopwatch_token
"70a680"