Error 404 Not Found

GET http://click-and-fi-back.lagentx.tech/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#915
  -links: [
    899 => Symfony\Component\WebLink\Link {#899
      -href: "http://click-and-fi-back.lagentx.tech/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"137fd4"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#549
  #message: "No route found for "GET http://click-and-fi-back.lagentx.tech/robots.txt""
  #code: 0
  #file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#531 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#30 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#49 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#30 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#49 …}
      }
    }
    /var/www/html/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: [ …17]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#30 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      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 {#30 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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 {#30 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#107 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {#107 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#107 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:464 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
        $kernel: App\Kernel {#10 …}
        $request: Symfony\Component\HttpFoundation\Request {#107 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/framework-bundle/HttpCache/HttpCache.php:68 {
      Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null): Response …
      › 
      ›     return parent::forward($request, $catch, $entry);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#107 …}
        $catch: true
        $entry: null
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:439 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#107 …}
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:337 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:215 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › } else {    $response = $this->lookup($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:175 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($container->has('http_cache')) {    return $container->get('http_cache')->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /var/www/html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#128 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
forwarded
"for="10.42.0.166";host="click-and-fi-back.lagentx.tech";proto=http"
host
"click-and-fi-back.lagentx.tech"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"10.42.0.166"
x-forwarded-scheme
"https"
x-php-ob-level
"0"
x-real-ip
"216.73.216.37"
x-request-id
"b6b072a616a163426d23137d19150214"
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, 17 Dec 2025 01:47:57 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Fclick-and-fi-back.lagentx.tech%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"354a4c"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"98e1c99d54ffedcf9456bd1eada88b3a"
DATABASE_URL
"mysql://click-and-fi-back:t7gKt4K6EX9smT94@mysql-server:3306/click-and-fi-back?serverVersion=8"

Defined as regular env variables

Key Value
APACHE_CONFDIR
"/etc/apache2"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_LOCK_DIR
"/var/lock/apache2"
APACHE_LOG_DIR
"/var/log/apache2"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_RUN_DIR
"/var/run/apache2"
APACHE_RUN_GROUP
"www-data"
APACHE_RUN_USER
"www-data"
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/public"
CONTEXT_PREFIX
""
CORS_ALLOW_ORIGIN
"https://click-and-fi.lagentx.tech|http://localhost:3000"
DB_HOST
"mysql-server"
DB_NAME
"click-and-fi-back"
DB_PASSWORD
"t7gKt4K6EX9smT94"
DB_PORT
"3306"
DB_USER
"click-and-fi-back"
DOCUMENT_ROOT
"/var/www/html/public"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD"
HOSTNAME
"symfony-deployment-79cd754b6f-xzrwh"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_FORWARDED
"for="10.42.0.166";host="click-and-fi-back.lagentx.tech";proto=http"
HTTP_HOST
"click-and-fi-back.lagentx.tech"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"10.42.0.166"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"216.73.216.37"
HTTP_X_REQUEST_ID
"b6b072a616a163426d23137d19150214"
HTTP_X_SCHEME
"https"
KUBERNETES_PORT
"tcp://10.43.0.1:443"
KUBERNETES_PORT_443_TCP
"tcp://10.43.0.1:443"
KUBERNETES_PORT_443_TCP_ADDR
"10.43.0.1"
KUBERNETES_PORT_443_TCP_PORT
"443"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_HOST
"10.43.0.1"
KUBERNETES_SERVICE_PORT
"443"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
LANG
"C"
MYSQL_SERVER_PORT
"tcp://10.43.128.124:3306"
MYSQL_SERVER_PORT_3306_TCP
"tcp://10.43.128.124:3306"
MYSQL_SERVER_PORT_3306_TCP_ADDR
"10.43.128.124"
MYSQL_SERVER_PORT_3306_TCP_PORT
"3306"
MYSQL_SERVER_PORT_3306_TCP_PROTO
"tcp"
MYSQL_SERVER_SERVICE_HOST
"10.43.128.124"
MYSQL_SERVER_SERVICE_PORT
"3306"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHPMYADMIN_PORT
"tcp://10.43.125.51:80"
PHPMYADMIN_PORT_80_TCP
"tcp://10.43.125.51:80"
PHPMYADMIN_PORT_80_TCP_ADDR
"10.43.125.51"
PHPMYADMIN_PORT_80_TCP_PORT
"80"
PHPMYADMIN_PORT_80_TCP_PROTO
"tcp"
PHPMYADMIN_SERVICE_HOST
"10.43.125.51"
PHPMYADMIN_SERVICE_PORT
"80"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.1.20.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
"4c9973f599e93ed5e8ce2b45ce1d41bb8fb54ce642824fd23e56b52fd75029a6"
PHP_URL
"https://www.php.net/distributions/php-8.1.20.tar.xz"
PHP_VERSION
"8.1.20"
PWD
"/var/www/html"
QUERY_STRING
""
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"46290"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1765936077
REQUEST_TIME_FLOAT
1765936077.6237
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.42.0.62"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"click-and-fi-back.lagentx.tech"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.57 (Debian) Server at click-and-fi-back.lagentx.tech Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.57 (Debian)"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
SYMFONY_PORT
"tcp://10.43.9.53:80"
SYMFONY_PORT_80_TCP
"tcp://10.43.9.53:80"
SYMFONY_PORT_80_TCP_ADDR
"10.43.9.53"
SYMFONY_PORT_80_TCP_PORT
"80"
SYMFONY_PORT_80_TCP_PROTO
"tcp"
SYMFONY_SERVICE_HOST
"10.43.9.53"
SYMFONY_SERVICE_PORT
"80"
argc
0
argv
[]

Parent Request

Return to parent request (token = 8fdfba)

Key Value
_links
Symfony\Component\WebLink\GenericLinkProvider {#1182
  -links: [
    1181 => Symfony\Component\WebLink\Link {#1181
      -href: "http://click-and-fi-back.lagentx.tech/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_stopwatch_token
"77111d"