-
Notifications
You must be signed in to change notification settings - Fork 54
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 loop #351
Comments
Just inspected the address, the login page is appearing at host:port/?import, which seems strange. I'm assuming there's something redirecting the import page to the main index page, but I'm lost beyond that. I did already have to comment out the XSRF block to get the page to load at all, if that's affecting anything. |
After installation, the first redirect to login page is the default behavior. Did you try to enter your login and password on that login page ? |
Yes I assumed that the first time was just the setup, but it will loop on the second login page no matter how many times I try the credentials. I don't know what shaarli is so no, I'm not using it
|
https://github.com/sebsauvage/shaarli is a bookmark management and I use the same approach that's why I was wondering if you had the same behaviour with it. instead of: Don't know if it's the same problem. |
I'll let you know, the server crashed. I'll try again once it's reinstalled. |
I had the same issue; I cleared the cookies in the navigator and it solved the issue. |
I'm running on a raspberry pi with nginx (using arkos.io), and while i can get the initial login page, the next page after I hit continue just returns me to the login screen. /data is created, and no errors that I can see. I can delete config.php in /data, and get the initial login again but it still loops on the login page.
The text was updated successfully, but these errors were encountered: