Skip to content

Login Page Throws 500 Internal Server Error #2

@Sourav-Sarkar-ecanarys

Description

@Sourav-Sarkar-ecanarys

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions