Ionize Docs
ReferenceError catalog

not_authenticated

Session cookie missing or invalid. — source: Dashboard

not_authenticated

Source: Dashboard

HTTP: 401

Summary

Session cookie missing or invalid.

When this fires

Every admin route requires the dashboard-session cookie. Missing or invalid HMAC.

Common causes

  • No session cookie
  • Session expired
  • Cookie tampered
  • SESSION_SIGNING_KEY rotated incorrectly

Fix

User re-authenticates. If keys were rotated incorrectly, see Operate — Session signing key rotation.

Source code

Generated from the platform's error catalog. To find emit sites: grep -r "not_authenticated" ../<repo>/src.

On this page