Error 404 Not Found

GET https://testing.sw6.dev.3b.de/robots.txt

ErrorControllerGhostF43b1ac :: error

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"\Shopware\Storefront\Controller\ErrorController::error"
_cspNonce
"QxWDu2cc48E="
_httpCache
true
_is_sales_channel
true
_locale
"en-GB"
_routeScope
[
  "storefront"
]
_route_params
[]
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#8391
  #message: "No route found for "GET https://testing.sw6.dev.3b.de/robots.txt""
  #code: 0
  #file: "/var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1337 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/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);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:35 {
      Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if (!$event instanceof ShopwareSalesChannelEvent) {    return $this->decorated->dispatch($event, $eventName);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:47 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/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) {
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:63 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/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 {
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/HttpCache/HttpCache.php:473 {
      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);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/HttpCache/HttpCache.php:448 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/http-kernel/HttpCache/HttpCache.php:221 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} else {
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/shopware/core/Kernel.php:157 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/shopware/htdocs/testing/releases/20240928231913/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/shopware/htdocs/testing/releases/20240928231913/public/index.php:15 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/shopware/htdocs/testing/releases/20240928231913/vendor/autoload_runtime.php"
      }
    }
  }
}
navigationId
"beb4220100544ce89c8f78432033c1b3"
resolved-uri
"/robots.txt"
sw-context
Shopware\Core\Framework\Context {#11752
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#11753 …}
  #ruleIds: [
    "8d996ce4fccf4caf9943dcdfa247fd98"
    "92e73612493d44ee9c6bbe3beff29e67"
    "a57b6eaddf104da0aea5e6beda53c160"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "net"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#11667 …}
  -states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"018c0d7d6ecb7d2eaa9d425d5226e008"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["93.241.255.76","94.134.182.34","87.123.204.32","80.187.74.6","80.187.119.163","145.224.100.168","145.224.100.113","87.123.204.108","87.123.204.112","87.123.204.117","87.123.204.187"]"
sw-original-request-uri
"/robots.txt"
sw-sales-channel-absolute-base-url
"https://testing.sw6.dev.3b.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#11654
  #extensions: [
    "brsRegions" => BrsBase\Customer\Registration\Core\Content\BrsCustomerRegion\BrsCustomerRegionCollection {#11775
      #extensions: []
      #elements: []
    }
  ]
  #token: "b2Dmns0kkSIxdRtQROe6E4FshBKJTcOS"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#11660 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#11662 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#11669 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#11687 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#11729 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#11734 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#11745 …}
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#11752
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#11753 …}
    #ruleIds: [
      "8d996ce4fccf4caf9943dcdfa247fd98"
      "92e73612493d44ee9c6bbe3beff29e67"
      "a57b6eaddf104da0aea5e6beda53c160"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "net"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#11667 …}
    -states: []
  }
  -domainId: "018c0d7d6ecb7d2eaa9d425d5226e008"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#11667 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#11668 …}
  #areaRuleIds: []
  -states: []
}
sw-sales-channel-id
"b355938a2eb24e3fb06fb91e6b446d60"
sw-snippet-set-id
"8d654636d5bf4f248ac23dfb4a3b659a"
sw-storefront-url
"https://testing.sw6.dev.3b.de"
theme-base-name
null
theme-id
"5e4d8251c5594d12b0d76f04f6af1df0"
theme-name
"BrsBase"

Request Headers

Header Value
accept
"*/*"
accept-charset
"utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1"
forwarded
"for="216.244.66.226";host="testing.sw6.dev.3b.de";proto=https, for="127.0.0.1""
host
"testing.sw6.dev.3b.de"
surrogate-capability
"symfony="ESI/1.0", symfony="ESI/1.0""
sw-context-token
"b2Dmns0kkSIxdRtQROe6E4FshBKJTcOS"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)"
x-forwarded-for
"216.244.66.226, 127.0.0.1"
x-php-ob-level
"1"

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, 28 Sep 2024 23:46:18 GMT"
symfony-session-noautocachecontrol
"1"
x-debug-token
"914972"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Sat, 28 Sep 24 23:46:14 +0000"
Last used
"Sat, 28 Sep 24 23:46:14 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"qmbu1jetsv6bnl5f901goti6a0"
sw-context-token
"b2Dmns0kkSIxdRtQROe6E4FshBKJTcOS"
sw-sales-channel-id
"b355938a2eb24e3fb06fb91e6b446d60"

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
"455cd26613a19faa19e9cf932db4f6a9"
APP_URL
"https://testing.sw6.dev.3b.de"
BLUE_GREEN_DEPLOYMENT
"1"
DATABASE_HOST
"localhost"
DATABASE_NAME
"shopware_testing"
DATABASE_PASSWORD
"dqVnPXTiH7nTKNqi"
DATABASE_PORT
"3306"
DATABASE_URL
"mysql://shopware_testing:dqVnPXTiH7nTKNqi@localhost:3306/shopware_testing"
DATABASE_USER
"shopware_testing"
ES_MULTILINGUAL_INDEX
"0"
GOOGLE_API_KEY
""
GOOGLE_AUTH_CONFIG
"%kernel.project_dir%/path/to/file.json"
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
GRAYLOG_ENABLED
"0"
GRAYLOG_HOST
"0"
GRAYLOG_LOG_SOURCE
"a3b-testing"
GRAYLOG_PORT
"0"
GRAYLOG_TRANSPORT_METHOD
"tcp"
INSTANCE_ID
"2d205598c9f23a33e1017e0e31e2d3e4"
LOCK_DSN
"flock"
MAILER_DSN
""
MAILER_URL
"smtp://127.0.0.1:1025?encryption=&auth_mode="
MESSENGER_TRANSPORT_DSN
"doctrine://default"
OPENSEARCH_URL
"http://localhost:9200"
SEMATEXT_LOGGING_ENABLED
"1"
SEMATEXT_LOGGING_ENDPOINT
"https://logsene-receiver.eu.sematext.com"
SEMATEXT_LOGGING_INDEX
"63c8ab76-b37f-4b57-b4dd-f297eb4c5304"
SEMATEXT_LOGGING_SW_ENVIRONMENT
"testing"
SEMATEXT_LOGGING_SW_INSTANCE
"a3b"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"0"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/shopware/htdocs/testing/current/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/shopware"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_CHARSET
"utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1"
HTTP_FORWARDED
"for="216.244.66.226";host="testing.sw6.dev.3b.de";proto=https, for="127.0.0.1""
HTTP_HOST
"testing.sw6.dev.3b.de"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)"
HTTP_X_FORWARDED_FOR
"216.244.66.226, 127.0.0.1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"38040"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1727567174
REQUEST_TIME_FLOAT
1727567174.5079
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/shopware/htdocs/testing/releases/20240928231913/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.55.171.117"
SERVER_NAME
"testing.sw6.dev.3b.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.26.1"
SYMFONY_DOTENV_VARS
"LOCK_DSN,MESSENGER_TRANSPORT_DSN,MAILER_DSN,APP_ENV,APP_DEBUG,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_HOST,DATABASE_PORT,DATABASE_USER,DATABASE_PASSWORD,DATABASE_NAME,DATABASE_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,MAILER_URL,GRAYLOG_HOST,GRAYLOG_PORT,GRAYLOG_ENABLED,GRAYLOG_LOG_SOURCE,GRAYLOG_TRANSPORT_METHOD,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG,ES_MULTILINGUAL_INDEX,SEMATEXT_LOGGING_ENABLED,SEMATEXT_LOGGING_ENDPOINT,SEMATEXT_LOGGING_INDEX,SEMATEXT_LOGGING_SW_ENVIRONMENT,SEMATEXT_LOGGING_SW_INSTANCE"
TEMP
"/var/www/shopware/tmp"
TMP
"/var/www/shopware/tmp"
TMPDIR
"/var/www/shopware/tmp"
USER
"shopware"

Parent Request

Return to parent request (token = a59341)

Key Value
_is_sales_channel
true
_locale
"en-GB"
_routeScope
[
  "storefront"
]
resolved-uri
"/robots.txt"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"018c0d7d6ecb7d2eaa9d425d5226e008"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["93.241.255.76","94.134.182.34","87.123.204.32","80.187.74.6","80.187.119.163","145.224.100.168","145.224.100.113","87.123.204.108","87.123.204.112","87.123.204.117","87.123.204.187"]"
sw-original-request-uri
"/robots.txt"
sw-sales-channel-absolute-base-url
"https://testing.sw6.dev.3b.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#9130
  #extensions: []
  #token: "01923b072987737ea7acd58603181044"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#9101 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#10643 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#10398 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#9636 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#8886 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#10389 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#10242 …}
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#10747 …}
  -domainId: "018c0d7d6ecb7d2eaa9d425d5226e008"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#10166 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#8718 …}
  #areaRuleIds: []
  -states: []
}
sw-sales-channel-id
"b355938a2eb24e3fb06fb91e6b446d60"
sw-snippet-set-id
"8d654636d5bf4f248ac23dfb4a3b659a"
sw-storefront-url
"https://testing.sw6.dev.3b.de"
theme-base-name
null
theme-id
"5e4d8251c5594d12b0d76f04f6af1df0"
theme-name
"BrsBase"