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://csa2.ddev.site/beka-club-shop, https://csa2.ddev.site/commander-group-clothes, https://csa2.ddev.site/fv-08-rottweil, https://csa2.ddev.site/fv-08-rottweil-2, https://csa2.ddev.site/mr-2, https://csa2.ddev.site/mr-shop, https://csa2.ddev.site/musterverein, https://csa2.ddev.site/ouadhiaoos, https://csa2.ddev.site/rb-hvbrand, https://csa2.ddev.site/rubik-s-wuerfel, https://csa2.ddev.site/sv-musterstadt, https://csa2.ddev.site/test-lada1, https://csa2.ddev.site/test1407, https://csa2.ddev.site/test1607, https://csa2.ddev.site/test1706, https://csa2.ddev.site/test2007, https://csa2.ddev.site/tobaias, https://csa2.ddev.site/tsv-gomaringen-195!, https://csa2.ddev.site/tsv-musterdorf, https://csa2.ddev.site/tv-mayer, https://csa2.ddev.site/uno, https://csa2.ddev.site/uno-the-third, https://csa2.ddev.site/uno2, https://test-sw.uhlsport-csa3-dev.gbc.systems/beka-club-shop, https://test-sw.uhlsport-csa3-dev.gbc.systems/commander-group-clothes, https://test-sw.uhlsport-csa3-dev.gbc.systems/fv-08-rottweil, https://test-sw.uhlsport-csa3-dev.gbc.systems/fv-08-rottweil-2, https://test-sw.uhlsport-csa3-dev.gbc.systems/mr-2, https://test-sw.uhlsport-csa3-dev.gbc.systems/mr-shop, https://test-sw.uhlsport-csa3-dev.gbc.systems/musterverein, https://test-sw.uhlsport-csa3-dev.gbc.systems/ouadhiaoos, https://test-sw.uhlsport-csa3-dev.gbc.systems/rb-hvbrand, https://test-sw.uhlsport-csa3-dev.gbc.systems/rubik-s-wuerfel, https://test-sw.uhlsport-csa3-dev.gbc.systems/sv-musterstadt, https://test-sw.uhlsport-csa3-dev.gbc.systems/test-lada1, https://test-sw.uhlsport-csa3-dev.gbc.systems/test1407, https://test-sw.uhlsport-csa3-dev.gbc.systems/test1607, https://test-sw.uhlsport-csa3-dev.gbc.systems/test1706, https://test-sw.uhlsport-csa3-dev.gbc.systems/test2007, https://test-sw.uhlsport-csa3-dev.gbc.systems/tobaias, https://test-sw.uhlsport-csa3-dev.gbc.systems/tsv-gomaringen-195!, https://test-sw.uhlsport-csa3-dev.gbc.systems/tsv-musterdorf, https://test-sw.uhlsport-csa3-dev.gbc.systems/tv-mayer, https://test-sw.uhlsport-csa3-dev.gbc.systems/uno, https://test-sw.uhlsport-csa3-dev.gbc.systems/uno-the-third, https://test-sw.uhlsport-csa3-dev.gbc.systems/uno2,
https://test-sw.uhlsport-csa3-dev.gbc.systemsSymptoms: 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://test-sw.uhlsport-csa3-dev.gbc.systems/. If not, the proxy configuration could be wrong.
Shopware got following headers from IP 216.73.216.10:
{
"Host": "test-sw.uhlsport-csa3-dev.gbc.systems",
"X-Forwarded-Host": null,
"X-Forwarded-Proto": null,
"X-Forwarded-For": "216.73.216.10"
}
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: '216.73.216.10'
# 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