supabase calling supabase.auth.user().id crashes server error 500
in api.js where connection to supabase is made
on a page
and this is error I get in terminal while my browser shows ERROR 500
What is causing it and how can I pass currently logged in user id to userDetails()? If I hardcode user id which is uuid for that table then it shows me results I am looking for.
on a page
and this is error I get in terminal while my browser shows ERROR 500
What is causing it and how can I pass currently logged in user id to userDetails()? If I hardcode user id which is uuid for that table then it shows me results I am looking for.