Skip to content

fix(registration): improve frontend validation error handling and user-friendly messages#887

Open
Pcmhacker-piro wants to merge 1 commit into
SdSarthak:mainfrom
Pcmhacker-piro:fix/improve-registration-validation
Open

fix(registration): improve frontend validation error handling and user-friendly messages#887
Pcmhacker-piro wants to merge 1 commit into
SdSarthak:mainfrom
Pcmhacker-piro:fix/improve-registration-validation

Conversation

@Pcmhacker-piro
Copy link
Copy Markdown

Summary

Closes #708

Improves frontend registration error handling by mapping raw Pydantic validation messages to user-friendly ones, adding separate handling for timeouts and server errors, and maintaining proper categorization of validation, network, and server failures.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • Tests
  • Infra / CI

Checklist

  • I have read CONTRIBUTING.md
  • My code follows the project style (PEP 8 for Python, ESLint for TS)
  • I have added/updated tests where relevant
  • pytest backend/tests/ passes locally
  • I have not committed .env or any secrets
  • I have updated documentation if needed

Screenshots (if UI change)

N/A

@Pcmhacker-piro
Copy link
Copy Markdown
Author

hi @SdSarthak

the checks have passed. Could you please review and approve the pending workflows when you have a chance? Thank you!

@Pcmhacker-piro Pcmhacker-piro force-pushed the fix/improve-registration-validation branch from a3733c5 to 262688f Compare June 1, 2026 01:58
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.

Improve Registration Validation & Error Handling

1 participant