#Supabase Auth not working

2 messages · Page 1 of 1 (latest)

fast lantern
#

I just initialized an Astro project and a Supabase project. I was able to verify that the Supabase was connected correctly (I was able to show public content on the Supabase database). However, when I login to Supabase using GitHub using Auth UI Supabase provides (https://supabase.com/docs/guides/auth/auth-helpers/auth-ui) with React, no error messages are provided, but when I check the login status on Astro with the getSession() method, session is returned as null.

fast lantern