Error 404 Not Found

GET https://www.staging.pcacases.com/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#270
  #message: "No route found for "GET https://www.staging.pcacases.com/robots.txt""
  #code: 0
  #file: "/home3/pcacases/public_html/staging/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 149
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#269 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home3/pcacases/public_html/staging/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home3/pcacases/public_html/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#128 …}
        }
      }
    }
    /home3/pcacases/public_html/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#128 …}
      }
    }
    /home3/pcacases/public_html/staging/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: [ …14]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
      }
    }
    /home3/pcacases/public_html/staging/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 {#199 …}
        $eventName: "kernel.request"
      }
    }
    /home3/pcacases/public_html/staging/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 {#27 …}
        $type: 1
      }
    }
    /home3/pcacases/public_html/staging/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {#27 …}
        $type: 1
        $catch: true
      }
    }
    /home3/pcacases/public_html/staging/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 {#27 …}
      }
    }
    /home3/pcacases/public_html/staging/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home3/pcacases/public_html/staging/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home3/pcacases/public_html/staging/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
null
paramFetcher
FOS\RestBundle\Request\ParamFetcher {#533
  -container: Container9BLdShq\App_KernelDevContainer {#120 …}
  -parameterBag: FOS\RestBundle\Request\ParameterBag {#535 …}
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#192 …}
  -validator: Symfony\Component\Validator\Validator\TraceableValidator {#297 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
content-length
"0"
host
"www.staging.pcacases.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"Fri, 05 Jun 2026 09:04:36 GMT"
vary
"Accept"
x-debug-token
"63be59"

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_DEBUG
"0"
APP_ENV
"dev"
APP_SECRET
"79c972ce9c479f24e47c99654041a772"
APP_URL
"https://staging.pcacases.com"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://%env(DB_USER)%:%env(DB_PASSWORD)%@%env(DB_HOST)%:%env(DB_PORT)%/%env(DB_NAME)%?serverVersion=%env(DB_SERVER_VERSION)%"
DB_HOST
"localhost"
DB_NAME
"pcacases_stg"
DB_PASSWORD
"pcastg2024"
DB_PORT
"3306"
DB_SERVER_VERSION
"5.7"
DB_USER
"pcacases_stg"
EMAIL_FROM
"support@mg.pcacases.com"
EMAIL_TEST
"luciano.hammoe@gmail.com,wrodrig1977@gmail.com,noreply@pcacases.com,kumabe.lucia@gmail.com"
MAILER_DSN
"smtp://support%40mg.pcacases.com:812fa893cc2e73f346e690c18b1187a7-5ba06dbe-9e8bab7e@smtp.mailgun.org:587?encryption=tls"
SOLR_URL
"http://searchpcacases.com:8995/solr/pcacases"
URL_IMPORTADOR_PCACASE
"http://searchpcacases.com:8081/importadorPcacase/import/"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home3/pcacases/public_html/staging/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home3/pcacases/public_html/staging/public"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"879429-1321-1"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.staging.pcacases.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/"
QS_ConnectionId
"178065027690405594879429"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"1"
REDIRECT_H2_STREAM_TAG
"879429-1321-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_QS_ConnectionId
"178065027690405594879429"
REDIRECT_SSL_TLS_SNI
"www.staging.pcacases.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aiKRJG2NdExBszybvQ_5qwAAo0I"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"216.73.217.131"
REMOTE_PORT
"4231"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1780650276
REQUEST_TIME_FLOAT
1780650276.9058
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home3/pcacases/public_html/staging/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.38.132.241"
SERVER_ADMIN
"webmaster@staging.pcacases.com"
SERVER_NAME
"www.staging.pcacases.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.staging.pcacases.com"
SYMFONY_DOTENV_PATH
"/home3/pcacases/public_html/staging/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DB_USER,DB_PASSWORD,DB_HOST,DB_PORT,DB_NAME,DB_SERVER_VERSION,DATABASE_URL,APP_URL,URL_IMPORTADOR_PCACASE,SOLR_URL,CORS_ALLOW_ORIGIN,MAILER_DSN,EMAIL_FROM,EMAIL_TEST"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"aiKRJG2NdExBszybvQ_5qwAAo0I"
argc
0
argv
[]

Parent Request

Return to parent request (token = fcdf20)

Key Value
media_type
"text/html"