localhost oauth not working. general_unauthorized_scope error showing.
{
"message": "User (role: guests) missing scopes ([account])",
"code": 401,
"type": "general_unauthorized_scope",
"version": "1.8.1"
}
followed th eoauth flow exatcly. Why this error. Documentation for stuff like these are very bad
TL;DR
Developers experiencing an issue with localhost OAuth setup, getting 'general_unauthorized_scope' error due to missing 'account' scope for a user with role 'guests'. Follow the OAuth flow accurately, ensure required scopes are granted, and consider seeking clarification from documentation/tutorials for further assistance.