Skip to content

Core Authentication Broken - Sign Up POST Request Missing #1302

@avdhut400

Description

@avdhut400

Important Points to Note

  • I agree to adhere to the project's Code of Conduct.
  • I have reviewed and understood the project's Contributing Guidelines.
  • I have checked the existing issues and can confirm that this is not a duplicate.
  • I have reviewed and understood the project's Issue Creation Guidelines.

Bug Description

When a user clicks the Sign Up button, the authentication process fails immediately because the necessary POST network request is not being sent to the backend API.

The form submission fails silently, leaving the user on the current page without creating an account.

Evidence (from Network Tab):

The Chrome DevTools Network tab confirms that no new request is logged after the submit button is clicked, indicating the client-side form handling logic is broken and failing to initiate the network call.

Screenshots or Logs

Image

Priority

Up to 2 days

Open Source Programs

GSSoC

Would you like to work on this issue?

Yes

Metadata

Metadata

Assignees

Type

Projects

Status

assigned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions