© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
5 replies
The Little Cousin

supabase.auth.session() Error

Use to be using this function;
const isSignedIn = () => supabase.auth.session()? supabase.auth.session() : false;
const isSignedIn = () => supabase.auth.session()? supabase.auth.session() : false;


I'm getting;
Uncaught TypeError: supabase.auth.session is not a function
Uncaught TypeError: supabase.auth.session is not a function


It used to works few weeks ago! Has the function been changed?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

supabase {session: null, user: null } error using supabase auth signup api?
SupabaseSSupabase / help-and-questions
8mo ago
Supabase.auth.exchangeCodeForSession doesn't persist session
SupabaseSSupabase / help-and-questions
3y ago
Session from `supabase.auth.exchangeCodeForSession()` not persisting
SupabaseSSupabase / help-and-questions
3y ago
Error: "Auth Session Missing", anyone?
SupabaseSSupabase / help-and-questions
6mo ago