Error 500 Internal Server Error

GET https://feature-d020588-auto-reindex.it.edevel.cz/production/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d71a13"
exception
Symfony\Component\HttpClient\Exception\ClientException {#1965
  #message: "HTTP/2 404  returned for "https://git-fenix.ebrana.cz/api/v4/projects/197/repository/files/currentVersion?ref=main"."
  #code: 404
  #file: "/app/vendor/symfony/http-client/Response/TraceableResponse.php"
  #line: 209
  -response: Symfony\Component\HttpClient\Response\TraceableResponse {#1955 …}
  trace: {
    /app/vendor/symfony/http-client/Response/TraceableResponse.php:209 {
      Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code): void …
      › if (400 <= $code) {    throw new ClientException($this);}
    }
    /app/vendor/symfony/http-client/Response/TraceableResponse.php:100 {
      Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
      › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
      arguments: {
        $code: 404
      }
    }
    /app/src/Service/Api/Gitlab/Endpoint/Project/FilesApi.php:35 {
      App\Service\Api\Gitlab\Endpoint\Project\FilesApi->callApi(FilesRequestDto $requestDto): FilesResponseDto …
      › 
      ›     return $this->serializer->deserialize($response->getContent(), FilesResponseDto::class, 'json');}
    }
    /app/src/Service/Resolver/Production/Phoenix/LatestReleaseResolver.php:36 {
      App\Service\Resolver\Production\Phoenix\LatestReleaseResolver->{closure:App\Service\Resolver\Production\Phoenix\LatestReleaseResolver::resolve():32} …
      › $request = new FilesRequestDto($projectId, 'currentVersion', 'main');$currentVersionFile = $this->filesApi->callApi($request);$tagName = trim($currentVersionFile->getContent());
      arguments: {
        $requestDto: App\Dto\Api\Gitlab\FilesRequestDto {#1953 …}
      }
    }
    /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:57 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():54} …
      › 
      ›     return $callback($item, $save);};
      arguments: {
        Symfony\Component\Cache\CacheItem {#1949 …}
        true
      }
    }
    /app/vendor/symfony/cache/LockRegistry.php:110 {
      Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null, ?float $beta = null): mixed …
      › 
      › $value = $callback($item, $save);arguments: {
        Symfony\Component\Cache\CacheItem {#1949 …}
        true
      }
    }
    /app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
      › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
      arguments: {
        $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
        $item: Symfony\Component\Cache\CacheItem {#1949 …}
        &$save: true
        $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
        $setMetadata: Closure(CacheItem $item) {#1950 …}
        $logger: Monolog\Logger {#205 …}
        $beta: 1.0
      }
    }
    /app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#1949 …}
        true
      }
    }
    /app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
      › 
      › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key, $beta) {    // don't wrap nor save recursive calls
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
        $key: "phoenix_latest_version"
        $callback: Closure(CacheItem $item, bool &$save) {#1948 …}
        $beta: 1.0
        &$metadata: []
        $logger: Monolog\Logger {#205 …}
      }
    }
    /app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
        $key: "phoenix_latest_version"
        $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
        $beta: 1.0
        &$metadata: []
      }
    }
    /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:62 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
      › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
      arguments: {
        $key: "phoenix_latest_version"
        $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
        $beta: null
        &$metadata: []
      }
    }
    /app/src/Service/Resolver/Production/Phoenix/LatestReleaseResolver.php:30 {
      App\Service\Resolver\Production\Phoenix\LatestReleaseResolver->resolve(): ReleasesResponseDto …
      › {    return $this->phoenixImplementationCache->get(        self::CACHE_KEY,
      arguments: {
        $key: "phoenix_latest_version"
        $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
      }
    }
    /app/src/Controller/Production/Phoenix/Implementation/ImplementationController.php:51 {
      App\Controller\Production\Phoenix\Implementation\ImplementationController->list(ImplementationRepository $repository, PaginationFactory $paginationFactory, Request $request, LatestReleaseResolver $latestReleaseResolver): Response …
      ›     'paginator' => $paginator,    'latestRelease' => $latestReleaseResolver->resolve(),]);
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $repository: App\Repository\Production\Phoenix\ImplementationRepository {#1349 …}
        $paginationFactory: App\Service\Factory\PaginationFactory {#1361 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $latestReleaseResolver: App\Service\Resolver\Production\Phoenix\LatestReleaseResolver {#1462 …}
      }
    }
    /app/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 {#2 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:191 {
      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 {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/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 {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#696
  -records: [
    2 => [
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.685+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "implementation_list"
          "route_parameters" => [
            "_route" => "implementation_list"
            "_controller" => "App\Controller\Production\Phoenix\Implementation\ImplementationController::list"
          ]
          "request_uri" => "https://feature-d020588-auto-reindex.it.edevel.cz/production/"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.687+02:00"
        "message" => "Remember-me cookie detected."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.689+02:00"
        "message" => "Read existing security token from the session."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "_security_main"
          "token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.701+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "charset" => "utf8"
            "host" => "10.80.176.41"
            "user" => "ebrana-lab-deploy"
            "password" => "<redacted>"
            "dbname" => "feature-d020588-auto-reindex"
            "idle_connection_ttl" => 600
            "port" => null
            "driverOptions" => []
            "serverVersion" => "17"
            "defaultTableOptions" => [
              "charset" => "utf8"
              "collate" => "utf8_unicode_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.714+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.imes_id AS imes_id_2, t0.name AS name_3, t0.surname AS surname_4, t0.username AS username_5, t0.email AS email_6, t0.active AS active_7, t0.imes_token AS imes_token_8, t0.imes_refresh_token AS imes_refresh_token_9, t0.imes_token_expires_timestamp AS imes_token_expires_timestamp_10, t0.preferred_pickup_time AS preferred_pickup_time_11, t0.christmas_mode AS christmas_mode_12, t0.fun_mode AS fun_mode_13, t0.lunch_notification AS lunch_notification_14, t0.login_link AS login_link_15, t0.ms_uid AS ms_uid_16, t0.preferred_company_id AS preferred_company_id_17 FROM imes_user t0 WHERE t0.id = ?"
          "params" => [
            1 => 342
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1070
              +name: "INTEGER"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.718+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM ldap_role t0 INNER JOIN imes_user_ldap_role ON t0.id = imes_user_ldap_role.ldap_role_id WHERE imes_user_ldap_role.imes_user_id = ?"
          "params" => [
            1 => 342
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1070}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.719+02:00"
        "message" => "User was reloaded from a user provider."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
          "username" => "marketa-braunova"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.719+02:00"
        "message" => "Skipping the "{authenticator}" authenticator as it did not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.736+02:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "phoenix_latest_version"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.737+02:00"
        "message" => "Request: "GET https://git-fenix.ebrana.cz/api/v4/projects/197/repository/files/currentVersion?ref=main""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.849+02:00"
        "message" => "Response: "{http_code} {url}" {total_time} seconds"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "http_code" => 404
          "url" => "https://git-fenix.ebrana.cz/api/v4/projects/197/repository/files/currentVersion?ref=main"
          "total_time" => 0.112107
        ]
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.851+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpClient\Exception\ClientException: "HTTP/2 404  returned for "https://git-fenix.ebrana.cz/api/v4/projects/197/repository/files/currentVersion?ref=main"." at TraceableResponse.php line 209"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\HttpClient\Exception\ClientException {#1965
            #message: "HTTP/2 404  returned for "https://git-fenix.ebrana.cz/api/v4/projects/197/repository/files/currentVersion?ref=main"."
            #code: 404
            #file: "/app/vendor/symfony/http-client/Response/TraceableResponse.php"
            #line: 209
            -response: Symfony\Component\HttpClient\Response\TraceableResponse {#1955 …}
            trace: {
              /app/vendor/symfony/http-client/Response/TraceableResponse.php:209 {
                Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code): void …
                › if (400 <= $code) {    throw new ClientException($this);}
              }
              /app/vendor/symfony/http-client/Response/TraceableResponse.php:100 {
                Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
                › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
                arguments: {
                  $code: 404
                }
              }
              /app/src/Service/Api/Gitlab/Endpoint/Project/FilesApi.php:35 {
                App\Service\Api\Gitlab\Endpoint\Project\FilesApi->callApi(FilesRequestDto $requestDto): FilesResponseDto …
                › 
                ›     return $this->serializer->deserialize($response->getContent(), FilesResponseDto::class, 'json');}
              }
              /app/src/Service/Resolver/Production/Phoenix/LatestReleaseResolver.php:36 {
                App\Service\Resolver\Production\Phoenix\LatestReleaseResolver->{closure:App\Service\Resolver\Production\Phoenix\LatestReleaseResolver::resolve():32} …
                › $request = new FilesRequestDto($projectId, 'currentVersion', 'main');$currentVersionFile = $this->filesApi->callApi($request);$tagName = trim($currentVersionFile->getContent());
                arguments: {
                  $requestDto: App\Dto\Api\Gitlab\FilesRequestDto {#1953 …}
                }
              }
              /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:57 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():54} …
                › 
                ›     return $callback($item, $save);};
                arguments: {
                  Symfony\Component\Cache\CacheItem {#1949 …}
                  true
                }
              }
              /app/vendor/symfony/cache/LockRegistry.php:110 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null, ?float $beta = null): mixed …
                › 
                › $value = $callback($item, $save);arguments: {
                  Symfony\Component\Cache\CacheItem {#1949 …}
                  true
                }
              }
              /app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
                arguments: {
                  $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
                  $item: Symfony\Component\Cache\CacheItem {#1949 …}
                  &$save: true
                  $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
                  $setMetadata: Closure(CacheItem $item) {#1950 …}
                  $logger: Monolog\Logger {#205 …}
                  $beta: 1.0
                }
              }
              /app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
                arguments: {
                  Symfony\Component\Cache\CacheItem {#1949 …}
                  true
                }
              }
              /app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key, $beta) {    // don't wrap nor save recursive calls
                arguments: {
                  $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
                  $key: "phoenix_latest_version"
                  $callback: Closure(CacheItem $item, bool &$save) {#1948 …}
                  $beta: 1.0
                  &$metadata: []
                  $logger: Monolog\Logger {#205 …}
                }
              }
              /app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
                arguments: {
                  $pool: Symfony\Component\Cache\Adapter\RedisAdapter {#161 …}
                  $key: "phoenix_latest_version"
                  $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
                  $beta: 1.0
                  &$metadata: []
                }
              }
              /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:62 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
                arguments: {
                  $key: "phoenix_latest_version"
                  $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
                  $beta: null
                  &$metadata: []
                }
              }
              /app/src/Service/Resolver/Production/Phoenix/LatestReleaseResolver.php:30 {
                App\Service\Resolver\Production\Phoenix\LatestReleaseResolver->resolve(): ReleasesResponseDto …
                › {    return $this->phoenixImplementationCache->get(        self::CACHE_KEY,
                arguments: {
                  $key: "phoenix_latest_version"
                  $callback: Closure(CacheItem $item, bool &$save) {#1941 …}
                }
              }
              /app/src/Controller/Production/Phoenix/Implementation/ImplementationController.php:51 {
                App\Controller\Production\Phoenix\Implementation\ImplementationController->list(ImplementationRepository $repository, PaginationFactory $paginationFactory, Request $request, LatestReleaseResolver $latestReleaseResolver): Response …
                ›     'paginator' => $paginator,    'latestRelease' => $latestReleaseResolver->resolve(),]);
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $repository: App\Repository\Production\Phoenix\ImplementationRepository {#1349 …}
                  $paginationFactory: App\Service\Factory\PaginationFactory {#1361 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $latestReleaseResolver: App\Service\Resolver\Production\Phoenix\LatestReleaseResolver {#1462 …}
                }
              }
              /app/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 {#2 …}
                  $type: 1
                }
              }
              /app/vendor/symfony/http-kernel/Kernel.php:191 {
                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 {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778074291
        "timestamp_rfc3339" => "2026-05-06T15:31:31.003+02:00"
        "message" => "Stored the security token in the session."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "_security_main"
        ]
        "channel" => "security"
      ]
    ]
    1994 => [
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.918+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.919+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(table_name) AS table_name,\n
                   table_schema AS schema_name\n
            FROM information_schema.tables\n
            WHERE table_catalog = ?\n
              AND table_schema NOT LIKE 'pg\_%'\n
              AND table_schema != 'information_schema'\n
              AND table_name != 'geometry_columns'\n
              AND table_name != 'spatial_ref_sys'\n
              AND table_type = 'BASE TABLE'\n
            ORDER BY\n
              quote_ident(table_name)
            """
          "params" => [
            1 => "feature-d020588-auto-reindex"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.922+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT current_schema()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.923+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.923+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(table_name) AS table_name,\n
                   table_schema AS schema_name\n
            FROM information_schema.tables\n
            WHERE table_catalog = ?\n
              AND table_schema NOT LIKE 'pg\_%'\n
              AND table_schema != 'information_schema'\n
              AND table_name != 'geometry_columns'\n
              AND table_name != 'spatial_ref_sys'\n
              AND table_type = 'BASE TABLE'\n
            ORDER BY\n
              quote_ident(table_name)
            """
          "params" => [
            1 => "feature-d020588-auto-reindex"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.925+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.926+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(n.nspname)               AS schema_name,\n
                   quote_ident(c.relname)               AS table_name,\n
                   quote_ident(a.attname)               AS field,\n
                   t.typname                            AS type,\n
                   format_type(a.atttypid, a.atttypmod) AS complete_type,\n
                   bt.typname                           AS domain_type,\n
                   format_type(bt.oid, t.typtypmod)     AS domain_complete_type,\n
                   a.attnotnull                         AS isnotnull,\n
                   a.attidentity,\n
                   (    SELECT\n
                    CASE\n
                        WHEN a.attgenerated = 's' THEN NULL\n
                        ELSE pg_get_expr(adbin, adrelid)\n
                    END\n
                 FROM pg_attrdef\n
                 WHERE c.oid = pg_attrdef.adrelid\n
                    AND pg_attrdef.adnum=a.attnum)                                 AS "default",\n
                   dsc.description                      AS comment,\n
                   CASE\n
                       WHEN coll.collprovider = 'c'\n
                           THEN coll.collcollate\n
                       WHEN coll.collprovider = 'd'\n
                           THEN NULL\n
                       ELSE coll.collname\n
                       END                              AS collation\n
            FROM pg_attribute a\n
                     JOIN pg_class c\n
                          ON c.oid = a.attrelid\n
                     JOIN pg_namespace n\n
                          ON n.oid = c.relnamespace\n
                     JOIN pg_type t\n
                          ON t.oid = a.atttypid\n
                     LEFT JOIN pg_type bt\n
                               ON t.typtype = 'd'\n
                                   AND bt.oid = t.typbasetype\n
                     LEFT JOIN pg_collation coll\n
                               ON coll.oid = a.attcollation\n
                     LEFT JOIN pg_depend dep\n
                               ON dep.objid = c.oid\n
                                   AND dep.deptype = 'e'\n
                                   AND dep.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class')\n
                     LEFT JOIN pg_description dsc\n
                               ON dsc.objoid = c.oid AND dsc.objsubid = a.attnum\n
                     LEFT JOIN pg_inherits i\n
                               ON i.inhrelid = c.oid\n
                     LEFT JOIN pg_class p\n
                               ON i.inhparent = p.oid\n
                                   AND p.relkind = 'p'\n
            WHERE n.nspname = ANY(current_schemas(false)) AND c.relname = ? AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')\n
              -- 'r' for regular tables - 'p' for partitioned tables\n
              AND c.relkind IN ('r', 'p')\n
              AND a.attnum > 0\n
              AND dep.refobjid IS NULL\n
              -- exclude partitions (tables that inherit from partitioned tables)\n
              AND p.oid IS NULL\n
            ORDER BY n.nspname,\n
                c.relname,\n
                a.attnum
            """
          "params" => [
            1 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.932+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.933+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT\n
                   quote_ident(n.nspname) AS schema_name,\n
                   quote_ident(c.relname) AS table_name,\n
                   quote_ident(ic.relname) AS relname,\n
                   i.indisunique,\n
                   i.indisprimary,\n
                   i.indkey,\n
                   i.indrelid,\n
                   pg_get_expr(indpred, indrelid) AS "where",\n
                   quote_ident(attname) AS attname\n
              FROM pg_index i\n
                   JOIN pg_class AS c ON c.oid = i.indrelid\n
                   JOIN pg_namespace n ON n.oid = c.relnamespace\n
                   JOIN pg_class AS ic ON ic.oid = i.indexrelid\n
                   JOIN LATERAL UNNEST(i.indkey) WITH ORDINALITY AS keys(attnum, ord)\n
                        ON TRUE\n
                   JOIN pg_attribute a\n
                        ON a.attrelid = c.oid\n
                            AND a.attnum = keys.attnum\n
             WHERE n.nspname = ANY(current_schemas(false)) AND c.relname = ? AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')\n
             ORDER BY 1, 2, keys.ord;
            """
          "params" => [
            1 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.935+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.936+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
               SELECT\n
                      quote_ident(tn.nspname) AS schema_name,\n
                      quote_ident(tc.relname) AS table_name,\n
                      quote_ident(r.conname) as conname,\n
                      pg_get_constraintdef(r.oid, true) as condef,\n
                      r.condeferrable,\n
                      r.condeferred\n
                      FROM pg_constraint r\n
                          JOIN pg_class AS tc ON tc.oid = r.conrelid\n
                          JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
                      WHERE r.conrelid IN\n
                      (\n
                          SELECT c.oid\n
                          FROM pg_class c\n
                            JOIN pg_namespace n\n
                                ON n.oid = c.relnamespace\n
                            WHERE n.nspname = ANY(current_schemas(false)) AND c.relname = ? AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))\n
                      AND r.contype = 'f'\n
                      ORDER BY 1, 2
            """
          "params" => [
            1 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.937+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.937+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(n.nspname) AS schema_name,\n
                   quote_ident(c.relname) AS table_name,\n
                   CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n
                   obj_description(c.oid, 'pg_class') AS comment\n
            FROM pg_class c\n
                 INNER JOIN pg_namespace n\n
                     ON n.oid = c.relnamespace\n
            WHERE\n
                  c.relkind = 'r'\n
              AND n.nspname = ANY(current_schemas(false)) AND c.relname = ? AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
            """
          "params" => [
            1 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2694}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074290
        "timestamp_rfc3339" => "2026-05-06T15:31:30.939+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM doctrine_migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778074291
        "timestamp_rfc3339" => "2026-05-06T15:31:31.000+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1994 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#695 …}
}

Request Headers

Header Value
accept
"text/html, application/xhtml+xml"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"cs-CZ,cs;q=0.9"
cookie
"REMEMBERME=%3AbWFya2V0YS1icmF1bm92YQ~~%3A1780666199%3ALpNrDxZurZWZ-YuP31XRT8v_ECID2uhklAX_hq1zbiY~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~; main_auth_profile_token=64c523; PHPSESSID=0bb59bc37a3358bb5a4c968aace946b4"
host
"feature-d020588-auto-reindex.it.edevel.cz"
priority
"u=1, i"
referer
"https://feature-d020588-auto-reindex.it.edevel.cz/"
sec-ch-ua
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
x-forwarded-for
"85.207.17.222"
x-forwarded-host
"feature-d020588-auto-reindex.it.edevel.cz"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"85.207.17.222"
x-request-id
"8565da8cbbc988affabf981c9285da9e"
x-scheme
"https"

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, 06 May 2026 13:31:30 GMT"
vary
"Accept"
x-debug-exception
"HTTP%2F2%20404%20%20returned%20for%20%22https%3A%2F%2Fgit-fenix.ebrana.cz%2Fapi%2Fv4%2Fprojects%2F197%2Frepository%2Ffiles%2FcurrentVersion%3Fref%3Dmain%22."
x-debug-exception-file
"%2Fapp%2Fvendor%2Fsymfony%2Fhttp-client%2FResponse%2FTraceableResponse.php:209"
x-debug-token
"13ba9a"

Cookies

Request Cookies

Key Value
PHPSESSID
"0bb59bc37a3358bb5a4c968aace946b4"
REMEMBERME
":bWFya2V0YS1icmF1bm92YQ~~:1780666199:LpNrDxZurZWZ-YuP31XRT8v_ECID2uhklAX_hq1zbiY~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~"
main_auth_profile_token
"64c523"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Wed, 06 May 26 15:29:59 +0200"
Last used
"Wed, 06 May 26 15:31:29 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.last_username
"marketa-braunova"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:19:"App\Entity\ImesUser":19:{s:23:"\x00App\Entity\ImesUser\x00id";i:342;s:27:"\x00App\Entity\ImesUser\x00imesId";i:13559;s:25:"\x00App\Entity\ImesUser\x00name";s:8:"Markéta";s:28:"\x00App\Entity\ImesUser\x00surname";s:9:"Braunová";s:29:"\x00App\Entity\ImesUser\x00username";s:16:"marketa-braunova";s:26:"\x00App\Entity\ImesUser\x00email";s:18:"braunova@ebrana.cz";s:27:"\x00App\Entity\ImesUser\x00active";b:1;s:30:"\x00App\Entity\ImesUser\x00positions";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:30:"\x00App\Entity\ImesUser\x00imesToken";N;s:37:"\x00App\Entity\ImesUser\x00imesRefreshToken";N;s:46:"\x00App\Entity\ImesUser\x00imesTokenExpiresTimestamp";N;s:30:"\x00App\Entity\ImesUser\x00ldapRoles";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:2:{i:0;O:28:"App\Entity\ImesUser\LdapRole":2:{s:32:"\x00App\Entity\ImesUser\LdapRole\x00id";i:1;s:34:"\x00App\Entity\ImesUser\LdapRole\x00name";s:15:"ROLE_TOOL_ADMIN";}i:1;O:28:"App\Entity\ImesUser\LdapRole":2:{s:32:"\x00App\Entity\ImesUser\LdapRole\x00id";i:2;s:34:"\x00App\Entity\ImesUser\LdapRole\x00name";s:14:"ROLE_ADM_ADMIN";}}}s:14:"\x00*\x00initialized";b:1;}s:40:"\x00App\Entity\ImesUser\x00preferredPickupTime";E:69:"App\Enum\Administration\Ordering\Food\OrderItem\PickupTimeEnum:Eleven";s:37:"\x00App\Entity\ImesUser\x00preferredCompany";N;s:34:"\x00App\Entity\ImesUser\x00christmasMode";b:1;s:28:"\x00App\Entity\ImesUser\x00funMode";b:0;s:38:"\x00App\Entity\ImesUser\x00lunchNotification";b:0;s:30:"\x00App\Entity\ImesUser\x00loginLink";N;s:26:"\x00App\Entity\ImesUser\x00msUid";N;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:3:{i:0;s:9:"ROLE_USER";i:1;s:14:"ROLE_ADM_ADMIN";i:2;s:15:"ROLE_TOOL_ADMIN";}}}"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 57
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 148
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 5
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEFAULT_MAIL_SENDER
"noreply@ebrana.cz"
APP_ENV
"dev"
APP_HTML5_VALIDATION
"false"
APP_MAX_USERS_IN_PICKUP_TIME
"20"
APP_ORDERING_FOOD_SENDER
"obedy@ebrana.cz"
APP_ORDER_ITEM_MAX_QUANTITY_PER_USER
"30"
APP_SECRET
"f364e30b70d28ec1e8a04d15618ca645"
APP_SHARE_DIR
"var/share"
APP_TIMEZONE
"Europe/Prague"
AWS_ACCESS_KEY_ID
""
AWS_S3_ENDPOINT
""
AWS_SECRET_ACCESS_KEY
""
COMPOSE_PROJECT_NAME
"apimpa"
DEFAULT_URI
"https://feature-d020588-auto-reindex.it.edevel.cz/"
DOCKER_REGISTRY
"git-fenix.ebrana.cz:5050"
DOCKER_REGISTRY_TOKEN
"generateMe"
DOCKER_REGISTRY_USER
"username"
DRAGONFLY_DSN
"redis://10.80.176.71/1"
EBRANA_HOSTINEC_CHANNEL_ID
"19:6efd9da923fb4f28bb6ed0d0fd50574b@thread.skype"
EBRANA_TEAM_ID
"efa8120e-5cdc-484e-82e9-7eb0fa1956a9"
FENIX_CLIENT_ID
"108"
FENIX_PROJECT_ID
"197"
FIXTURES_TRANSPORT
"async"
GITLAB_SECRET
""
GITLAB_TOKEN
""
GITLAB_URL
"https://git-fenix.ebrana.cz"
GOOGLE_API_KEY
""
GOOGLE_AUTH_CONFIG
"%kernel.project_dir%/path/to/file.json"
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
GRAPH_TOOLS_CLIENT_ID
""
GRAPH_TOOLS_PASSWORD
""
GRAPH_TOOLS_SECRET
""
GRAPH_TOOLS_TENANT_ID
""
GRAPH_TOOLS_USER
""
IMES_API_PASSWORD
"SeMikBuDePsAtH4sLo"
IMES_API_URL
"https://imes2-test.ebrana.cz/api/platform"
IMES_API_USERNAME
"lukas-testovaci"
IMES_CLIENT
"internal_tools"
IMES_SECRET
"7ylercqzjrq35k9hzl1y00i00r11bzt8n4cln9qc"
IMES_URL_ACCESS_TOKEN
"https://imes2-test.ebrana.cz/core/oauth/token"
IMES_URL_AUTHORIZE
"https://imes2-test.ebrana.cz/core/oauth/authorize"
IMES_URL_RESOURCE_OWNER_DETAILS
"https://imes2-test.ebrana.cz/core/oauth/resource"
LDAP_BASE_DN
"ou=Users,dc=ebrana,dc=cz"
LDAP_HOST
"85.207.17.222"
LDAP_PORT
"389"
LDAP_SEARCH_DN
"uid=reader,dc=service_accounts,dc=dsa,ou=Servers,dc=ebrana,dc=cz"
LDAP_SEARCH_PASSWORD
"readerpass"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://mailpit-smtp.services:25"
MESSENGER_FAILED_DSN
"amqp://ebrana:tICajDwJYOfE1r3mZcd6eoMn@10.80.176.51:5672/feature-d020588-auto-reindex/failed"
MESSENGER_TRANSPORT_DSN
"amqp://ebrana:tICajDwJYOfE1r3mZcd6eoMn@10.80.176.51:5672/feature-d020588-auto-reindex/messages"
PHP_IDE_CONFIG
"serverName=apimpa.loc"
PRIMARY_INTERNAL_FOOD_COMPANY_ID
"2"
QR_ACCOUNT_NUMBER
"2218548019"
QR_API_URL
"https://api.paylibo.com/paylibo/generator/czech/image"
QR_BANK_CODE
"3030"
SENTRY_DSN
"https://016cc7c50b244869a1c5968c7a4fcf10@o147946.ingest.sentry.io/5908477"
TRUSTED_PROXIES
"127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
ZBOZI_API_URL
"https://api.zbozi.cz"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
AUTH_TYPE
""
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSER_MEMORY_LIMIT
"-1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_DB
"feature-d020588-auto-reindex"
DATABASE_HOST
"10.80.176.41"
DATABASE_USER
"ebrana-lab-deploy"
DEFAULT_PASSWORD
"Ki9Quaigh1jahGh1"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GOTRACEBACK
"none"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOME
"/app"
HOSTNAME
"internal-tools-7c8859fd74-qgfk4"
HTTPS
""
HTTP_ACCEPT
"text/html, application/xhtml+xml"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"cs-CZ,cs;q=0.9"
HTTP_COOKIE
"REMEMBERME=%3AbWFya2V0YS1icmF1bm92YQ~~%3A1780666199%3ALpNrDxZurZWZ-YuP31XRT8v_ECID2uhklAX_hq1zbiY~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~; main_auth_profile_token=64c523; PHPSESSID=0bb59bc37a3358bb5a4c968aace946b4"
HTTP_HOST
"feature-d020588-auto-reindex.it.edevel.cz"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://feature-d020588-auto-reindex.it.edevel.cz/"
HTTP_SEC_CH_UA
""Google Chrome";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"85.207.17.222"
HTTP_X_FORWARDED_HOST
"feature-d020588-auto-reindex.it.edevel.cz"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"85.207.17.222"
HTTP_X_REQUEST_ID
"8565da8cbbc988affabf981c9285da9e"
HTTP_X_SCHEME
"https"
INTERNAL_TOOLS_PORT
"tcp://10.233.59.219:80"
INTERNAL_TOOLS_PORT_80_TCP
"tcp://10.233.59.219:80"
INTERNAL_TOOLS_PORT_80_TCP_ADDR
"10.233.59.219"
INTERNAL_TOOLS_PORT_80_TCP_PORT
"80"
INTERNAL_TOOLS_PORT_80_TCP_PROTO
"tcp"
INTERNAL_TOOLS_SERVICE_HOST
"10.233.59.219"
INTERNAL_TOOLS_SERVICE_PORT
"80"
KUBERNETES_PORT
"tcp://10.233.0.1:443"
KUBERNETES_PORT_443_TCP
"tcp://10.233.0.1:443"
KUBERNETES_PORT_443_TCP_ADDR
"10.233.0.1"
KUBERNETES_PORT_443_TCP_PORT
"443"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_HOST
"10.233.0.1"
KUBERNETES_SERVICE_PORT
"443"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.3.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"ce65725b8af07356b69a6046d21487040b11f2acfde786de38b2bfb712c36eb9"
PHP_URL
"https://www.php.net/distributions/php-8.5.3.tar.xz"
PHP_VERSION
"8.5.3"
PWD
"/app"
QUERY_STRING
""
REMOTE_ADDR
"10.233.90.99"
REMOTE_HOST
"10.233.90.99"
REMOTE_IDENT
""
REMOTE_PORT
"46724"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1778074290
REQUEST_TIME_FLOAT
1778074290.6365
REQUEST_URI
"/production/"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_HOST
"feature-d020588-auto-reindex.it.edevel.cz"
SERVER_NAME
"feature-d020588-auto-reindex.it.edevel.cz"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
""
SSL_PROTOCOL
""
SYMFONY_DECRYPTION_SECRET
"HR1Ik1Jgb29RTcrC8fQpE170I2CnBsQlj16BF1qu6c4a04pvxZwk+CfP0lfhEo7YS6Spi9ROhrItvo25WNukHw=="
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"SENTRY_DSN,APP_ENV,APP_SECRET,APP_SHARE_DIR,TRUSTED_PROXIES,COMPOSE_PROJECT_NAME,MAILER_DSN,DRAGONFLY_DSN,PHP_IDE_CONFIG,DOCKER_REGISTRY,DOCKER_REGISTRY_USER,DOCKER_REGISTRY_TOKEN,ZBOZI_API_URL,IMES_API_URL,IMES_API_USERNAME,IMES_API_PASSWORD,LDAP_HOST,LDAP_PORT,LDAP_BASE_DN,LDAP_SEARCH_DN,LDAP_SEARCH_PASSWORD,IMES_CLIENT,IMES_SECRET,IMES_URL_AUTHORIZE,IMES_URL_ACCESS_TOKEN,IMES_URL_RESOURCE_OWNER_DETAILS,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG,APP_HTML5_VALIDATION,APP_TIMEZONE,DEFAULT_URI,MESSENGER_TRANSPORT_DSN,MESSENGER_FAILED_DSN,QR_API_URL,QR_ACCOUNT_NUMBER,QR_BANK_CODE,APP_ORDERING_FOOD_SENDER,APP_DEFAULT_MAIL_SENDER,APP_ORDER_ITEM_MAX_QUANTITY_PER_USER,APP_MAX_USERS_IN_PICKUP_TIME,PRIMARY_INTERNAL_FOOD_COMPANY_ID,GRAPH_TOOLS_CLIENT_ID,GRAPH_TOOLS_TENANT_ID,GRAPH_TOOLS_SECRET,GRAPH_TOOLS_USER,GRAPH_TOOLS_PASSWORD,EBRANA_TEAM_ID,EBRANA_HOSTINEC_CHANNEL_ID,LOCK_DSN,FIXTURES_TRANSPORT,GITLAB_TOKEN,GITLAB_URL,GITLAB_SECRET,FENIX_PROJECT_ID,FENIX_CLIENT_ID,AWS_S3_ENDPOINT,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY"
XDG_CONFIG_HOME
"./var/config"
XDG_DATA_HOME
"./var/data"

Parent Request

Return to parent request (token = 04c747)

Key Value
_controller
"App\Controller\Production\Phoenix\Implementation\ImplementationController::list"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"implementation_list"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"56bd0d"