Help Center

Find answers fast. Browse categories or search our guides and troubleshooting.

Help/Troubleshooting/CSRF error: what it means
CSRF error: what it means
Updated 2026-04-11

What CSRF is

CSRF tokens protect you from cross-site request forgery. They ensure the form submission matches your current session.

Why errors happen

  • The page was open too long and the session changed.
  • You opened the same form in multiple tabs.
  • Cookies are blocked or cleared mid-session.

Fix

  1. Refresh the page and submit again.
  2. Log out and log back in.
  3. Disable strict blockers for this site.

Tip

When editing admin content, avoid keeping multiple edit pages open for long periods.

Was this helpful?
Views 23 Helpful 0 Not helpful 0
Back to Troubleshooting All categories