Signup flow drops users at 404 after email verification
Observation
Created an account with disposable@qcpro.test, received the welcome email, and followed the verify link. Hit a 404 at /dashboard/home. The route was renamed to /dashboard last quarter but the email template still points at the old path.
Affected routes / files
/signup/dashboard/homeemail_template_welcome.htmlFailing flow
Fix delivered to Claude Code
Update the welcome email template to link to /dashboard.
emails/welcome.tsx- -Following the verify link lands on /dashboard with an authenticated session.
- -No 404s in Sentry from the welcome email link for 7 days post-deploy.