[FIXED] Email validation rejecting .local domains #22

Closed
opened 2026-02-03 04:41:57 +00:00 by chihlasm · 0 comments
chihlasm commented 2026-02-03 04:41:57 +00:00 (Migrated from github.com)

Problem: Seed script failed with email validation error when using .local TLD.

Cause: email-validator library correctly rejects .local as reserved per RFC 6761.

Solution: Use standard domains like example.com for seed/test users.

Fixed: January 29, 2026

**Problem:** Seed script failed with email validation error when using `.local` TLD. **Cause:** email-validator library correctly rejects `.local` as reserved per RFC 6761. **Solution:** Use standard domains like `example.com` for seed/test users. Fixed: January 29, 2026
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#22