Errors

Could not store link details in browser

Browser blocked local/session storage used for the direct-link info handoff page.

Could not store link details in browser

Intended when the site cannot write link details to localStorage / sessionStorage (private mode, IT policy, full quota) before opening the direct-link info page.

Why this happens

Show direct link page handoff stores a small payload in browser storage. If storage is blocked, current builds often silently fall back to starting the download URL anyway — so visitors may never see this exact text even though the locale exists.

Diagnose and fix

1. Visitor: allow site storage / leave private mode; retry Create download link.

2. Admin: Mods → Show direct link page (toggle.idl) — off skips the info page entirely.

3. Download still works without the info page in the fallback path.

4. Not a server IP whitelist or grant DB error.

Related