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

Search only works on localhost #368

Open
SirMartin opened this issue Jul 2, 2024 · 1 comment
Open

Search only works on localhost #368

SirMartin opened this issue Jul 2, 2024 · 1 comment

Comments

@SirMartin
Copy link
Contributor

Hi,

For a long time, the search didn't work for me when I used Maloja via domain (managed with Nginx). I checked today and if I use the local IP address it works just fine. But when I try to search for something from the same browser but accessing to the via the domain, it cancels all the search on the redirect.

I put two screenshots comparing the localhost and the one using a domain.

Via domain
image

Localhost
image

I tried manually opening the API call before the redirect and it works fine with the domain.

Any ideas? Is anyone with a similar setup working? It was a time that worked fine.

@SirMartin
Copy link
Contributor Author

Ok, I continue investigating, and the issue is with https, I see that somewhere internally while it is doing the redirection, it does not respect the protocol, and asks just http instead of https and the browser block it.

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