Error 404 Not Found

GET https://sw-core-minf-ooo.someones.computer/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"69b63a"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#114
  #message: ""
  #code: 0
  #file: "/app/src/Core/Controller/StaticAssetController.php"
  #line: 75
  -statusCode: 404
  -headers: []
  trace: {
    /app/src/Core/Controller/StaticAssetController.php:75 {
      Shapeways\Core\Controller\StaticAssetController->serve(string $module, string $asset): BinaryFileResponse …
      › if (false === $path || !str_starts_with($path, $publicDir . \DIRECTORY_SEPARATOR) || !is_file($path)) {    throw new NotFoundHttpException();}
    }
    /app/src/Core/Controller/StaticAssetController.php:61 {
      Shapeways\Core\Controller\StaticAssetController->rootAsset(string $asset): BinaryFileResponse …
      › {    return $this->serve(self::ROOT_MODULE, $asset);}
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);}
    /app/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
    }
    /app/vendor/symfony/http-kernel/Kernel.php:143 {
      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 {
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:7 {
      › 
      › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#418
  -records: [
    2 => [
      [
        "timestamp" => 1788458598
        "timestamp_rfc3339" => "2026-09-03T18:03:18.454+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "root_static_asset"
          "route_parameters" => [
            "_route" => "root_static_asset"
            "_controller" => "Shapeways\Core\Controller\StaticAssetController::rootAsset"
            "asset" => "robots.txt"
          ]
          "request_uri" => "https://sw-core-minf-ooo.someones.computer/robots.txt"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1788458598
        "timestamp_rfc3339" => "2026-09-03T18:03:18.455+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1788458598
        "timestamp_rfc3339" => "2026-09-03T18:03:18.457+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at StaticAssetController.php line 75"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#114
            #message: ""
            #code: 0
            #file: "/app/src/Core/Controller/StaticAssetController.php"
            #line: 75
            -statusCode: 404
            -headers: []
            trace: {
              /app/src/Core/Controller/StaticAssetController.php:75 {
                Shapeways\Core\Controller\StaticAssetController->serve(string $module, string $asset): BinaryFileResponse …
                › if (false === $path || !str_starts_with($path, $publicDir . \DIRECTORY_SEPARATOR) || !is_file($path)) {    throw new NotFoundHttpException();}
              }
              /app/src/Core/Controller/StaticAssetController.php:61 {
                Shapeways\Core\Controller\StaticAssetController->rootAsset(string $asset): BinaryFileResponse …
                › {    return $this->serve(self::ROOT_MODULE, $asset);}
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /app/vendor/symfony/http-kernel/Kernel.php:143 {
                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 {
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#417 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"sw-core-minf-ooo.someones.computer"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"10.255.0.2"
x-forwarded-host
"sw-core-minf-ooo.someones.computer"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"eef66e5413e4"
x-php-ob-level
"0"
x-real-ip
"10.255.0.2"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'https://sw-core-minf-ooo.someones.computer/robots.txt' \
  --header 'X-Real-Ip: 10.255.0.2' \
  --header 'X-Forwarded-Server: eef66e5413e4' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Forwarded-Port: 443' \
  --header 'X-Forwarded-Host: sw-core-minf-ooo.someones.computer' \
  --header 'X-Forwarded-For: 10.255.0.2' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'Accept: */*' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'X-Php-Ob-Level: 0'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 03 Sep 2026 18:03:18 GMT"
vary
"Accept"
x-debug-exception
""
x-debug-exception-file
"%2Fapp%2Fsrc%2FCore%2FController%2FStaticAssetController.php:75"
x-debug-token
"6b4716"
x-robots-tag
"noindex"

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
(no data)

Defined as regular env variables

Key Value
ALPINE_VERSION
"3.23"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
APP_SECRET
"sw-core-secret-dev"
APP_UPS_IMAGES_BUCKET
""
AUTH_URL
"https://auth-app-minf-ooo.someones.computer"
AVALARA_ACCOUNT_ID
""
AVALARA_ENV
"sandbox"
AVALARA_LICENSE_KEY
""
COLOR_BLUE
"\e[34m"
COLOR_GREEN
"\e[32m"
COLOR_GREY
"\e[90m"
COLOR_RED
"\e[91m"
COLOR_RESET
"\e(B\e[m"
COLOR_YELLOW
"\e[33m"
COMPANY_ID
""
COMPLAINT_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/complaints"
COMPLAINT_SERVICE_S3_CLIENT_KEY
"GK51008d8320c3ddc89455ec2b"
COMPLAINT_SERVICE_S3_CLIENT_SECRET
"c7727af3b3ff7ba2cf20538961ae0fb057c78f57d973f0e0d7590476b0671d6a"
COMPLAINT_SERVICE_S3_DEFAULT_REGION
"garage"
COMPLAINT_SERVICE_S3_ENDPOINT
"http://s3:3900"
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSER_FUND
"0"
COMPOSER_HOME
"/var/cache/.composer"
COMPOSER_VERSION
"latest-stable"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DEFAULT_URI
"https://sw-core-minf-ooo.someones.computer/"
DHL_PARCEL_CONNECT_KEY
""
DHL_PARCEL_CONNECT_USER
""
DIR
"\e[38;5;114mphp\e(B\e[m"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
DOWNLOAD_MANAGER_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/download_manager"
DOWNLOAD_MANAGER_SERVICE_MESSENGER_TRANSPORT_DSN
"redis://dragonfly"
DOWNLOAD_MANAGER_SERVICE_PUBLIC_URL
"https://sw-core-minf-ooo.someones.computer/download-manager-service/public/download"
DOWNLOAD_MANAGER_SERVICE_S3_CLIENT_KEY
"GK51008d8320c3ddc89455ec2b"
DOWNLOAD_MANAGER_SERVICE_S3_CLIENT_SECRET
"c7727af3b3ff7ba2cf20538961ae0fb057c78f57d973f0e0d7590476b0671d6a"
DOWNLOAD_MANAGER_SERVICE_S3_DEFAULT_REGION
"garage"
DOWNLOAD_MANAGER_SERVICE_S3_ENDPOINT
"http://s3:3900"
EDITOR
"/usr/bin/nano"
EXCHANGE_RATE_API_KEY
""
FCGI_ROLE
"RESPONDER"
FILE_STORAGE_S3_CLIENT_KEY
"GK51008d8320c3ddc89455ec2b"
FILE_STORAGE_S3_CLIENT_SECRET
"c7727af3b3ff7ba2cf20538961ae0fb057c78f57d973f0e0d7590476b0671d6a"
FILE_STORAGE_S3_DEFAULT_REGION
"garage"
FILE_STORAGE_S3_ENDPOINT
"http://s3:3900"
GATEWAY_INTERFACE
"CGI/1.1"
HEALTHCHECK_URI
"http://127.0.0.1/api/ping"
HOME
"/home"
HOSTNAME
"e814cde3ff58"
HOST_SUFFIX
""
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"sw-core-minf-ooo.someones.computer"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"10.255.0.2"
HTTP_X_FORWARDED_HOST
"sw-core-minf-ooo.someones.computer"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"eef66e5413e4"
HTTP_X_REAL_IP
"10.255.0.2"
INVENTORY_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/inventory"
JWT_SECRET
"Sqw3Jf1xdKTY+uzuDrXJKJCgN+Ve4uO+a60wVH3cyK0="
LOG_PATHS
"/var/log/nginx_access.log /var/log/nginx_error.log /var/log/php_access.log /var/log/php_error.log "
MANDRILL_API_KEY
""
MANDRILL_FROM_EMAIL
"service@shapeways.com"
MP_STORAGE_URL
""
NESTING_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/nesting"
NESTING_SERVICE_MESSENGER_TRANSPORT_DSN
"redis://dragonfly"
NGINX_VERSION
"1.28"
OLDPWD
"/etc/services.d/php"
PAGER
"/usr/bin/less"
PATH
"/app/vendor/bin:/app:/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_CLI_MEMORY_LIMIT
"4096M"
PHP_DISPLAY_ERRORS
"1"
PHP_ERROR_REPORTING
"E_ALL"
PHP_MEMORY_LIMIT
"256M"
PHP_SELF
"/index.php"
PHP_VERSION
"8.5"
PORTAL_GATEWAY_DATABASE_URL
"mysql://simple:simple@database:3306/portal_gateway"
PORTAL_GATEWAY_PROXY_INTERNAL_URL
"http://localhost/portal-gateway"
PRICING_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/pricing"
PROVIDER
""
PWD
"/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIS_HOST
"redis://dragonfly"
REDIS_SERVER
"dragonfly"
REMOTE_ADDR
"10.201.0.27"
REMOTE_PORT
"57922"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1788458598
REQUEST_TIME_FLOAT
1788458598.3286
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SELF_SERVE_URL
"https://self-serve-minf-ooo.someones.computer"
SERVER_ADDR
"10.201.0.33"
SERVER_NAME
"_"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.28.3"
SHAPEWAYS_API_BASE_URL
"https://api.shapeways.localhost"
SHAPEWAYS_API_CLIENT_ID
"QmvXA7mIH7L4QsuR3Np3HcARUYFkqpQ7BE98S52Ax8SThBpeF4"
SHAPEWAYS_API_CLIENT_SECRET
"shapeways"
SHAPEWAYS_API_REDIRECT_URL
"https://sw-core-minf-ooo.someones.computer/auth-callback"
SHIPPING_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/shipping"
SHIPPO_SECRET
""
SHIPPO_USA_INC_ADDRESS_ID
""
SHLVL
"1"
SHOPIFY_INTEGRATION_WEBHOOK_URL
""
STOMP_PASSWORD
"shapeways"
STOMP_URL
"tcp://activemq:61613"
STOMP_USERNAME
"admin"
SVDIR
"/etc/services.d"
SVWAIT
"5"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_ENABLE_PROFILER
"0"
SYSTEM_USER
"app"
TAX_SERVICE_DATABASE_URL
"mysql://simple:simple@database:3306/tax"
TAX_SERVICE_MESSENGER_TRANSPORT_DSN
"redis://dragonfly"
TERM
"xterm-256color"
UPS_API_CLIENT_ID
""
UPS_API_CLIENT_SECRET
""
UPS_API_URL
""
UPS_WORLD_EASE_POE
""
UPS_WORLD_EASE_SSC
""
USER
"app"
_
"/usr/sbin/php-fpm"

Parent Request

Return to parent request (token = 4de180)

Key Value
_controller
"Shapeways\Core\Controller\StaticAssetController::rootAsset"
_controller_attributes
[
  Symfony\Component\HttpKernel\Attribute\AsController {#156}
  Symfony\Component\Routing\Attribute\Route {#155
    +methods: [
      "GET"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/{asset}"
    +name: "root_static_asset"
    +requirements: [
      "asset" => "[\w.-]+\.\w+"
    ]
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: -10
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"root_static_asset"
_route_params
[
  "asset" => "robots.txt"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"fc57a4"
asset
"robots.txt"