Skip to content

Authentication (Sign In / Sign Up) Not Working on Live Demo #296

@mrjashandeepsingh

Description

@mrjashandeepsingh

I tested the live demo of the project and noticed that both the Sign Up and Sign In functionality are currently not working properly on the deployed website.

While trying to create an account or log in with valid credentials, the application consistently shows:

“Something went wrong. Please try again.”

This seems related to a backend/API/authentication integration issue, deployment configuration issue, or environment variable misconfiguration.

Steps to Reproduce

  1. Open the live demo.

  2. Navigate to Create Account / Sign In page.

  3. Enter valid credentials.

  4. Click on Create Account or Sign In.

Expected Behavior

User account should be created successfully.

Existing users should be able to log in normally.

Proper success/error handling should appear.

Actual Behavior

Authentication request fails.

Generic error message is displayed:

“Something went wrong”

“Something went wrong. Please try again.”

Possible Causes

Backend server/API may not be running correctly.

Firebase/Auth provider configuration issue.

Missing or incorrect environment variables in deployment.

CORS or network request failure.

Database/auth service connection issue.

Additional Context

I tested this on mobile browser and reproduced the issue multiple times for both login and registration flows.

I’d like to work on this issue if assigned. I can investigate:

Frontend auth flow

API/network requests

Environment configuration

Backend integration/debugging

Error handling improvements

Screenshots

Screenshot_20260517_172013.jpg

Screenshot_20260517_172030.jpg

Questions

  1. Is the backend/auth service currently active on the deployed version?

  2. Which authentication service is being used? (Firebase/Auth0/custom backend/etc.)

  3. Are there any known deployment or environment variable issues currently?

  4. Is this issue reproducible on local setup as well?

/assign me

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions