Error 404 Not Found

GET https://sw65.test.firebearstudio.com/config/settings.env?q=%2Fconfig%2Fsettings.env

ErrorController

  • Request
  • Response
  • Cookies
  • Session 11
  • Flashes
  • Server Parameters
  • Parent Request

GET Parameters

Key Value
q
"/config/settings.env"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"kLdEVu53IiA="
_route_params
null
_stopwatch_token
"fb7407"
exception
0 of 0
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1172 ▼ #message: "No route found for "GET https://sw65.test.firebearstudio.com/config/settings.env"" #code: 0 #file: "/sw6/vendor/symfony/http-kernel/EventListener/RouterListener.php" #line: 127 -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1397 …} -statusCode: 404 -headers: [] trace: {▶ /sw6/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {▶ Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) … › › throw new NotFoundHttpException($message, $e); › } catch (MethodNotAllowedException $e) { } /sw6/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {▶ 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 {#1538 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#2128 …} } } } /sw6/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 {#1538 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#2128 …} } } /sw6/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: [ …19] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1538 …} } } /sw6/src/Core/Content/Flow/Dispatching/FlowDispatcher.php:44 {▶ Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object … › { › $event = $this->dispatcher->dispatch($event, $eventName); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1538 …} $eventName: "kernel.request" } } /sw6/src/Core/Framework/Webhook/WebhookDispatcher.php:54 {▶ Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, string $eventName = null): object … › { › $event = $this->dispatcher->dispatch($event, $eventName); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1538 …} $eventName: "kernel.request" } } /sw6/src/Core/Framework/Event/NestedEventDispatcher.php:31 {▶ Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object … › › return $this->dispatcher->dispatch($event, $eventName); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1538 …} $eventName: "kernel.request" } } /sw6/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 {#1538 …} $eventName: "kernel.request" } } /sw6/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 {#1538 …} $eventName: "kernel.request" } } /sw6/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 {#1540 …} $type: 1 } } /sw6/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 {#1540 …} $type: 1 $catch: true } } /sw6/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 {#1540 …} $type: 1 $catch: true } } /sw6/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: Shopware\Core\Kernel {#2 …} $request: Symfony\Component\HttpFoundation\Request {#1540 …} $type: 1 $catch: true } } /sw6/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 {#1540 …} $catch: true } } /sw6/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 {#2200 …} $catch: true } } /sw6/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 {#2200 …} $catch: true } } /sw6/src/Core/HttpKernel.php:139 {▶ Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult … › › $response = $kernel->handle($transformed, $type, $catch); › arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#2200 …} $type: 1 $catch: true } } /sw6/src/Core/HttpKernel.php:61 {▶ Shopware\Core\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult … › try { › return $this->doHandle($request, $type, $catch); › } catch (Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#17 …} $type: 1 $catch: true } } /sw6/public/index.php:78 {▶ Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/sw6/public/index.php:68$3853->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response … › { › return $this->httpKernel->handle($request, $type, $catch)->getResponse(); › } arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#17 …} $type: 1 $catch: true } } /sw6/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 {#17 …} } } /sw6/vendor/autoload_runtime.php:29 {▶ require_once … › ->getRunner($app) › ->run() › ); } /sw6/public/index.php:12 {▶ › › require_once __DIR__ . '/../vendor/autoload_runtime.php'; › arguments: {▶ "/sw6/vendor/autoload_runtime.php" } } } }
logger
0 of 0
Symfony\Bridge\Monolog\Logger {#1535 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
content-length
""
content-type
""
forwarded
"for="10.244.9.75";host="sw65.test.firebearstudio.com";proto=https"
from
"gptbot(at)openai.com"
host
"sw65.test.firebearstudio.com"
sw-context-token
"yYhhDpRprKRYoZx7I51FFtQ65wearqUp"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"10.244.9.75"
x-forwarded-scheme
"https"
x-openai-host-hash
"981048015"
x-php-ob-level
"0"
x-real-ip
"10.114.0.17"
x-request-id
"42250b6b7b6501723ec949b28fa0bc56"
x-scheme
"https"

Request Content

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