POST https://wasserbetten-haase.de/account/register

AuthController :: loginPage

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
accountType
""
billingAddress[city]
"vkODBTbw"
billingAddress[countryId]
"5a207ea4107043cb9d5aef88127fbd47"
billingAddress[countryStateId]
"wffvtTjK"
billingAddress[street]
"PjGFzYakz"
billingAddress[zipcode]
"tZgYoyDsBp"
createCustomerAccount
"1"
differentShippingAddress
"1"
email
"v5djkio7jwytfhmny@yahoo.com"
errorParameters
""
errorRoute
"frontend.account.login.page"
firstName
"EbMngKlTCgdG"
lastName
"CFzrWgmLrzRddEr"
password
"Ka40R2s9rSsz7R!"
redirectParameters
"[]"
redirectTo
"frontend.account.home.page"
salutationId
"cbc82da47f8048a88f5a5512ec0b31c0"
shippingAddress[city]
"KlzeoOuQbehz"
shippingAddress[company]
"pbVCpKRQrtrHA"
shippingAddress[countryId]
"5a207ea4107043cb9d5aef88127fbd47"
shippingAddress[countryStateId]
"QfsumdhDEiZcKSS"
shippingAddress[department]
"rAjAxbkKXTJGHcD"
shippingAddress[firstName]
"CNfhgyfuMHdB"
shippingAddress[lastName]
"RuhaDZCYT"
shippingAddress[salutationId]
"cbc82da47f8048a88f5a5512ec0b31c0"
shippingAddress[street]
"IeXWcvDlOqu"
shippingAddress[zipcode]
"NDlxxvbJ"
shopware_surname_confirm
""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Shopware\Storefront\Controller\AuthController::loginPage"
_cspNonce
"j6Eue48JTiQ="
_is_sales_channel
true
_locale
"de-DE"
_noStore
true
_route
"frontend.account.login.page"
_routeScope
[
  "storefront"
]
_route_params
[]
_stopwatch_token
"4a20a2"
formViolations
Shopware\Core\Framework\Validation\Exception\ConstraintViolationException {#5164
  #message: "Caught 5 violation errors."
  #code: 0
  #file: "/home/wasserbetten-haase/public_html/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php"
  #line: 380
  -statusCode: 400
  -headers: []
  #parameters: [
    "count" => 5
  ]
  -violations: Symfony\Component\Validator\ConstraintViolationList {#5189 …}
  -inputData: [
    "billingAddress[city]" => "vkODBTbw"
    "billingAddress[countryId]" => "5a207ea4107043cb9d5aef88127fbd47"
    "billingAddress[countryStateId]" => "wffvtTjK"
    "billingAddress[street]" => "PjGFzYakz"
    "billingAddress[zipcode]" => "tZgYoyDsBp"
    "createCustomerAccount" => "1"
    "differentShippingAddress" => "1"
    "email" => "v5djkio7jwytfhmny@yahoo.com"
    "errorParameters" => ""
    "errorRoute" => "frontend.account.login.page"
    "firstName" => "EbMngKlTCgdG"
    "lastName" => "CFzrWgmLrzRddEr"
    "password" => "Ka40R2s9rSsz7R!"
    "redirectParameters" => "[]"
    "redirectTo" => "frontend.account.home.page"
    "salutationId" => "cbc82da47f8048a88f5a5512ec0b31c0"
    "shippingAddress[city]" => "KlzeoOuQbehz"
    "shippingAddress[company]" => "pbVCpKRQrtrHA"
    "shippingAddress[countryId]" => "5a207ea4107043cb9d5aef88127fbd47"
    "shippingAddress[countryStateId]" => "QfsumdhDEiZcKSS"
    "shippingAddress[department]" => "rAjAxbkKXTJGHcD"
    "shippingAddress[firstName]" => "CNfhgyfuMHdB"
    "shippingAddress[lastName]" => "RuhaDZCYT"
    "shippingAddress[salutationId]" => "cbc82da47f8048a88f5a5512ec0b31c0"
    "shippingAddress[street]" => "IeXWcvDlOqu"
    "shippingAddress[zipcode]" => "NDlxxvbJ"
    "shopware_surname_confirm" => ""
    "storefrontUrl" => "https://wasserbetten-haase.de"
    "guest" => false
  ]
  trace: {
    /home/wasserbetten-haase/public_html/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php:380 {
      Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute->validateRegistrationData(DataBag $data, bool $isGuest, SalesChannelContext $context, ?DataValidationDefinition $additionalValidations, bool $validateStorefrontUrl): void …
      › 
      ›     throw new ConstraintViolationException($violations, $data->all());}
    }
    /home/wasserbetten-haase/public_html/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php:131 {
      Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute->register(RequestDataBag $data, SalesChannelContext $context, bool $validateStorefrontUrl = true, ?DataValidationDefinition $additionalValidationDefinitions = null): CustomerResponse …
      › 
      › $this->validateRegistrationData($data, $isGuest, $context, $additionalValidationDefinitions, $validateStorefrontUrl);}
    /home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php:163 {
      Shopware\Storefront\Controller\RegisterController->register(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
      › 
      › $this->registerRoute->register(    $data->toRequestDataBag(),
    }
    /home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/wasserbetten-haase/public_html/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) {
    }
    /home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /home/wasserbetten-haase/public_html/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 {
    }
    /home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:262 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->forward($request, $catch);}
    }
    /home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:276 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
      › {    $response = $this->pass($request, $catch);}
    /home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:202 {
      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()) {
    }
    /home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
      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);} elseif ($request->attributes->has('_sw_esi')) {
    }
    /home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php:148 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/wasserbetten-haase/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/wasserbetten-haase/public_html/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
resolved-uri
"/account/register"
sw-context
Shopware\Core\Framework\Context {#5142
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#5760 …}
  #ruleIds: [
    "0dcf10fc35554e5bbb1e94202e4c4c7f"
    "2da129653dc0459ab2f1605239bffd70"
    "3858957016644de4ae48c0500bf3ccc8"
    "6c63019d3a204207b947d5a6c7df2da7"
    "d1aa52a321c347c99f3b5adbe7499796"
    "e1378db7808a478f919e0d740d5d6c1a"
    "f86680d3759349a6b0a0fc21ff1529bd"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5579 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"891e976c77d941dbaffb8eca5223f572"
sw-sales-channel-absolute-base-url
"https://wasserbetten-haase.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#5592
  #extensions: []
  #token: "0ZakPm5uuo4ThMKOHr7ldVhtVFlnNf3I"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#5587 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#5582 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#5577 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#5557 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#5535 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#5187 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#5498 …}
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#5142
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#5760 …}
    #ruleIds: [
      "0dcf10fc35554e5bbb1e94202e4c4c7f"
      "2da129653dc0459ab2f1605239bffd70"
      "3858957016644de4ae48c0500bf3ccc8"
      "6c63019d3a204207b947d5a6c7df2da7"
      "d1aa52a321c347c99f3b5adbe7499796"
      "e1378db7808a478f919e0d740d5d6c1a"
      "f86680d3759349a6b0a0fc21ff1529bd"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5579 …}
    #states: []
  }
  -domainId: "891e976c77d941dbaffb8eca5223f572"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5579 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5578 …}
  #areaRuleIds: [
    "shipping" => [
      "0dcf10fc35554e5bbb1e94202e4c4c7f"
      "2da129653dc0459ab2f1605239bffd70"
    ]
    "payment" => [
      "2da129653dc0459ab2f1605239bffd70"
    ]
    "flow" => [
      "d1aa52a321c347c99f3b5adbe7499796"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"e5257b2509b44bc6b5a6616caca5b596"
sw-skip-transformer
true
sw-snippet-set-id
"31a497a125644cb4adebb9da2f8ae735"
sw-storefront-url
"https://wasserbetten-haase.de"
theme-base-name
null
theme-id
"e129b0e50b9444f6b6f36495d0378ef6"
theme-name
"RHWebFurnitureone"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.9"
cache-control
"max-age=0"
connection
"close"
content-length
"1104"
content-type
"application/json"
cookie
"session-=l1v99jmddq28rncldhqopiegjd"
forwarded
"for="177.155.252.6";host="wasserbetten-haase.de";proto=https"
host
"wasserbetten-haase.de"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"0ZakPm5uuo4ThMKOHr7ldVhtVFlnNf3I"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
transfer-encoding
"chunked"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
x-forwarded-for
"177.155.252.6"
x-php-ob-level
"1"

Request Content

Pretty

{
    "accountType": "",
    "billingAddress[city]": "vkODBTbw",
    "billingAddress[countryId]": "5a207ea4107043cb9d5aef88127fbd47",
    "billingAddress[countryStateId]": "wffvtTjK",
    "billingAddress[street]": "PjGFzYakz",
    "billingAddress[zipcode]": "tZgYoyDsBp",
    "createCustomerAccount": "1",
    "differentShippingAddress": "1",
    "email": "v5djkio7jwytfhmny@yahoo.com",
    "errorParameters": "",
    "errorRoute": "frontend.account.login.page",
    "firstName": "EbMngKlTCgdG",
    "lastName": "CFzrWgmLrzRddEr",
    "password": "Ka40R2s9rSsz7R!",
    "redirectParameters": "[]",
    "redirectTo": "frontend.account.home.page",
    "salutationId": "cbc82da47f8048a88f5a5512ec0b31c0",
    "shippingAddress[city]": "KlzeoOuQbehz",
    "shippingAddress[company]": "pbVCpKRQrtrHA",
    "shippingAddress[countryId]": "5a207ea4107043cb9d5aef88127fbd47",
    "shippingAddress[countryStateId]": "QfsumdhDEiZcKSS",
    "shippingAddress[department]": "rAjAxbkKXTJGHcD",
    "shippingAddress[firstName]": "CNfhgyfuMHdB",
    "shippingAddress[lastName]": "RuhaDZCYT",
    "shippingAddress[salutationId]": "cbc82da47f8048a88f5a5512ec0b31c0",
    "shippingAddress[street]": "IeXWcvDlOqu",
    "shippingAddress[zipcode]": "NDlxxvbJ",
    "shopware_surname_confirm": ""
}

Raw

{"accountType":"","billingAddress[city]":"vkODBTbw","billingAddress[countryId]":"5a207ea4107043cb9d5aef88127fbd47","billingAddress[countryStateId]":"wffvtTjK","billingAddress[street]":"PjGFzYakz","billingAddress[zipcode]":"tZgYoyDsBp","createCustomerAccount":"1","differentShippingAddress":"1","email":"v5djkio7jwytfhmny@yahoo.com","errorParameters":"","errorRoute":"frontend.account.login.page","firstName":"EbMngKlTCgdG","lastName":"CFzrWgmLrzRddEr","password":"Ka40R2s9rSsz7R!","redirectParameters":"[]","redirectTo":"frontend.account.home.page","salutationId":"cbc82da47f8048a88f5a5512ec0b31c0","shippingAddress[city]":"KlzeoOuQbehz","shippingAddress[company]":"pbVCpKRQrtrHA","shippingAddress[countryId]":"5a207ea4107043cb9d5aef88127fbd47","shippingAddress[countryStateId]":"QfsumdhDEiZcKSS","shippingAddress[department]":"rAjAxbkKXTJGHcD","shippingAddress[firstName]":"CNfhgyfuMHdB","shippingAddress[lastName]":"RuhaDZCYT","shippingAddress[salutationId]":"cbc82da47f8048a88f5a5512ec0b31c0","shippingAddress[street]":"IeXWcvDlOqu","shippingAddress[zipcode]":"NDlxxvbJ","shopware_surname_confirm":""}

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, no-cache, no-store, private"
content-type
"text/html"
date
"Sat, 28 Dec 2024 08:36:23 GMT"
expires
"Thu, 01 Jan 1970 00:00:00 GMT"
referrer-policy
"strict-origin-when-cross-origin"
server-timing
""
strict-transport-security
"max-age=31536000; includeSubDomains"
x-content-type-options
"nosniff"
x-debug-token
"165049"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
session-
"l1v99jmddq28rncldhqopiegjd"

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Sat, 28 Dec 24 08:35:53 +0000"
Last used
"Sat, 28 Dec 24 08:36:10 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"l1v99jmddq28rncldhqopiegjd"
sw-context-token
"0ZakPm5uuo4ThMKOHr7ldVhtVFlnNf3I"
sw-sales-channel-id
"e5257b2509b44bc6b5a6616caca5b596"

Session Usage

9 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:106
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 106
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:309
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 309
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 119
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:127
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 127
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:65
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Controller\RegisterController:278
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 278
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 160
    "function" => "prepareAffiliateTracking"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "register"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Controller\RegisterController:279
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 279
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 160
    "function" => "prepareAffiliateTracking"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "register"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService:47
[
  [
    "file" => "/home/wasserbetten-haase/public_html/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 47
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 41
    "function" => "getFilteredPaymentMethods"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php"
    "line" => 52
    "function" => "buildData"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "addFundingAvailabilityData"
    "class" => "Swag\PayPal\Storefront\Data\FundingSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php"
    "line" => 39
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 60
    "function" => "load"
    "class" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Storefront\Page\{closure}"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 38
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php"
    "line" => 51
    "function" => "load"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/AuthController.php"
    "line" => 76
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "loginPage"
    "class" => "Shopware\Storefront\Controller\AuthController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 119
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 184
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 181
    "function" => "forwardToRoute"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "register"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:181
[
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 181
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php"
    "line" => 113
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1802
    "function" => "getFlashes"
    "class" => "Shopware\Storefront\Framework\Twig\TwigAppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php"
    "line" => 59
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/16/16bb0f26bf530b8e95cba31933d3518c.php"
    "line" => 677
    "function" => "getAttribute"
    "class" => "Shopware\Core\Framework\Adapter\Twig\SwTwigFunction"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_flashbags"
    "class" => "__TwigTemplate_0e97df9c569f6cef0fa8f62a8786b5c4"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/16/16bb0f26bf530b8e95cba31933d3518c.php"
    "line" => 641
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_main"
    "class" => "__TwigTemplate_0e97df9c569f6cef0fa8f62a8786b5c4"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 457
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 457
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 482
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/72/72690cde7ea479d54d4c882ed51e413b.php"
    "line" => 202
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_main"
    "class" => "__TwigTemplate_976a23021b14b51f48d23cec849d416e"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 482
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/3f/3fc2ddcc46f1eff79a59c2681b2cbf57.php"
    "line" => 129
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_main"
    "class" => "__TwigTemplate_19cb6aef5aa1d39f766c6891f266a55e"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/16/16bb0f26bf530b8e95cba31933d3518c.php"
    "line" => 345
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_0e97df9c569f6cef0fa8f62a8786b5c4"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 482
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/c4/c4b0ddaf00b35f346e608ce8995a0091.php"
    "line" => 78
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_e08c25bcbc46e46960efeb0436d7481f"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/16/16bb0f26bf530b8e95cba31933d3518c.php"
    "line" => 213
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 437
    "function" => "block_base_body"
    "class" => "__TwigTemplate_0e97df9c569f6cef0fa8f62a8786b5c4"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/16/16bb0f26bf530b8e95cba31933d3518c.php"
    "line" => 96
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0e97df9c569f6cef0fa8f62a8786b5c4"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/c4/c4b0ddaf00b35f346e608ce8995a0091.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e08c25bcbc46e46960efeb0436d7481f"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/1c/1c49186c73ac3d5bd66ed039fe9cdc8d.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3aee5bfa9c221778d1c753c4b37e8772"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/72/72690cde7ea479d54d4c882ed51e413b.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_976a23021b14b51f48d23cec849d416e"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/3f/3fc2ddcc46f1eff79a59c2681b2cbf57.php"
    "line" => 56
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_19cb6aef5aa1d39f766c6891f266a55e"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/var/cache/dev_h26d7612e3c34f05c3b5e7e9477b8a198/twig/71/718cca1a3960a1c2218fe382477693fe.php"
    "line" => 66
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 393
    "function" => "doDisplay"
    "class" => "__TwigTemplate_f7b56b81a5c6bd52c0e2160f3da523c0"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Template.php"
    "line" => 377
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 35
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 291
    "function" => "renderView"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 92
    "function" => "render"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Storefront\Controller\{closure}"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 92
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/AuthController.php"
    "line" => 80
    "function" => "renderStorefront"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "loginPage"
    "class" => "Shopware\Storefront\Controller\AuthController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 69
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 119
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 184
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/storefront/Controller/RegisterController.php"
    "line" => 181
    "function" => "forwardToRoute"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "register"
    "class" => "Shopware\Storefront\Controller\RegisterController"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 262
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 276
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 202
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/shopware/core/Kernel.php"
    "line" => 148
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wasserbetten-haase/public_html/public/index.php"
    "line" => 11
    "args" => [
      "/home/wasserbetten-haase/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def00000caa7f3fe25b3d7f61c496c46bc9865b2c0c5a0942d7988be509806a0c0c087c1e431a967e5cdb450cb49a8a409390804a755b3e15e7505a205c4855e5da5443d"
APP_URL
"https://wasserbetten-haase.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/html/shopware/var/cache/composer"
DATABASE_URL
"mysql://shopware:LYeAIIhl6Kg1gsN88@localhost:3306/shopwaredb"
INSTANCE_ID
"VD31RLn6oqV1Loj6yzrYtjPatdyZtAfg"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"86400"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1104"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/home/wasserbetten-haase/public_html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"close"
HTTP_CONTENT_TYPE
"application/json"
HTTP_COOKIE
"session-=l1v99jmddq28rncldhqopiegjd"
HTTP_FORWARDED
"for="177.155.252.6";host="wasserbetten-haase.de";proto=https"
HTTP_HOST
"wasserbetten-haase.de"
HTTP_TRANSFER_ENCODING
"chunked"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"177.155.252.6"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"40273"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1735374982
REQUEST_TIME_FLOAT
1735374982.7319
REQUEST_URI
"/account/register"
SCRIPT_FILENAME
"/home/wasserbetten-haase/public_html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"88.99.184.37"
SERVER_NAME
"wasserbetten-haase.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_PATH
"/home/wasserbetten-haase/public_html/.env"
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,LOCK_DSN,COMPOSER_HOME,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
USER
"www-data"

Parent Request

Return to parent request (token = 15f21b)

Key Value
_captcha
true
_controller
"Shopware\Storefront\Controller\RegisterController::register"
_cspNonce
"OUaQ50kk0B0="
_is_sales_channel
true
_locale
"de-DE"
_route
"frontend.account.register.save"
_routeScope
[
  "storefront"
]
_route_params
[]
_stopwatch_token
"7bb4a1"
resolved-uri
"/account/register"
sw-context
Shopware\Core\Framework\Context {#1746
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1751 …}
  #ruleIds: [
    "0dcf10fc35554e5bbb1e94202e4c4c7f"
    "2da129653dc0459ab2f1605239bffd70"
    "3858957016644de4ae48c0500bf3ccc8"
    "6c63019d3a204207b947d5a6c7df2da7"
    "d1aa52a321c347c99f3b5adbe7499796"
    "e1378db7808a478f919e0d740d5d6c1a"
    "f86680d3759349a6b0a0fc21ff1529bd"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4052 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"891e976c77d941dbaffb8eca5223f572"
sw-maintenance
false
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/account/register"
sw-sales-channel-absolute-base-url
"https://wasserbetten-haase.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1740
  #extensions: []
  #token: "0ZakPm5uuo4ThMKOHr7ldVhtVFlnNf3I"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1745 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#4251 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#3161 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3507 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3673 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3709 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3667 …}
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#1746
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1751 …}
    #ruleIds: [
      "0dcf10fc35554e5bbb1e94202e4c4c7f"
      "2da129653dc0459ab2f1605239bffd70"
      "3858957016644de4ae48c0500bf3ccc8"
      "6c63019d3a204207b947d5a6c7df2da7"
      "d1aa52a321c347c99f3b5adbe7499796"
      "e1378db7808a478f919e0d740d5d6c1a"
      "f86680d3759349a6b0a0fc21ff1529bd"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4052 …}
    #states: []
  }
  -domainId: "891e976c77d941dbaffb8eca5223f572"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4052 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3175 …}
  #areaRuleIds: [
    "shipping" => [
      "0dcf10fc35554e5bbb1e94202e4c4c7f"
      "2da129653dc0459ab2f1605239bffd70"
    ]
    "payment" => [
      "2da129653dc0459ab2f1605239bffd70"
    ]
    "flow" => [
      "d1aa52a321c347c99f3b5adbe7499796"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"e5257b2509b44bc6b5a6616caca5b596"
sw-snippet-set-id
"31a497a125644cb4adebb9da2f8ae735"
sw-storefront-url
"https://wasserbetten-haase.de"
theme-base-name
null
theme-id
"e129b0e50b9444f6b6f36495d0378ef6"
theme-name
"RHWebFurnitureone"