Error 404 Not Found

GET https://www.constellation.cool/https%5Cu003A%5C/%5C/www.constellation.cool%5C/_profiler%5C/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
OpenTelemetry\API\Trace\SpanInterface
OpenTelemetry\API\Trace\NonRecordingSpan {#766
  -context: OpenTelemetry\API\Trace\SpanContext {#772 …}
}
_controller
"error_controller"
_pending_locale_cookie
"en-CA"
_stopwatch_token
"b4b32c"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1694
  #message: "No route found for "GET https://www.constellation.cool/https%5Cu003A%5C/%5C/www.constellation.cool%5C/_profiler%5C/""
  #code: 0
  #file: "/code/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1409 …}
  -statusCode: 404
  -headers: []
  trace: {
    /code/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /code/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 {#765 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#957 …}
        }
      }
    }
    /code/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 {#765 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#957 …}
      }
    }
    /code/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: [ …23]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#765 …}
      }
    }
    /code/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 {#765 …}
        $eventName: "kernel.request"
      }
    }
    /code/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 {#765 …}
        $eventName: "kernel.request"
      }
    }
    /code/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 {#78 …}
        $type: 1
      }
    }
    /code/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 {#78 …}
        $type: 1
        $catch: true
      }
    }
    /code/web/index.php:48 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#78 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#967
  -records: [
    "" => [
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.118+00:00"
        "message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#962
            #message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
            #code: 0
            #file: "/code/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /code/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);}
              }
              /code/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);}
              }
              /code/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
                Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
                › if (PHP_VERSION_ID >= 80400) {    Deprecation::trigger(        'doctrine/orm',
              }
              /code/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
                Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
                › 
                ›     $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);}
              }
              /code/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /code/vendor/symfony/http-kernel/Kernel.php:186 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /code/web/index.php:48 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#78 …}
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    78 => [
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.168+00:00"
        "message" => "Executing command "CONNECT tls://constellation-web-develop-staging-cache-3ighqi.serverless.cac1.cache.amazonaws.com 6379 5 <null> 5 5""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.169+00:00"
        "message" => "Executing command "AUTH constellation-web-develop-staging-user HC^#bz}ZXbk{hu6|gNm:""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.170+00:00"
        "message" => "Executing command "MGET RZUilFtlHO:translation_file.latest_id""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.176+00:00"
        "message" => "Executing command "MGET nDpDAa8Qiv:DC2_REGION_nanomonx_app.entity.translationfile_21161""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.181+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "host" => "constellation-web.cluster-ro-ctnrcl0n8o8r.ca-central-1.rds.amazonaws.com"
            "port" => "3306"
            "dbname" => "nano_ca_dev_merged"
            "user" => "nano_ca_dev_clone"
            "password" => "<redacted>"
            "driverOptions" => [
              1009 => "/code/config/keys/ca-central-1-bundle.pem"
            ]
            "driver" => "pdo_mysql"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.194+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.195+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.198+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.201+00:00"
        "message" => "Executing command "MGET yu6efVS8rz:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.201+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2026-06-06 00:49:28"
            2 => "2026-06-06 00:49:28"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
            2 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.202+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.202+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.206+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.208+00:00"
        "message" => "Executing command "MGET yu6efVS8rz:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.208+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2026-06-06 00:49:28"
            2 => "2026-06-06 00:49:28"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
            2 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.214+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.constellation.cool/https%5Cu003A%5C/%5C/www.constellation.cool%5C/_profiler%5C/"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1694
            #message: "No route found for "GET https://www.constellation.cool/https%5Cu003A%5C/%5C/www.constellation.cool%5C/_profiler%5C/""
            #code: 0
            #file: "/code/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1409 …}
            -statusCode: 404
            -headers: []
            trace: {
              /code/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /code/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 {#765 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#957 …}
                  }
                }
              }
              /code/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 {#765 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#957 …}
                }
              }
              /code/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: [ …23]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#765 …}
                }
              }
              /code/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 {#765 …}
                  $eventName: "kernel.request"
                }
              }
              /code/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 {#765 …}
                  $eventName: "kernel.request"
                }
              }
              /code/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 {#78 …}
                  $type: 1
                }
              }
              /code/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 {#78 …}
                  $type: 1
                  $catch: true
                }
              }
              /code/web/index.php:48 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#78 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
    1573 => [
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.215+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.216+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.219+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.221+00:00"
        "message" => "Executing command "MGET yu6efVS8rz:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.221+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2026-06-06 00:49:28"
            2 => "2026-06-06 00:49:28"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
            2 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.222+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.223+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.226+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.228+00:00"
        "message" => "Executing command "MGET yu6efVS8rz:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.229+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2026-06-06 00:49:28"
            2 => "2026-06-06 00:49:28"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1968}
            2 => Doctrine\DBAL\ParameterType {#1968}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1780721368
        "timestamp_rfc3339" => "2026-06-06T04:49:28.231+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1332
              +name: "BOOLEAN"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    78 => 1
    1573 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#966 …}
}

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-encoding
"gzip"
accept-language
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"no-cache"
host
"www.constellation.cool"
pragma
"no-cache"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
x-amzn-trace-id
"Root=1-6a23a6d8-1bc1c3212b8c1baa2dd853ca"
x-forwarded-for
"43.153.208.32"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"0"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 06 Jun 2026 04:49:28 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fwww.constellation.cool%2Fhttps%255Cu003A%255C%2F%255C%2Fwww.constellation.cool%255C%2F_profiler%255C%2F%22"
x-debug-exception-file
"%2Fcode%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"a882fd"

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
ADMIN_HOST
"www.constellation.cool"
APP_ENV
"dev"
APP_SECRET
"constellation-web/develop/app-secret,secret_key"
AWS_S3_ACCESS_KEY_ID
"nanomonx/s3/constellation-backend,id"
AWS_S3_ACCESS_KEY_SECRET
"nanomonx/s3/constellation-backend,secret"
AWS_TRANSLATION_SYNC_ACCESS_KEY_ID
"constellation-web/develop/TranslationSynchronization-credentials,AWS_ACCESS_KEY_ID"
AWS_TRANSLATION_SYNC_SECRET_ACCESS_KEY
"constellation-web/develop/TranslationSynchronization-credentials,AWS_SECRET_ACCESS_KEY"
CONSTELLATION_CLIENT_ID
"3134d4630a4004967880d867de562394"
CONSTELLATION_CLIENT_SECRET
"742d1919fa2d2dbc9ce40f33af7a1addc0539253591fa8721f8df0e794d528af"
CONSTELLATION_HOST
"constellation.constellation.cool"
DB_HOST
"nanomonx/develop/database,host"
DB_HOST_READER
"constellation-web.cluster-ro-ctnrcl0n8o8r.ca-central-1.rds.amazonaws.com"
DB_NAME
"nano_ca_dev_merged"
DB_PASSWORD
"nanomonx/develop/database,password"
DB_PORT
"nanomonx/develop/database,port"
DB_USER
"nanomonx/develop/database,username"
FAMILY_HOST
"family.constellation.cool"
GEOIP2_ACCOUNT_ID
"nanomonx/geoip,GEOIP2_ACCOUNT_ID"
GEOIP2_LICENSE_KEY
"nanomonx/geoip,GEOIP2_LICENSE_KEY"
GOOGLE_ANALYTICS_ID
"G-YZE6YPXC27"
GOOGLE_OAUTH_CLIENT_ID
"nanomonx/develop/google,OAUTH_CLIENT_ID"
GOOGLE_OAUTH_CLIENT_SECRET
"nanomonx/develop/google,OAUTH_CLIENT_SECRET"
GOOGLE_TAG_MANAGER_ID
"GTM-KMFWV4QH"
INFO_HOST
"info.constellation.cool"
LEGAL_AGE
"18"
LOCO_DSN
"loco://J6wXXZie9InkJGi8AKQewfPxBlFnMqNaM@default?status=translated,blank-translation,provisional,fuzzy"
MAILER_PASSWORD
"nanomonx/ses/v2,MAILER_PASSWORD"
MAILER_USER
"nanomonx/ses/v2,MAILER_USER"
NANOMONX_EDITOR_CLIENT_ID
"84ef876b15cdf83b5a7ffb21bbaa1d16"
NANOMONX_EDITOR_CLIENT_SECRET
"d8c0253ebc97ea76ac0dcada8931945919267d7539af7bfe46107361981c51cf"
OFFICE_IP
"70.80.65.239"
RECAPTCHA_SECRET_KEY
"nanomonx/develop/google,RECAPTCHA_SECRET_KEY"
RECAPTCHA_SITE_KEY
"nanomonx/develop/google,RECAPTCHA_SITE_KEY"
REDIS_HOST
"constellation-web/develop-staging/redis-password,host"
REDIS_PASSWORD
"constellation-web/develop-staging/redis-password,password"
REDIS_PORT
"constellation-web/develop-staging/redis-password,port"
REDIS_USERNAME
"constellation-web/develop-staging/redis-password,username"
ROOT_DOMAIN
"constellation.cool"
S3_PRIVATE_BUCKET
"constellation-backend"
S3_PUBLIC_BUCKET
"constellation-backend-images"
S3_REGION
"ca-central-1"
SERVER_ROOT
"/code/"
SPAM_LIST
""
SRC_PATH
"/code/src/"
STRIPE_ENDPOINT_SECRET
"nanomonx/develop/stripe/v2,STRIPE_ENDPOINT_SECRET"
STRIPE_GST_ID
"txi_1OwmJpHSrFHiNSLK6mmfc38u"
STRIPE_PUBLISHABLE
"nanomonx/develop/stripe/v2,STRIPE_PUBLISHABLE"
STRIPE_QST_ID
"txi_1OwmJpHSrFHiNSLKBIpE6RER"
STRIPE_SECRET
"nanomonx/develop/stripe/v2,STRIPE_SECRET"
TROUBADOUR_HOST
"troubadour.constellation.cool"
ZOHO_CLIENT_ID_ALEX
"nanomonx/zoho,ZOHO_CLIENT_ID_ALEX"
ZOHO_CLIENT_ID_JOSEPH
"nanomonx/zoho,ZOHO_CLIENT_ID_JOSEPH"
ZOHO_CLIENT_SECRET_ALEX
"nanomonx/zoho,ZOHO_CLIENT_SECRET_ALEX"
ZOHO_CLIENT_SECRET_JOSEPH
"nanomonx/zoho,ZOHO_CLIENT_SECRET_JOSEPH"

Defined as regular env variables

Key Value
APP_VERSION
"10.2.1-4113"
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
"/v2/credentials/3ef5022b-96b1-4981-9640-cf6e6c8eecc3"
AWS_EXECUTION_ENV
"AWS_ECS_EC2"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/code/web"
DOCUMENT_URI
"/index.php"
ECS_AGENT_URI
"http://169.254.170.2/api/77f486b2-b167-4e8c-9027-58445e726ab5"
ECS_CONTAINER_METADATA_URI
"http://169.254.170.2/v3/77f486b2-b167-4e8c-9027-58445e726ab5"
ECS_CONTAINER_METADATA_URI_V4
"http://169.254.170.2/v4/77f486b2-b167-4e8c-9027-58445e726ab5"
ENV
"develop"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/var/www"
HOSTNAME
"ab2f242a539c"
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_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_HOST
"www.constellation.cool"
HTTP_PRAGMA
"no-cache"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
HTTP_X_AMZN_TRACE_ID
"Root=1-6a23a6d8-1bc1c3212b8c1baa2dd853ca"
HTTP_X_FORWARDED_FOR
"43.153.208.32"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
MESSENGER_FAILED_TRANSPORT_DSN
"sqs://sqs.ca-central-1.amazonaws.com/281591859902/constellation-web-develop-failed-queue"
MESSENGER_TRANSPORT_DSN
"sqs://sqs.ca-central-1.amazonaws.com/281591859902/constellation-web-develop-async-queue"
OTEL_PHP_AUTOLOAD_ENABLED
"false"
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.4.17.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
"28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa"
PHP_URL
"https://www.php.net/distributions/php-8.4.17.tar.xz"
PHP_VERSION
"8.4.17"
PWD
"/code"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.2.0.216"
REMOTE_PORT
"28274"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1780721368
REQUEST_TIME_FLOAT
1780721368.0861
REQUEST_URI
"/https%5Cu003A%5C/%5C/www.constellation.cool%5C/_profiler%5C/"
SCRIPT_FILENAME
"/code/web/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.17.0.6"
SERVER_NAME
"nanomonx-production"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.27.5"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,STRIPE_SECRET,STRIPE_PUBLISHABLE,STRIPE_ENDPOINT_SECRET,STRIPE_GST_ID,STRIPE_QST_ID,DB_NAME,DB_USER,DB_PASSWORD,DB_HOST,DB_HOST_READER,DB_PORT,REDIS_HOST,REDIS_PORT,REDIS_USERNAME,REDIS_PASSWORD,LEGAL_AGE,SPAM_LIST,SRC_PATH,SERVER_ROOT,OFFICE_IP,CONSTELLATION_CLIENT_ID,CONSTELLATION_CLIENT_SECRET,NANOMONX_EDITOR_CLIENT_ID,NANOMONX_EDITOR_CLIENT_SECRET,GEOIP2_ACCOUNT_ID,GEOIP2_LICENSE_KEY,AWS_S3_ACCESS_KEY_ID,AWS_S3_ACCESS_KEY_SECRET,S3_PRIVATE_BUCKET,S3_PUBLIC_BUCKET,S3_REGION,ROOT_DOMAIN,ADMIN_HOST,TROUBADOUR_HOST,CONSTELLATION_HOST,FAMILY_HOST,INFO_HOST,MAILER_USER,MAILER_PASSWORD,GOOGLE_OAUTH_CLIENT_ID,GOOGLE_OAUTH_CLIENT_SECRET,RECAPTCHA_SITE_KEY,RECAPTCHA_SECRET_KEY,ZOHO_CLIENT_ID_ALEX,ZOHO_CLIENT_SECRET_ALEX,ZOHO_CLIENT_ID_JOSEPH,ZOHO_CLIENT_SECRET_JOSEPH,GOOGLE_ANALYTICS_ID,GOOGLE_TAG_MANAGER_ID,LOCO_DSN,AWS_TRANSLATION_SYNC_ACCESS_KEY_ID,AWS_TRANSLATION_SYNC_SECRET_ACCESS_KEY"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = bf5560)

Key Value
OpenTelemetry\API\Trace\SpanInterface
OpenTelemetry\API\Trace\NonRecordingSpan {#766
  -context: OpenTelemetry\API\Trace\SpanContext {#772 …}
}
_remove_csp_headers
true
_stopwatch_token
"bafa81"