DNI9
02/01/2022, 7:44 PMsupabase.auth.session()
or await supabase.from('profiles').select()
on nextjs page it works as expected but when I call these on getStaticProps
, it just returns null
or
{
error: null,
data: [],
count: null,
status: 200,
statusText: 'OK',
body: []
}
If anyone faced this, or have any idea what's wrong, please share.garyaustin
02/01/2022, 8:08 PMDNI9
02/02/2022, 8:00 AM