Is anyone else getting this error.. and how were they able to resolve it if so:
{
"message": "User (role: guests) missing scope (account)",
"code": 401,
"type": "general_unauthorized_scope",
"version": "1.6.2"
}
The error occurs if user clicks on the OAuth buttons with an attempt to login
TL;DR
Developers experiencing a 'User missing scope' error when users click OAuth buttons to login. To resolve this, check if SSR framework is in use and review appwrite client setup, ensuring correct auth code.