Skip to content

Lack of Error Handling for Backend Unavailability #927

Description

@sonuengineer

Issue: Lack of Error Handling for Backend Unavailability

Description

When attempting to log in or sign up on the frontend without the backend server running, there is no clear indication of the issue. Instead of displaying an error message, a spinner continues indefinitely, giving the impression that the process is ongoing.

Expected Behavior

After hitting the submit button for login or signup when the backend server is not running, users should receive a meaningful error message indicating the unavailability of the backend.

Steps to Reproduce

  1. Start the frontend application.
  2. Ensure that the backend server is not running.
  3. Attempt to log in or sign up.
  4. Observe the behavior – a spinner continues without providing any error feedback.

Actual Behavior

The frontend application continues to show a spinner, giving no indication of the backend unavailability.

Screenshots

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions