-
-
Notifications
You must be signed in to change notification settings - Fork 292
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, no reverse proxy or other additions. #1948
Comments
anything else in logs after that? what about actual nginx logs? |
In actuality, doesn't seem like this was caused by my VPN connection after all. My access.log file for nginx just seems log everything as sucessful, like the notification that appears:
There was nothing else in Organizr's logs section on the web client. The error.log and status_errors.log files are completely blank. I don't have a reverse proxy or anything fancy like that set up at all. Just a docker container in a composefile. |
gotcha so you are accessing via ip:port? can you check the permissions on the folder where the DB is stored? then check permissions on db and org logs files |
Yup, direct IP to my server on the same network as my PC. No port needed, as I left the container using port 80. Checking through the folders, they're all owned by me, with R/W permissions. |
can you chmod 777 the db just to test?Sent from my iPhoneOn Oct 8, 2023, at 12:39 PM, Jackson ***@***.***> wrote:
Yup, direct IP to my server on the same network as my PC. No port needed, as I left the container using port 80.
Checking through the folders, they're all owned by me, with R/W permissions.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
777'd the folder, no change. I spun up a new container and that appears to work fine. |
copy the db over with the data/config/config.php |
Still causes the same issue. Thank you for your help regardless. |
there was nothing inside the error log in the nginx folder in the container? |
Nope, was the same as before. The error log files were entirely blank. I did check the older versions as well, and there was one random irrelevant error from weeks ago when things were still working which proved the logging was working, but nothing since then. |
Organizr Version: V 2.1.2430
Branch: Master
WebServer: Nginx (Docker)
Operating System: Debian (Docker)
Problem Description:
I have a Raspberry pi bridging my LAN over a Zerotier VPN. It works for every site, except Organizr, which enters a Login loop. I can access the homepage on another device over the VPN, but entering my credentials just refreshes the login page. A success message appears at the bottom of the page, and in the Logs all my attempts are listed as: Authentication: User has logged in, with the IP address of my Pi listed.
I can access and login to each of my individual services, it's just Organizr that exhibits this login loop issue.
Reproduction Steps:
Access Organizr site over a VPN bridged device.
Enter login credentials.
Page will refresh, with notification of success, but nothing else.
The text was updated successfully, but these errors were encountered: