
Hi, I'm currently working on auth part of my app.
I have user logged in and session created. When getting current user e.g final Account account = Account(client)
final user = await account.get()
with all Scopes
enabled in project settings I am still getting this error Unhandled Exception: AppwriteException: general_unauthorized_scope, app.662422262de1b965d439@service.cloud.appwrite.io (role: applications) missing scope (account) (401)
.
Someone please help me understand maybe I'm doing it wrong.
Recommended threads
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- MCP Integration
The appwrite has their MCP And this MCP is working fine with the VS code copilot but not with the other tools like Cline, Roo code...I have tried and getting th...
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
