-
Notifications
You must be signed in to change notification settings - Fork 1
Login Page Throws 500 Internal Server Error #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When a user tries to log in with valid credentials, the application throws a 500 Internal Server Error. This issue occurs intermittently and prevents users from accessing their accounts.
Steps to Reproduce:
Navigate to the login page (/login).
Enter valid credentials and click Submit.
Observe the 500 Internal Server Error in the browser.
Expected Behavior:
The user should be redirected to the dashboard upon successful login.
Actual Behavior:
The server returns a 500 Internal Server Error.
Logs show a NullPointerException in AuthService.java line 42.
Possible Causes:
User session object not initialized properly.
Null check missing for credentials.
Database connection issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working