-
Notifications
You must be signed in to change notification settings - Fork 23
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
unable to login after first account creation #122
Comments
is it over https? |
Same issue here. Setup the admin account appears to work (no confirmation) but attempting to login with http only just cycles the login page (no error dispalyed). I also have ALLOW_UNAUTHENTICATED set to true, but see no way of bypassing the (apparent) failed login. |
Is HTTP_ALLOWED=true? |
Yes |
Could you send your docker compose file? |
I don't use compose, so I styled the Unraid template based on the compose example. Here's a docker run export:
|
It should be "true" and "false" without any capital letters. |
could you test the :latest image to see if it works now? |
Doesn't appear that 0.4.1 is released quite yet, but I did correct my template to lowercase-only (I feel dumb now) and it works as intended, cheers! |
Oh sorry I meant the dev image :main. Great that it works! |
docker compose
i create an account on first login however the screen refreshes to allow me to login with my new account and when i enter my details im not logged in.
no errors from the container.
i can bypass the login by settings
ALLOW_UNAUTHENTICATED=false
totrue
The text was updated successfully, but these errors were encountered: