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.
#Supabase Auth not working
2 messages · Page 1 of 1 (latest)
I found this website, where they use Astro and Supabse, like my project. However, it is also not working properly. https://astro-supabase-vercel.vercel.app/