Errors

Could not complete sign-in — try again

Country-confirm login link was valid but creating the session failed.

Could not complete sign-in — try again

The confirm login from new country link ran, but finalizeMemberLogin did not produce a session. Product text: Could not complete sign-in. Try again.

Why this happens

Token may be valid and the user active, yet session creation failed (DB/session store, unexpected gate). Distinct from provider OAuth exchange errors.

Diagnose and fix

1. Request a fresh confirm-login email and open the new link once.

2. Check app/session/database health if every confirm fails.

3. Admin: review Confirm login from new country settings and mail delivery.

4. Fall back to normal password login if confirm keeps failing.

Related