-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
login not working #782
Comments
Well you should get an error when you enter a wrong password. Enter the same password you entered during the signup. |
I mentioned that I get an error when entering a wrong password to indicate that the user was created successfully. However, when I enter the correct password, I am redirected to the login screen again, and nothing happens. |
@FusselTV Do you get an error that your credentials are wrong? Are there any other environment variables set? |
2025-01-09_14-10-17.mp4 |
Ah, I think I know why. I guess that the |
I only use the compose file shown in the video, and the bind mount points to an empty folder without a .env file in it. After running the compose file, a data.sqlite file is created, but I cannot find any other location containing a JWT_SECRET. Can you reproduce this behavior using the Docker Hub image? |
After creating the admin user and trying to login i only get "Welcome. Redirecting to homepage..." and get redirected to the login page. The user is created and i also get an error when entering a wrong password...
The text was updated successfully, but these errors were encountered: