-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cannot create admin account (/ redirects to /login) #134
Comments
Try clearing your cookies for the site? That issue sounds familiar but I haven't experienced it in a year or two. |
Tried on 4 different devices with at least 2 browsers on each device. So I think cookies or any client side issues have been eliminated. I also tried opening a console on the container, but your docker image doesn't have bash so it's slow going. I'm not familiar with what you used to put this together so any help would be appreciated. |
I've now also tried portable browsers (K-Melon & Libre Wolf) in a different local account profile with no settings or plugins changed and get the same results. Attached is a copy of my compose and env files, but I don't think anything is wrong there. I just need to stop the redirect. |
Same issue here : |
So it's reproducible by trying to set the instance up with no volumes mounted on the latest docker image? |
yes, |
Ok, obviously it's all about But it would make sense to set this value after admin password creation. I would recommend to set it afterward with the help of this stackoverflow redis answer Although I think it is updated after first login. |
I commented the env file out in the docker compose yml and it worked. I added it back with only |
OK, something is just not right here. I'm back to my original setup and it's working so there must be something outside the container or removing the container in portainer didn't wipe everything for some reason. I did find out if I chown the data folder to the My env file for reference:
My docker-compose.yml for reference:
|
Do you have a way to make it reliably fail? Something is definitely wrong and I'd like to fix whatever caused that or at least make the app tell you what's wrong if it's a permissions issue or something. |
If by any chance you are using Unraid, there’d is an issue with the App Store temples. Edit the template, enable advanced view, look for the WebUI: line and add /login to the end. Also, after creating the initial admin account, look for “Login Failure Redirect:“ and change that to /login as well. |
Nope, regular Docker on debian. Still need to test a clean setup on my other box. I'll try to get to it this week. |
I setup this docker on an RPi 4 with the default env file and it started fine. Browsed to the
IP:port
and it redirects toIP:port/login
. There is no way to create an admin account per your instructions. Tried using guest and the password I set in the env file but that doesn't work either. Any ideas?The text was updated successfully, but these errors were encountered: