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

Language redirect problem in backend 1.14.1 #171

Closed
farva7er opened this issue Aug 16, 2023 · 2 comments
Closed

Language redirect problem in backend 1.14.1 #171

farva7er opened this issue Aug 16, 2023 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@farva7er
Copy link

farva7er commented Aug 16, 2023

I'm experiencing a problem with language redirects very similar to #166.
I'm using latest docker images and compose file from here: https://hub.docker.com/r/seatsurfing/backend

Specifically, if I try to click on Administration button on /ui page, then it redirects to https://seatsurfing.mydomain.test/admin/dashboard/ which returns an error:

Get "https://seatsurfing.mydomain.test/admin/en/dashboard": tls: failed to verify certificate: x509: certificate signed by unknown authority

If I manually add "en" to the path like that: https://seatsurfing.mydomain.test/admin/en/dashboard/ then it works fine.

@virtualzone virtualzone added the bug Something isn't working label Oct 28, 2023
@virtualzone virtualzone added this to the 1.14.5 milestone Nov 15, 2023
@virtualzone
Copy link
Collaborator

Hi @farva7er , unfortunately, the docker-compose.yml example at Docker Hub was outdated :-( I've just updated it.
Could you please try again with adding the new environment variable FRONTEND_URL at both the booking-ui and the admin-ui containers?

@farva7er
Copy link
Author

Hi, this problem doesn't seem to reproduce anymore using the latest images and docker-compose.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants