Dear Visitor, you accessed Shopware 6 with an unknown Domain. This page provides guidance on common misconfigurations and how to resolve them.
Following URLs are known to Shopware: default.headless0, https://dev.manahee-design.at, https://dev.manahee-design.be, https://dev.manahee-design.be/fr, https://dev.manahee-design.cz, https://dev.manahee-design.cz/en, https://dev.manahee-design.de, https://dev.manahee-design.es, https://dev.manahee-design.fr, https://dev.manahee-design.ie, https://dev.manahee-design.it, https://dev.manahee-design.lu, https://dev.manahee-design.lu/de, https://dev.manahee-design.lu/en, https://dev.manahee-design.nl, https://dev.manahee-design.pl, https://dev.manahee-design.pl/en, https://dev.manahee-design.pt, https://dev.manahee-design.sk, https://dev.manahee-design.sk/en,
https://www.manahee-design.sk
Symptoms: Cannot resolve a Sales Channel, Assets are loading with http instead of https.
Make sure the visible URL is the actual URL in your browser: https://www.manahee-design.sk/en/seating/bar-stools-and-chairs/bully-mini-mustard-velvet-mid-height-snack-stool-with-black-metal-legs/MD000801
. If not, the proxy configuration could be wrong.
Shopware got following headers from IP 217.154.64.123
:
{
"Host": "www.manahee-design.sk",
"X-Forwarded-Host": null,
"X-Forwarded-Proto": null,
"X-Forwarded-For": "217.154.64.123"
}
The trusted_proxy configuration could look like this:
# config/packages/framework.yaml
framework:
# You can use multiple with comma separated values or subnet notation (10.0.0.0/8)
trusted_proxies: '217.154.64.123'
# trust *all* "X-Forwarded-*" headers
trusted_headers: [ 'x-forwarded-for', ]
For further information about Trusted Proxies and configuration and handling of load balancer, checkout the Symfony documentation