Error 404 Not Found

GET https://staging.prestige-moebel.de/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
need_fuck
"yes"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"pQwHZiElLlA="
_route_params
[]
_stopwatch_token
"ea7fc1"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#307
  #message: "Unable to find the controller for path "/". The route is wrongly configured."
  #code: 0
  #file: "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
  #line: 150
  -statusCode: 404
  -headers: []
  trace: {
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php:150 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › if (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));}
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/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 {#1456 …}
        $type: 1
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {#1456 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/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 {#1456 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/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);arguments: {
        $kernel: Shopware\Core\Kernel {#33 …}
        $request: Symfony\Component\HttpFoundation\Request {#1456 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:273 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->forward($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1456 …}
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:287 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
      › {    $response = $this->pass($request, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1456 …}
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:210 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1456 …}
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php:143 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#1456 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php:65 {
      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 {#14 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:71 {
      Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0->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 {#14 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/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 {#14 …}
      }
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:14 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#921 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
content-length
"13"
content-type
"application/x-www-form-urlencoded"
cookie
"session-=18184b0c25ef63030f01c24a66365833"
forwarded
"for="32.197.197.107";host="staging.prestige-moebel.de";proto=https"
host
"staging.prestige-moebel.de"
next-action
"x"
sw-context-token
"SHpxYsly5EzihHd8JcKa9myoHRI64vC8"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
x-forwarded-for
"32.197.197.107"
x-nextjs-request-id
"d57bf516"
x-php-ob-level
"0"

Request Content

Raw

need_fuck=yes

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 24 Aug 2026 18:56:55 GMT"
sw-context-token
"SHpxYsly5EzihHd8JcKa9myoHRI64vC8"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Unable%20to%20find%20the%20controller%20for%20path%20%22%2F%22.%20The%20route%20is%20wrongly%20configured."
x-debug-exception-file
"%2Fwww%2Fhtdocs%2Fw015b325%2Fstaging.prestige-moebel.de%2Fvendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php:150"
x-debug-token
"d77054"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
session-
"18184b0c25ef63030f01c24a66365833"

Response Cookies

No response cookies

Session 5

Session Metadata

Key Value
Created
"Mon, 24 Aug 26 18:56:52 +0000"
Last used
"Mon, 24 Aug 26 18:56:55 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"18184b0c25ef63030f01c24a66365833"
sw-context-token
"SHpxYsly5EzihHd8JcKa9myoHRI64vC8"
sw-sales-channel-id
"5cdfac85b9bd44f1b97a944ee8195d9c"

Session Usage

5 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:110
[
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 110
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:111
[
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 111
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:326
[
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 326
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 123
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:331
[
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 331
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 123
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:131
[
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 131
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 47
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 67
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 473
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 273
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 287
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 210
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/shopware/core/HttpKernel.php"
    "line" => 65
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 71
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernelInterface@anonymous\x00/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php:61$0"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
    "line" => 14
    "args" => [
      "/www/htdocs/w015b325/staging.prestige-moebel.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"http://localhost:9200"
APP_ENV
"dev"
APP_SECRET
"def000004e3f28fb9838569755af8783a690a977fab526a9a4c7e884519080a1948ea1d9240dded1463bf9c5c3012811f2240224b5869b03347fe32022af2b440fa093eb"
APP_URL
"https://staging.prestige-moebel.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/www/htdocs/w015b325/sw6.prestige-moebel.de/var/cache/composer"
DATABASE_URL
"mysql://d03ffdf3:xVnqCMUSwV84tc8fgzpo@localhost:3306/d03ffdf3"
INSTANCE_ID
"d0WWiCBv5lhDdFyJxneh81GnkwTJoJC0"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
MAILER_URL
"null://null"
OPENSEARCH_URL
"http://localhost:9200"
SHOPWARE_ADMIN_ES_ENABLED
"0"
SHOPWARE_ADMIN_ES_INDEX_PREFIX
"sw-admin"
SHOPWARE_ADMIN_ES_REFRESH_INDICES
"0"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"http://localhost:9200"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
STOREFRONT_PROXY_URL
"http://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"13"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/www/htdocs/w015b325/staging.prestige-moebel.de/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/www/htdocs/w015b325/staging.prestige-moebel.de/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/www/htdocs/w015b325"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"session-=18184b0c25ef63030f01c24a66365833"
HTTP_FORWARDED
"for="32.197.197.107";host="staging.prestige-moebel.de";proto=https"
HTTP_HOST
"staging.prestige-moebel.de"
HTTP_NEXT_ACTION
"x"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"32.197.197.107"
HTTP_X_NEXTJS_REQUEST_ID
"d57bf516"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_CLIENT_CERT
""
REDIRECT_SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIDwTCCA0igAwIBAgISBfkDfaQam+njLL8gJeZwCviYMAoGCCqGSM49BAMDMDMx\n
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQDEwNZ\n
RTIwHhcNMjYwODIzMDUyNTExWhcNMjYxMTIxMDUyNTEwWjAlMSMwIQYDVQQDExpz\n
dGFnaW5nLnByZXN0aWdlLW1vZWJlbC5kZTBZMBMGByqGSM49AgEGCCqGSM49AwEH\n
A0IABD3objy0BmHkjLW7rtwZ2JM/jDJXn2M66pa/5F5WZNXz1yV6lCt7e9Y3N7i1\n
1B5f8cnn2Q1rJ0CmHC5OY+HReGOjggJIMIICRDAOBgNVHQ8BAf8EBAMCB4AwEwYD\n
VR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUDG4xcMn1\n
HcDImNOsJbZ1AhlQX4owHwYDVR0jBBgwFoAUuVnyjs8i8IbTN0j/dhQYuoLYVYcw\n
MwYIKwYBBQUHAQEEJzAlMCMGCCsGAQUFBzAChhdodHRwOi8veWUyLmkubGVuY3Iu\n
b3JnLzBFBgNVHREEPjA8ghpzdGFnaW5nLnByZXN0aWdlLW1vZWJlbC5kZYIed3d3\n
LnN0YWdpbmcucHJlc3RpZ2UtbW9lYmVsLmRlMBMGA1UdIAQMMAowCAYGZ4EMAQIB\n
MC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly95ZTIuYy5sZW5jci5vcmcvMjUuY3Js\n
MIIBDAYKKwYBBAHWeQIEAgSB/QSB+gD4AHUAyKPEf8ezrbk1awE/anoSbeM6TkOl\n
xkb5l605dZkdz5oAAAGgLUoKPQAABAMARjBEAiAzo7/sw3aqrdl2sy2JolFu92x8\n
DSycS+AjAjYRCyablgIgYL+ed8h70a6LdBPndXMYxY2GtnhWY4fstW/t4qfeBMsA\n
fwAm42RuWGkhI7w0P0ckNZs3ks0kWojYFdOTM/2ZGKtHIwAAAaAtSgPuAAgAAAUA\n
N+WhDQQDAEgwRgIhAPCcOAGYyBkEwvdviP14e/8ws3jomsyxulbb/JzkMymZAiEA\n
4Q5Bkyf7gekGmviR5b/pgIMPihNBqO8spAR3YisnZY0wCgYIKoZIzj0EAwMDZwAw\n
ZAIwDPAsMtVoWHaCV/wClU2ftcP8GZ5wKmVnhom8UBBwku8EgCMWoWugtb6bRiP8\n
SZxwAjAncB5tVgiZWvgzjGs8LwlfaTzpC11AXk6nxsDulH6vTcJrCvS4OhUuX5Ur\n
shWjeXc=\n
-----END CERTIFICATE-----\n
"""
REDIRECT_SSL_TLS_SNI
"staging.prestige-moebel.de"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aoyT999A2eFAOvgFSahehQAAAAM"
REDIRECT_URL
"/"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"49964"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1787597815
REQUEST_TIME_FLOAT
1787597815.36
REQUEST_URI
"/"
SCRIPT_FILENAME
"/www/htdocs/w015b325/staging.prestige-moebel.de/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.13.149.236"
SERVER_ADMIN
"webmaster@staging.prestige-moebel.de"
SERVER_NAME
"staging.prestige-moebel.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CLIENT_CERT
""
SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIDwTCCA0igAwIBAgISBfkDfaQam+njLL8gJeZwCviYMAoGCCqGSM49BAMDMDMx\n
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQDEwNZ\n
RTIwHhcNMjYwODIzMDUyNTExWhcNMjYxMTIxMDUyNTEwWjAlMSMwIQYDVQQDExpz\n
dGFnaW5nLnByZXN0aWdlLW1vZWJlbC5kZTBZMBMGByqGSM49AgEGCCqGSM49AwEH\n
A0IABD3objy0BmHkjLW7rtwZ2JM/jDJXn2M66pa/5F5WZNXz1yV6lCt7e9Y3N7i1\n
1B5f8cnn2Q1rJ0CmHC5OY+HReGOjggJIMIICRDAOBgNVHQ8BAf8EBAMCB4AwEwYD\n
VR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUDG4xcMn1\n
HcDImNOsJbZ1AhlQX4owHwYDVR0jBBgwFoAUuVnyjs8i8IbTN0j/dhQYuoLYVYcw\n
MwYIKwYBBQUHAQEEJzAlMCMGCCsGAQUFBzAChhdodHRwOi8veWUyLmkubGVuY3Iu\n
b3JnLzBFBgNVHREEPjA8ghpzdGFnaW5nLnByZXN0aWdlLW1vZWJlbC5kZYIed3d3\n
LnN0YWdpbmcucHJlc3RpZ2UtbW9lYmVsLmRlMBMGA1UdIAQMMAowCAYGZ4EMAQIB\n
MC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly95ZTIuYy5sZW5jci5vcmcvMjUuY3Js\n
MIIBDAYKKwYBBAHWeQIEAgSB/QSB+gD4AHUAyKPEf8ezrbk1awE/anoSbeM6TkOl\n
xkb5l605dZkdz5oAAAGgLUoKPQAABAMARjBEAiAzo7/sw3aqrdl2sy2JolFu92x8\n
DSycS+AjAjYRCyablgIgYL+ed8h70a6LdBPndXMYxY2GtnhWY4fstW/t4qfeBMsA\n
fwAm42RuWGkhI7w0P0ckNZs3ks0kWojYFdOTM/2ZGKtHIwAAAaAtSgPuAAgAAAUA\n
N+WhDQQDAEgwRgIhAPCcOAGYyBkEwvdviP14e/8ws3jomsyxulbb/JzkMymZAiEA\n
4Q5Bkyf7gekGmviR5b/pgIMPihNBqO8spAR3YisnZY0wCgYIKoZIzj0EAwMDZwAw\n
ZAIwDPAsMtVoWHaCV/wClU2ftcP8GZ5wKmVnhom8UBBwku8EgCMWoWugtb6bRiP8\n
SZxwAjAncB5tVgiZWvgzjGs8LwlfaTzpC11AXk6nxsDulH6vTcJrCvS4OhUuX5Ur\n
shWjeXc=\n
-----END CERTIFICATE-----\n
"""
SSL_TLS_SNI
"staging.prestige-moebel.de"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,STOREFRONT_PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,MAILER_DSN,COMPOSER_HOME,ADMIN_OPENSEARCH_URL,SHOPWARE_ES_HOSTS,SHOPWARE_ADMIN_ES_INDEX_PREFIX,SHOPWARE_ADMIN_ES_ENABLED,SHOPWARE_ADMIN_ES_REFRESH_INDICES"
UNIQUE_ID
"aoyT999A2eFAOvgFSahehQAAAAM"
USER
"w015b325"
argc
0
argv
[]

Parent Request

Return to parent request (token = ff6ace)

Key Value
_cspNonce
"Ya391JnK6no="
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"root.fallback"
_route_params
[]
_stopwatch_token
"0e02a6"
resolved-uri
"/"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"018b0152493c7c8b87a9c07944308c3a"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["24.134.128.137","79.197.222.1"]"
sw-original-request-uri
"/"
sw-sales-channel-absolute-base-url
"https://staging.prestige-moebel.de"
sw-sales-channel-base-url
""
sw-sales-channel-id
"5cdfac85b9bd44f1b97a944ee8195d9c"
sw-snippet-set-id
"2f4d43d06c554692b99248d45374d723"
sw-storefront-url
"https://staging.prestige-moebel.de"
theme-base-name
"zenitPlatformGravity"
theme-id
"249d04d103c14e4faa6b8041df97aebc"
theme-name
"zenitPlatformGravitySet2"