© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
22 replies
STILLWATER

Recent Auth Issue Incident

Supabase incident page says email+password is not affected but a part of it that im unable to get session and user via
   const {
        data: { user },
        error: userError,
      } = await supabase.auth.getUser();
      const {
        data: { session },
        error: sessionError,
      } = await supabase.auth.getSession();
   const {
        data: { user },
        error: userError,
      } = await supabase.auth.getUser();
      const {
        data: { session },
        error: sessionError,
      } = await supabase.auth.getSession();


and supabase here is client side component, Is it related though from the sdk?
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 auth not triggering email sending [incident?]
SupabaseSSupabase / help-and-questions
3w ago
production incident
SupabaseSSupabase / help-and-questions
4mo ago
Dashboard Incident
SupabaseSSupabase / help-and-questions
6mo ago
Supavisor Incident Ongoing
SupabaseSSupabase / help-and-questions
3mo ago