mikepeiman
04/07/2022, 3:48 PMfailed to fetch
error. Can anyone help me solve this please?
I'm sending request as const { error, data } = await supabase.auth.api.updateUser( access_token, { password : password });
and it returns null data and the error I mentioned. I'm logging out the token and password in the function next to this, so I know they exist.Needle
04/07/2022, 3:48 PM/title
command!
We have solved your problem?
Click the button below to archive it.mikepeiman
04/07/2022, 4:02 PM{ data }
returns the user object. I logged in successfully with the next password.Needle
04/07/2022, 4:02 PMNeedle
04/07/2022, 4:02 PM