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: https://testing.ledlenser.com, https://testing.ledlenser.com/alt, https://testing.ledlenser.com/amazon, https://testing.ledlenser.com/b2b, https://testing.ledlenser.com/da-dk, https://testing.ledlenser.com/de-at, https://testing.ledlenser.com/de-ch, https://testing.ledlenser.com/de-de, https://testing.ledlenser.com/de-lu, https://testing.ledlenser.com/en, https://testing.ledlenser.com/en-uk, https://testing.ledlenser.com/fi-fi, https://testing.ledlenser.com/fr-be, https://testing.ledlenser.com/fr-ch, https://testing.ledlenser.com/fr-fr, https://testing.ledlenser.com/fr-lu, https://testing.ledlenser.com/it-ch, https://testing.ledlenser.com/it-it, https://testing.ledlenser.com/japan, https://testing.ledlenser.com/nl-be, https://testing.ledlenser.com/nl-nl, https://testing.ledlenser.com/pl-pl, https://testing.ledlenser.com/test,
https://testing-api.ledlenser.comSymptoms: 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://testing-api.ledlenser.com/. If not, the proxy configuration could be wrong.
Shopware got following headers from IP 172.70.50.90:
{
"Host": "testing-api.ledlenser.com",
"X-Forwarded-Host": null,
"X-Forwarded-Proto": null,
"X-Forwarded-For": "172.70.50.90"
}
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: '172.70.50.90'
# 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