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

unable to login after first account creation #122

Closed
tomshomelab opened this issue Aug 28, 2024 · 10 comments · Fixed by #130
Closed

unable to login after first account creation #122

tomshomelab opened this issue Aug 28, 2024 · 10 comments · Fixed by #130
Labels
bug Something isn't working

Comments

@tomshomelab
Copy link

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 to true

@C4illin
Copy link
Owner

C4illin commented Aug 29, 2024

is it over https?

@PhuriousGeorge
Copy link

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.

@C4illin
Copy link
Owner

C4illin commented Sep 8, 2024

Is HTTP_ALLOWED=true?

@PhuriousGeorge
Copy link

Yes

@C4illin
Copy link
Owner

C4illin commented Sep 8, 2024

Could you send your docker compose file?

@C4illin C4illin added the bug Something isn't working label Sep 9, 2024
@PhuriousGeorge
Copy link

I don't use compose, so I styled the Unraid template based on the compose example. Here's a docker run export:

/usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='ConvertX' --net='bridge' --pids-limit 2048 -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="PGHYDRA" -e HOST_CONTAINERNAME="ConvertX" -e 'ACCOUNT_REGISTRATION'='False' -e 'HTTP_ALLOWED'='True' -e 'ALLOW_UNAUTHENTICATED'='True' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]' -p '3020:3000/tcp' -v '/mnt/user/appdata/convertx':'/app/data':'rw' 'ghcr.io/c4illin/convertx'

@C4illin
Copy link
Owner

C4illin commented Sep 12, 2024

It should be "true" and "false" without any capital letters.

@C4illin
Copy link
Owner

C4illin commented Sep 12, 2024

could you test the :latest image to see if it works now?

@PhuriousGeorge
Copy link

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!

@C4illin
Copy link
Owner

C4illin commented Sep 13, 2024

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!

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

Successfully merging a pull request may close this issue.

3 participants