ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"uTQ4MR5iWOs="
_route_params
null
_stopwatch_token
"53980a"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1791
  #message: "No route found for "GET https://voorwinden.dotsdev.nl/thumbnail/50/28/3d/1683111079/mey-shorts-alena-rose-1-00292113-75-11683111079.jpg_400x400.jpg" (from "https://voorwinden.dotsdev.nl/mey-shorts-alena-00292113-75")"
  #code: 0
  #file: "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1546 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/dev/deployer/releases/56/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:56 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:98 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:55 {
      Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:37 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/dev/deployer/releases/56/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);}
    /var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/dev/deployer/releases/56/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/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php:481 {
      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/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php:454 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php:348 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php:226 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php:156 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);}
    /var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php:81 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (Exception $e) {
    }
    /var/www/dev/deployer/releases/56/public/index.php:69 {$kernel = new HttpKernel($appEnv, $debug, $classLoader);$result = $kernel->handle($request);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1044 …8}

Request Headers

Header Value
accept
"image/heif,image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
accept-encoding
"identity"
accept-language
"en-US,en;q=0.5"
cookie
"session-=hgde83aae8co90fdi9ctefdhje; csrf[frontend.wishlist.product.merge]=be22ecd143e8715087160c6ee8b2.W_IXXabipw-t-Lqs0fhQwRoNs7Tf3zT5ZQiN_1-6SkA.M5Z_B9ah5H_VrdbnkJw7k3Fn9cKzs3OJK37-xh7wEw0TxVgXyKfTeump1Q; csrf[frontend.wishlist.product.merge.pagelet]=ce2c1d.Jf-rbU5dh1ki7jo3Kf_MsmFiJ4ELc-UvqCMXbLqpFn0.E7LuB3o28BJthH1FUMicgRZWX_BCPJdEy2UiKsP8cRVTysEVBh-qHFO4dw; csrf[frontend.cms.buybox.switch]=c7cf2.RPmttJegFFcxl4nFpNDTR8eCS2_0ECYMi_BKk2577fA.Jan83brFZABr_bzx0am3IpjtPRzZZUVT5ZcG_xtWqIovt5rFp_BbNkD6-g; csrf[frontend.checkout.line-item.add]=981f214b0fc0f8b3fc50c7f31.2AZhpbyhdtLnDwPxtTfD4wIrt3ZKmmVj7A50CW8zQuM.oUMrlIrxJ6qGN1KT4QWIhUEYxVsH1QEVtHoHR1p1KrCzWRbP1_AxqoA2Rg; csrf[frontend.wishlist.product.add]=896f4.RHKm7sW4YupZEZYVvBNx9xfrAlPzxHCQBx3r0j6Skew.fCPA1ob8V6Q-eNJg20ETlVKOSiOF_UTyZXmNqGaioIg0Pfei8PoDxytepg; csrf[frontend.wishlist.product.remove]=9acf55078b2129f99fe387933c.-eWQA6AdJFcRj0fPrimTk5Oxyo5piNB2R8pfKXi3XpA.rqmnctplQgF0zCSCwhvf1-TWmeoA5J9BNIsFHQHdGuSenNcy2kcJenPBIA; csrf[frontend.mailchimp.newsletter.register.handle]=d51a4fe5d1d.St3bqgfpifyEpGDopRu8lfw3R3LaYFRDu-eetkUebng.GO--50-IypfP5QqR6jbU8s1SEkScP2MF6ZbO2iBqCRUP65LIT5jOpeaUKQ; csrf[frontend.store-api.proxy]=d73eab2b969c77798f51a98f02042.fI2bOaP-kbk3zqOXw92nFE-9n72P6x-gJ0bsFytwWD4.TsLSUvSO9vsF9trys-nMRS7t-NL3qkzRQi-hQXJEbFQQ9fRPzLXS-FT59g"
forwarded
"for="47.128.127.136";host="voorwinden.dotsdev.nl";proto=https"
host
"voorwinden.dotsdev.nl"
range
"bytes=0-499"
referer
"https://voorwinden.dotsdev.nl/mey-shorts-alena-00292113-75"
sec-fetch-dest
"image"
sec-fetch-mode
"no-cors"
sec-fetch-site
"same-origin"
sw-context-token
"DAMoe8z7qYAl6lmc0wwvGUiXR5r5JwGv"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-forwarded-for
"47.128.127.136"
x-php-ob-level
"2"

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, 21 Sep 2024 17:15:24 GMT"
sw-context-token
"DAMoe8z7qYAl6lmc0wwvGUiXR5r5JwGv"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fvoorwinden.dotsdev.nl%2Fthumbnail%2F50%2F28%2F3d%2F1683111079%2Fmey-shorts-alena-rose-1-00292113-75-11683111079.jpg_400x400.jpg%22%20%28from%20%22https%3A%2F%2Fvoorwinden.dotsdev.nl%2Fmey-shorts-alena-00292113-75%22%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fdev%2Fdeployer%2Freleases%2F56%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"4d9fb0"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
csrf
[
  "frontend.wishlist.product.merge" => "be22ecd143e8715087160c6ee8b2.W_IXXabipw-t-Lqs0fhQwRoNs7Tf3zT5ZQiN_1-6SkA.M5Z_B9ah5H_VrdbnkJw7k3Fn9cKzs3OJK37-xh7wEw0TxVgXyKfTeump1Q"
  "frontend.wishlist.product.merge.pagelet" => "ce2c1d.Jf-rbU5dh1ki7jo3Kf_MsmFiJ4ELc-UvqCMXbLqpFn0.E7LuB3o28BJthH1FUMicgRZWX_BCPJdEy2UiKsP8cRVTysEVBh-qHFO4dw"
  "frontend.cms.buybox.switch" => "c7cf2.RPmttJegFFcxl4nFpNDTR8eCS2_0ECYMi_BKk2577fA.Jan83brFZABr_bzx0am3IpjtPRzZZUVT5ZcG_xtWqIovt5rFp_BbNkD6-g"
  "frontend.checkout.line-item.add" => "981f214b0fc0f8b3fc50c7f31.2AZhpbyhdtLnDwPxtTfD4wIrt3ZKmmVj7A50CW8zQuM.oUMrlIrxJ6qGN1KT4QWIhUEYxVsH1QEVtHoHR1p1KrCzWRbP1_AxqoA2Rg"
  "frontend.wishlist.product.add" => "896f4.RHKm7sW4YupZEZYVvBNx9xfrAlPzxHCQBx3r0j6Skew.fCPA1ob8V6Q-eNJg20ETlVKOSiOF_UTyZXmNqGaioIg0Pfei8PoDxytepg"
  "frontend.wishlist.product.remove" => "9acf55078b2129f99fe387933c.-eWQA6AdJFcRj0fPrimTk5Oxyo5piNB2R8pfKXi3XpA.rqmnctplQgF0zCSCwhvf1-TWmeoA5J9BNIsFHQHdGuSenNcy2kcJenPBIA"
  "frontend.mailchimp.newsletter.register.handle" => "d51a4fe5d1d.St3bqgfpifyEpGDopRu8lfw3R3LaYFRDu-eetkUebng.GO--50-IypfP5QqR6jbU8s1SEkScP2MF6ZbO2iBqCRUP65LIT5jOpeaUKQ"
  "frontend.store-api.proxy" => "d73eab2b969c77798f51a98f02042.fI2bOaP-kbk3zqOXw92nFE-9n72P6x-gJ0bsFytwWD4.TsLSUvSO9vsF9trys-nMRS7t-NL3qkzRQi-hQXJEbFQQ9fRPzLXS-FT59g"
]
session-
"hgde83aae8co90fdi9ctefdhje"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Sat, 21 Sep 24 17:15:21 +0000"
Last used
"Sat, 21 Sep 24 17:15:23 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-frontend.checkout.line-item.add
"yEJ16PQxa8QbT2KfC3r-MOdvXtsN5FhSk_wjkQGxg9E"
_csrf/https-frontend.cms.buybox.switch
"aPQi-epWZj54uyde_ovs-uc_ngLlu-EzkN7q0POaqms"
_csrf/https-frontend.mailchimp.newsletter.register.handle
"R2eMHaCkKAjyO-hg1eU6F_7FRqPletgmE6IbHqGYb0I"
_csrf/https-frontend.store-api.proxy
"2OIkWpgB28yep4kQaPgoxASqeiMVY44jlxovoKCAc7U"
_csrf/https-frontend.wishlist.product.add
"8Qf8CD5NgiDugRbbEeHpv94bbdfzX01dpOQL5Ba-rO0"
_csrf/https-frontend.wishlist.product.merge
"hdhZpCCpxUlKAdkRkjFvllGpNvs9AJYMH7OJnEtuDQo"
_csrf/https-frontend.wishlist.product.merge.pagelet
"6MEj4kwKOjGry7P3w4xqIOrkcF5FyUghv5jxHB-EqVM"
_csrf/https-frontend.wishlist.product.remove
"WL7qzxfVeCcMl2LDwgSdilO7sAZ4yjDtgyG1zZ--bNg"
sessionId
"hgde83aae8co90fdi9ctefdhje"
sw-context-token
"DAMoe8z7qYAl6lmc0wwvGUiXR5r5JwGv"
sw-sales-channel-id
"327009eb5c1a48e192b7d2bcfa9c61be"

Session Usage

4 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:180
[
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 180
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 56
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 98
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 55
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 37
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 481
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 454
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 348
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 226
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 81
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/public/index.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:181
[
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 181
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 56
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 98
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 55
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 37
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 481
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 454
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 348
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 226
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 81
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/public/index.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:424
[
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 424
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 193
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 56
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 98
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 55
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 37
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 481
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 454
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 348
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 226
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 81
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/public/index.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:201
[
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 201
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 56
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 98
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 55
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 37
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 481
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 454
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 348
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 226
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/vendor/shopware/core/HttpKernel.php"
    "line" => 81
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev/deployer/releases/56/public/index.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"127.0.0.1:9200"
APP_ENV
"dev"
APP_SECRET
"def00000636267ead1ca0405f5eb1b5cd763e8ca7be97c6ca5b4297422a2bc0360d5abcc7bade1280c8c54c830f253b09ca083016a1eda58a844472e3ad824b273710f19"
APP_URL
"https://voorwinden.dotsdev.nl"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/voorwinden/deployer/releases/1/var/cache/composer"
DATABASE_URL
"mysql://dev_db:CX2f7QWVSMhCRKy9@localhost:3306/dev_db"
INSTANCE_ID
"rIgNOLRnaOgWKpmhbybYankAy8zg1rRQ"
MAILER_URL
"native://default"
SHOPWARE_ADMIN_ES_ENABLED
"0"
SHOPWARE_ADMIN_ES_INDEX_PREFIX
"sw-admin"
SHOPWARE_ADMIN_ES_REFRESH_INDICES
"1"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"127.0.0.1:9200"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/dev/public_html"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/dev"
HTTPS
"on"
HTTP_ACCEPT
"image/heif,image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_COOKIE
"session-=hgde83aae8co90fdi9ctefdhje; csrf[frontend.wishlist.product.merge]=be22ecd143e8715087160c6ee8b2.W_IXXabipw-t-Lqs0fhQwRoNs7Tf3zT5ZQiN_1-6SkA.M5Z_B9ah5H_VrdbnkJw7k3Fn9cKzs3OJK37-xh7wEw0TxVgXyKfTeump1Q; csrf[frontend.wishlist.product.merge.pagelet]=ce2c1d.Jf-rbU5dh1ki7jo3Kf_MsmFiJ4ELc-UvqCMXbLqpFn0.E7LuB3o28BJthH1FUMicgRZWX_BCPJdEy2UiKsP8cRVTysEVBh-qHFO4dw; csrf[frontend.cms.buybox.switch]=c7cf2.RPmttJegFFcxl4nFpNDTR8eCS2_0ECYMi_BKk2577fA.Jan83brFZABr_bzx0am3IpjtPRzZZUVT5ZcG_xtWqIovt5rFp_BbNkD6-g; csrf[frontend.checkout.line-item.add]=981f214b0fc0f8b3fc50c7f31.2AZhpbyhdtLnDwPxtTfD4wIrt3ZKmmVj7A50CW8zQuM.oUMrlIrxJ6qGN1KT4QWIhUEYxVsH1QEVtHoHR1p1KrCzWRbP1_AxqoA2Rg; csrf[frontend.wishlist.product.add]=896f4.RHKm7sW4YupZEZYVvBNx9xfrAlPzxHCQBx3r0j6Skew.fCPA1ob8V6Q-eNJg20ETlVKOSiOF_UTyZXmNqGaioIg0Pfei8PoDxytepg; csrf[frontend.wishlist.product.remove]=9acf55078b2129f99fe387933c.-eWQA6AdJFcRj0fPrimTk5Oxyo5piNB2R8pfKXi3XpA.rqmnctplQgF0zCSCwhvf1-TWmeoA5J9BNIsFHQHdGuSenNcy2kcJenPBIA; csrf[frontend.mailchimp.newsletter.register.handle]=d51a4fe5d1d.St3bqgfpifyEpGDopRu8lfw3R3LaYFRDu-eetkUebng.GO--50-IypfP5QqR6jbU8s1SEkScP2MF6ZbO2iBqCRUP65LIT5jOpeaUKQ; csrf[frontend.store-api.proxy]=d73eab2b969c77798f51a98f02042.fI2bOaP-kbk3zqOXw92nFE-9n72P6x-gJ0bsFytwWD4.TsLSUvSO9vsF9trys-nMRS7t-NL3qkzRQi-hQXJEbFQQ9fRPzLXS-FT59g"
HTTP_FORWARDED
"for="47.128.127.136";host="voorwinden.dotsdev.nl";proto=https"
HTTP_HOST
"voorwinden.dotsdev.nl"
HTTP_RANGE
"bytes=0-499"
HTTP_REFERER
"https://voorwinden.dotsdev.nl/mey-shorts-alena-00292113-75"
HTTP_SEC_FETCH_DEST
"image"
HTTP_SEC_FETCH_MODE
"no-cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
HTTP_X_FORWARDED_FOR
"47.128.127.136"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"19346"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726938923
REQUEST_TIME_FLOAT
1726938923.8833
REQUEST_URI
"/thumbnail/50/28/3d/1683111079/mey-shorts-alena-rose-1-00292113-75-11683111079.jpg_400x400.jpg"
SCRIPT_FILENAME
"/var/www/dev/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"94.237.45.13"
SERVER_NAME
"voorwinden.dotsdev.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,DATABASE_URL,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,ADMIN_OPENSEARCH_URL,SHOPWARE_ADMIN_ES_INDEX_PREFIX,SHOPWARE_ADMIN_ES_ENABLED,SHOPWARE_ADMIN_ES_REFRESH_INDICES,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_CDN_STRATEGY_DEFAULT,BLUE_GREEN_DEPLOYMENT,MAILER_URL,COMPOSER_HOME,APP_SECRET,INSTANCE_ID"
USER
"dev"

Parent Request

Return to parent request (token = 5fddfb)

Key Value
_is_sales_channel
true
_locale
"nl-NL"
_remove_csp_headers
true
_stopwatch_token
"557704"
resolved-uri
"/thumbnail/50/28/3d/1683111079/mey-shorts-alena-rose-1-00292113-75-11683111079.jpg_400x400.jpg"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"b2dec184b6c941649f0ad3289fbe942a"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["77.174.3.158", "178.84.158.221", "149.102.230.198", "92.151.135.121", "90.5.23.52"]"
sw-original-request-uri
"/thumbnail/50/28/3d/1683111079/mey-shorts-alena-rose-1-00292113-75-11683111079.jpg_400x400.jpg"
sw-sales-channel-absolute-base-url
"https://voorwinden.dotsdev.nl"
sw-sales-channel-base-url
""
sw-sales-channel-id
"327009eb5c1a48e192b7d2bcfa9c61be"
sw-snippet-set-id
"9f1defabe8ab41a289693225a718fbc1"
sw-storefront-url
"https://voorwinden.dotsdev.nl"
theme-base-name
null
theme-id
"8ab3f6bcfc6c4f2888a1d47f72a2534c"
theme-name
"NdVoorwindenTheme"