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://staging.b2b.effol-effax-usa.com, https://staging.b2b.eimermacher.de, https://staging.b2b.eimermacher.de/de/de, https://staging.b2b.eimermacher.de/de/en, https://staging.b2b.holmenkol.com, https://staging.b2b.holmenkol.com/de/de, https://staging.b2b.holmenkol.com/de/en, https://staging.b2b.pharmakas-usa.com, https://staging.b2b.pharmakas.de, https://staging.b2b.pharmakas.de/de/de, https://staging.b2b.pharmakas.de/de/en, https://staging.b2b.roewo.com, https://staging.b2b.roewo.com/de/de, https://staging.b2b.roewo.com/de/en, https://staging.b2b.schweizer-effax.de, https://staging.b2b.schweizer-effax.de/de/de, https://staging.b2b.schweizer-effax.de/de/en, https://staging.prod.www.e-analytics.de, https://staging.prod.www.milchtest.de, https://staging.www.dermature.de, https://staging.www.dermature.de/de/de, https://staging.www.dermature.de/de/en, https://staging.www.e-analytics.de, https://staging.www.effol.com, https://staging.www.effol.com/de/de, https://staging.www.effol.com/de/en, https://staging.www.effol.com/it/de, https://staging.www.eimermacher.at, https://staging.www.eimermacher.at/de/de, https://staging.www.eimue.de, https://staging.www.eimue.de/de/de, https://staging.www.eimue.de/de/en, https://staging.www.ensbona.de, https://staging.www.enzborn.de, https://staging.www.enzborn.de/de/de, https://staging.www.enzborn.de/de/en, https://staging.www.hey-sport.de, https://staging.www.hey-sport.de/de/de, https://staging.www.hey-sport.de/de/en, https://staging.www.holmenkol.com, https://staging.www.holmenkol.com/de/de, https://staging.www.holmenkol.com/de/en, https://staging.www.milchtest.de, https://staging.www.pferdesalbe.de, https://staging.www.pferdesalbe.de/de/de, https://staging.www.pferdesalbe.de/de/en, https://staging.www.pharmakas.com/en, https://staging.www.pharmakas.de, https://staging.www.pharmakas.de/de/de, https://staging.www.pharmakas.de/de/en, https://staging.www.roewo.com, https://staging.www.roewo.com/de/de, https://staging.www.roewo.com/de/en, https://staging.www.schweizer-nova.ch, https://staging.www.schweizer-nova.ch/de/de, https://staging.www.schweizer-nova.ch/de/en, https://staging.www.sport-lavit.de, https://staging.www.sport-lavit.de/de/de, https://staging.www.sport-lavit.de/de/en,
https://staging.b2b.schweizer-nova.chSymptoms: 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://staging.b2b.schweizer-nova.ch/. If not, the proxy configuration could be wrong.
Shopware got following headers from IP 18.97.9.169:
{
"Host": "staging.b2b.schweizer-nova.ch",
"X-Forwarded-Host": null,
"X-Forwarded-Proto": "https",
"X-Forwarded-For": "18.97.9.169, 172.31.18.253"
}
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: '18.97.9.169'
# trust *all* "X-Forwarded-*" headers
trusted_headers: [ 'x-forwarded-proto', 'x-forwarded-for', ]
For further information about Trusted Proxies and configuration and handling of load balancer, checkout the Symfony documentation