Sylius / Sylius-Standard

Open Source eCommerce Application on top of Symfony
https://sylius.com
MIT License
241 stars 319 forks source link

Infinite request when accessing from custom DNS #995

Open Oskmoz opened 2 months ago

Oskmoz commented 2 months ago

Hello,

Is there a way to configure of fix the following behavior

What I did :

I already tried to change the hostname in sylius_channel table, changed the .env and the compose files for DATABASE_URL, which works fine. Actually planning to deploy Sylius on a cloud VM which will be accessed from a custom DNS, what am I missing in configuration to make it work ?

Update: I was able to make it work only using https, overriding nginx to listen 443 and passing my certs to the container. The issue is still there with HTTP

image