Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite request when accessing from custom DNS #995

Open
Oskmoz opened this issue May 22, 2024 · 0 comments
Open

Infinite request when accessing from custom DNS #995

Oskmoz opened this issue May 22, 2024 · 0 comments

Comments

@Oskmoz
Copy link

Oskmoz commented May 22, 2024

Hello,

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.
  • However everything works fine using http://localhost

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant