You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure of fix the following behavior
What I did :
Cloned the repo
Ran the make init command
Tried to access homepage from a custom DNS (http://localdev.mbp.fr) and here's the issue. The page is infinite looping on a request, nothing is clickable and the browser finally crash.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: