Errors

Network error — check your connection and try again

Auth/resend catch — longer networkError string when fetch fails.

Network error — check your connection and try again

Longer client catch (auth.networkError) used on resend-verification and some public forms when the request never completes successfully.

Why this happens

Same root causes as the short Network error. — connectivity, abort, or unreachable API. Distinct from mail-send API failures that return JSON (Could not send verification email — try again later).

Diagnose and fix

1. Restore connectivity; retry the action.

2. If the request returns 4xx/5xx with a body, use that message (mail, rate limit, validation).

3. Confirm PUBLIC_APP_URL / HTTPS match what the browser uses.

4. See short Network error and download Network error — try again for sibling wordings.

Related