Skip to content

🐛Can't login after registration... #472

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

Open
cbwilliamsnh opened this issue Mar 31, 2025 · 5 comments
Open

🐛Can't login after registration... #472

cbwilliamsnh opened this issue Mar 31, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@cbwilliamsnh
Copy link

I have a new installation running locally in Docker on my MacBook. I'm able to start the containers, and access the registration page. I'm also able to register a new account. When I try to use that account to login, I get a 401 error.

Logs

2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "POST /api/auth/login HTTP/1.1" 200 870 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | ::1 -  31/Mar/2025:14:21:56 +0000 "POST /index.php/auth/login" 200
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /welcome HTTP/1.1" 200 3067 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /logo-text-only-white-text.png HTTP/1.1" 200 16545 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-CnfNKJnK.css HTTP/1.1" 200 33238 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-BR3bUei1.js HTTP/1.1" 200 383024 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-BnN5mZlA.css HTTP/1.1" 200 305 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-D8ecOn3G.css HTTP/1.1" 200 89 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-CRRdRxpX.css HTTP/1.1" 200 148 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-BCj6QrzU.css HTTP/1.1" 200 350 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index--8UDBhmz.css HTTP/1.1" 200 160 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /api/users/me HTTP/1.1" 401 41 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /api/accounts HTTP/1.1" 401 41 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 127.0.0.1 -  31/Mar/2025:14:21:56 +0000 "GET /index.php/users/me" 401
2025-03-31 10:21:56 all-in-one  | ::1 -  31/Mar/2025:14:21:56 +0000 "GET /index.php/accounts" 401
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /api/organizers HTTP/1.1" 401 41 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 127.0.0.1 -  31/Mar/2025:14:21:56 +0000 "GET /index.php/organizers" 401
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /auth/login HTTP/1.1" 200 3757 "http://localhost:8123/welcome" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-EQBRe7_o.css HTTP/1.1" 200 448 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-DSGcEf6g.js HTTP/1.1" 200 1110 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /logo-dark.svg HTTP/1.1" 200 7517 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-EQBRe7_o.css HTTP/1.1" 200 448 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /assets/index-BDY7KP6C.css HTTP/1.1" 200 1089 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /login-background.jpg HTTP/1.1" 200 218868 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | 192.168.65.1 - - [31/Mar/2025:14:21:56 +0000] "GET /api/users/me HTTP/1.1" 401 41 "http://localhost:8123/auth/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15"
2025-03-31 10:21:56 all-in-one  | ::1 -  31/Mar/2025:14:21:56 +0000 "GET /index.php/users/me" 401

@cbwilliamsnh cbwilliamsnh added the bug Something isn't working label Mar 31, 2025
@JvictorMarques
Copy link

I'm also getting the same error too

@djet84
Copy link

djet84 commented Apr 8, 2025

I also get stuck at this point

@iotemylabs
Copy link

I am also getting the same error

@daveearley
Copy link
Contributor

Can you please provide more information. Such as, are you all using localhost? What version are you using? Are there any console errors in the browser? What Docker image are you using?

Thank you

@djet84
Copy link

djet84 commented Apr 21, 2025

I use docker all-in-one and had to set the server_api Port to 8000 instead 80, after that everything was OK.

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

No branches or pull requests

5 participants