Shop our newest inventory! Learn more

WCA The Silicon Project Logo

Authentication Debug Page

Server-Side (getServerSideProps)

Session exists: ❌ No
User record exists: ❌ No

Client-Side (React)

User exists: ❌ No

What This Tells Us:

  • If server-side shows no session but client-side shows user, there's a cookie/session issue
  • If both show user data, the redirect should work
  • If neither shows user data, you're not actually logged in