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
Recommended threads
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- custom domain on cloudflair was verified...
I've added the credentials as instructed by the appwrite documentation, with cname set to dns only without proxy, and it successfully validated my domain, and w...
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...