Errors

Invalid verification link

Email verify route redirected with missing_token — no token in the URL.

Invalid verification link

/api/auth/verify-email redirected to register with verify=missing_token. Register page shows Invalid verification link.

Why this happens

The verify URL had no token query param (truncated link, bad bookmark, or mail client mangling). Distinct from Link invalid or expired (token present but unknown/used/expired).

Diagnose and fix

1. Open the latest verification email and use the full link.

2. Or use resend verification on the register/login pending panel.

3. Admin can send verification from user edit once mail works.

4. Confirm Require email verification / Auth email templates are enabled as intended.

Related