Unable to Add Email/Password Sign In to OAuth Account

Hi,

I'm unable to add an email/password authentication to an account created with Google OAuth.

I'm running the code

supabase.auth.updateUser({
  password: "MY_PASSWORD"
});


As per https://supabase.com/docs/guides/auth/auth-identity-linking#how-to-add-emailpassword-login-to-an-oauth-account

However when I check the database the provider is still just Google so when I try to disconnect Google I get the error saying I need "more than 1 sign in method".

I've checked the identities on the user and it still says only one identity (google sign in) and there's no error from the
updateUser
call.

Is there something more I need to do?
Manage the identities associated with your user
Was this page helpful?