updating user returning null
We are having issues updating user data and the actions returning null in both the data and the error
From an edge function
From browser
These functions don't return anything but null and the data don't change on the DB
From an edge function
const { data, error } = await supabase.auth.updateUser({email: 'new@email.com'}) From browser
These functions don't return anything but null and the data don't change on the DB