-
Notifications
You must be signed in to change notification settings - Fork 12
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
ENABLE_REGISTRATION doesn't seem to work, and sign in only works when behind reverse proxy #3
Comments
same here |
I made a silly mistake, the env var to turn on registration is actually called And some browsers won't send "Secure" cookie when the website is served locally. Most browsers tend to work with "localhost" (instead of 127.0.0.1 or 0.0.0.0). Sorry for the inconvenience @loof2736 @rubenixnagios |
Same.
So I guess we shall :
I'll go with option 1 for now. |
@tiritibambix Which browser are you using? Have you tried access http://localhost:8000 ? |
Hey, thanks for answering. I'm using a chromium based browser called Vivaldi. I did try |
@tiritibambix In case you have Firefox installed, could you try open http://localhost:8000 with Firefox? Anyway, I'll add a flag to opt out of secure cookie for people who want to try out locally. |
@haishanh I tried with 3 different browsers: Vivaldi, Brave and Firefox. None of them worked. I just need cherry to work on my local network though, as I use a VPN tunnel when I'm not home. |
USE_INSECURE_COOKIE is working. Thank you |
I set ENABLE_REGISTRATION=1, but on the sign in page there is no register button. I created a user with the internal admin API, but when I press the log in button nothing happens. When I put it behind a reverse proxy sign in works fine (Register option still does not show though)
The text was updated successfully, but these errors were encountered: