www.benordic.sauna24.de Open in urlscan Pro
85.13.144.203  Public Scan

Submitted URL: http://www.benordic.sauna24.de/
Effective URL: https://www.benordic.sauna24.de/
Submission: On December 30 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

SYMFONY EXCEPTION

Symfony Docs


SALESCHANNELMAPPINGEXCEPTION


HTTP 500 INTERNAL SERVER ERROR


UNABLE TO FIND A MATCHING SALES CHANNEL FOR THE REQUEST:
HTTPS://WWW.BENORDIC.SAUNA24.DE/". PLEASE MAKE SURE THE DOMAIN MAPPING IS
CORRECT.


 * Exception
 * Stack Trace


EXCEPTION


SHOPWARE\STOREFRONT\FRAMEWORK\ROUTING\EXCEPTION\ SALESCHANNELMAPPINGEXCEPTION

in
/www/htdocs/w01abea7/be-nordic.de/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php
(line 144)
 139. 
 140.         $salesChannel = $this->findSalesChannel($request);
 141.         if ($salesChannel === null) {
 142.             // this class and therefore the "isSalesChannelRequired" method is currently not extendable
 143.             // which can cause problems when adding custom paths
 144.             throw new SalesChannelMappingException($request->getUri());
 145.         }
 146. 
 147.         $absoluteBaseUrl = $this->getSchemeAndHttpHost($request) . $request->getBaseUrl();
 148.         $baseUrl = str_replace($absoluteBaseUrl, '', $salesChannel['url']);
 149. 

in /www/htdocs/w01abea7/be-nordic.de/vendor/shopware/core/HttpKernel.php ->
transform (line 129)
 124.         $container = $kernel->getContainer();
 125. 
 126.         // transform request to resolve seo urls and detect sales channel
 127.         $transformed = $container
 128.             ->get(RequestTransformerInterface::class)
 129.             ->transform($request);
 130. 
 131.         $redirect = $container
 132.             ->get(CanonicalRedirectService::class)
 133.             ->getRedirect($transformed);
 134. 

in /www/htdocs/w01abea7/be-nordic.de/vendor/shopware/core/HttpKernel.php ->
doHandle (line 75)
 70.         if (!\is_bool($catch)) {
 71.             Feature::triggerDeprecationOrThrow('v6.5.0.0', 'The third parameter `$catch` of `HttpKernel->handle()` will be typed to `bool`');
 72.         }
 73. 
 74.         try {
 75.             return $this->doHandle($request, (int) $type, (bool) $catch);
 76.         } catch (DBALException $e) {
 77.             $connectionParams = self::getConnection()->getParams();
 78. 
 79.             $message = str_replace([$connectionParams['url'] ?? null, $connectionParams['password'] ?? null, $connectionParams['user'] ?? null], '******', $e->getMessage());
 80. 

HttpKernel->handle(object(Request)) in
/www/htdocs/w01abea7/be-nordic.de/public/index.php (line 85)
 80.     }
 81. } else {
 82.     $kernel = new InstallerKernel($appEnv, $debug);
 83. }
 84. 
 85. $result = $kernel->handle($request);
 86. 
 87. if ($result instanceof Response) {
 88.     $result->send();
 89.     $kernel->terminate($request, $result);
 90. } else {


STACK TRACE

SalesChannelMappingException

Shopware\Storefront\Framework\Routing\Exception\SalesChannelMappingException:
Unable to find a matching sales channel for the request: https://www.benordic.sauna24.de/". Please make sure the domain mapping is correct.

  at /www/htdocs/w01abea7/be-nordic.de/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php:144
  at Shopware\Storefront\Framework\Routing\RequestTransformer->transform(object(Request))
     (/www/htdocs/w01abea7/be-nordic.de/vendor/shopware/core/HttpKernel.php:129)
  at Shopware\Core\HttpKernel->doHandle(object(Request), 1, true)
     (/www/htdocs/w01abea7/be-nordic.de/vendor/shopware/core/HttpKernel.php:75)
  at Shopware\Core\HttpKernel->handle(object(Request))
     (/www/htdocs/w01abea7/be-nordic.de/public/index.php:85)