Describe the Bug
Authentication is not working on the web login page. I am unable to log in using custom credentials or random username and password combinations. The page always shows "Authentication failed".
To Reproduce
-
Run the server using
occ start
-
Open the web UI at
http://127.0.0.1:3000/auth/login
-
Enter any username and password
-
Click Sign In
-
Observe the error message
Expected Behavior
I expected to be able to log in using valid credentials
Actual Behavior
The login page always returns "Authentication failed" regardless of the credentials entered.
Container logs show authentication attempts but no successful login:
Environment
OS: macOS
Installation method: npm global install
Node version: v22.15.0
Browser: Chrome
Describe the Bug
Authentication is not working on the web login page. I am unable to log in using custom credentials or random username and password combinations. The page always shows "Authentication failed".
To Reproduce
Run the server using
occ startOpen the web UI at
http://127.0.0.1:3000/auth/login
Enter any username and password
Click Sign In
Observe the error message
Expected Behavior
I expected to be able to log in using valid credentials
Actual Behavior
The login page always returns "Authentication failed" regardless of the credentials entered.
Container logs show authentication attempts but no successful login:
Environment
OS: macOS
Installation method: npm global install
Node version: v22.15.0
Browser: Chrome