Skip to content

Fix signup 429#1193

Open
parneetbrar234-svg wants to merge 4 commits into
aryandas2911:mainfrom
parneetbrar234-svg:fix-signup-429
Open

Fix signup 429#1193
parneetbrar234-svg wants to merge 4 commits into
aryandas2911:mainfrom
parneetbrar234-svg:fix-signup-429

Conversation

@parneetbrar234-svg
Copy link
Copy Markdown

@parneetbrar234-svg parneetbrar234-svg commented May 26, 2026

📌 Description

Fixed signup/authentication request failures caused by CORS configuration issues during local development.

🔗 Related Issue

Closes #1159 #1141

🛠 Changes Made

  1. Added localhost:5174 to allowed CORS origins
  2. Added 127.0.0.1:5174 to allowed CORS origins
  3. Fixed frontend-backend communication for Vite local server
  4. Resolved signup request failures caused by blocked API requests

✅ Checklist

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

🚀 Notes for Reviewers

This fix resolves local development authentication/signup failures caused by frontend requests being blocked due to missing localhost:5174 CORS configuration.

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.

Signup endpoint returns HTTP 429 Too Many Requests

1 participant