stack icon indicating copy to clipboard operation
stack copied to clipboard

[BUG] The user is already connected to another OAuth account

Open Ariastarcos opened this issue 9 months ago • 0 comments

The error is thrown in a Project that only has a single User.

This user initially created the account with email+password, and connected the account. When calling user.useConnectedAccount('discord', { or: "redirect", scopes: ["identify", "email", "guilds"] }); on the CurrentUser to update scopes for the connection, the error is displayed. The same connection/account is used, and below are screenshots of the environment.

Image Image Image

Ariastarcos avatar Apr 07 '25 13:04 Ariastarcos