Skip to content

backend-frontend-auth/user-matched#1316

Open
Anubha0308 wants to merge 1 commit into
aryandas2911:mainfrom
Anubha0308:bug/user-authentication-route
Open

backend-frontend-auth/user-matched#1316
Anubha0308 wants to merge 1 commit into
aryandas2911:mainfrom
Anubha0308:bug/user-authentication-route

Conversation

@Anubha0308
Copy link
Copy Markdown
Contributor

📌 Description

The login was not working because of the routes name mismatch in frontend and backend.
In the Login.jsx file , GET url "auth/me" , but backend has "auth/user" .

🔗 Related Issue

Closes #1298

🛠 Changes Made

  • name mismatch issue fix
  • Files Changed :
  • modified: frontend/src/pages/Login.jsx
  • modified: frontend/src/pages/Signup.jsx

📸 Screenshots (if applicable)

After - Login working without 404 status code problem .

Screenshot 2026-05-30 112530

✅ Checklist

  • Code runs locally
  • Followed project structure
  • No console errors
  • Properly tested changes
  • Linked the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug : On the live deployed website, " auth/me " GET url fails

1 participant