Why am I getting this error while also getting the data?
I'm trying to see if a user is logged in, but I'm not sure why the error object is not empty

const { data: { user } } = await supabase.auth.getUser()AuthSessionMissingError: Auth session missing! What is throwing me off is that the header has no issue showing me my name and the logout button

const { data: { user } } = await supabase.auth.getUser()AuthSessionMissingError: Auth session missing!