Remove deprecated /register route and fix referral code persistence - #1178
Conversation
LiorAgnin
commented
Jan 7, 2026
- Remove /register route from app layout and path constants
- Fix referral code preservation during signup flow reset
- Add hydration tracking to referral store to prevent race conditions
- Improve attribution initialization to wait for both stores
- Add referral code sync verification with Sentry error tracking
- Implement multi-source fallback for referral code (URL > referral > attribution)
- Remove /register route from app layout and path constants - Fix referral code preservation during signup flow reset - Add hydration tracking to referral store to prevent race conditions - Improve attribution initialization to wait for both stores - Add referral code sync verification with Sentry error tracking - Implement multi-source fallback for referral code (URL > referral > attribution)
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Pull Request Review: Remove deprecated /register route and fix referral code persistenceOverviewThis PR addresses referral code persistence issues during the signup flow and removes deprecated routes. The changes improve reliability of attribution tracking through better hydration handling and multi-source fallback logic. ✅ Strengths
🔴 Critical Issues1. Race Condition Still Possible in Email Signup (
|