You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When linking an anonymous account with an existing verified account, it errors out. Instead, it should link the anonymous account.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Sign up an user using any of the OAuth provider. Logout
Sign up an anonymous user
Try to link anonymous user with oAuth provider used in step 1
See error
Expected behavior
Even if the account is already registered, anonymous account should get linked with them.
System information
OS: [e.g. macOS, Windows]
Browser (if applies) [e.g. chrome, safari]
Version of supabase-js: [e.g. 6.0.2]
Version of Node.js: [e.g. 10.10.0]
Additional context
Usecase: An e-commerce platform which lets users add products to cart. The platform is accessible via both web and app. The user has already registered using web, they are new to app. On app they add products and at time of checkout need to sign in. When they try to use their previously registered e-mail id or oauth provider it errors out.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When linking an anonymous account with an existing verified account, it errors out. Instead, it should link the anonymous account.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Even if the account is already registered, anonymous account should get linked with them.
System information
Additional context
Usecase: An e-commerce platform which lets users add products to cart. The platform is accessible via both web and app. The user has already registered using web, they are new to app. On app they add products and at time of checkout need to sign in. When they try to use their previously registered e-mail id or oauth provider it errors out.
The text was updated successfully, but these errors were encountered: