Hello!
Anyone here using Supabase with Tanstack Start? Im having a hard time with this simple functions Login and getting auth user. I know in nextjs this is simple as 1-2-3 but I dont know with Tanstack start.
Here is my current situation.
Im able to signup the user and confirmed the email. After that I can login that user and getting data like access_token etc.... but when Im going to access or getting the auth user by using supabase.auth.getUser() Im getting error "AuthSessionMissingError: Auth session missing!". I dont know if theres I need to config on the createClient().
Please I need help to proceed with my project.
Thank you in advance!