"I tried to use the CLI, but it returns user_unauthorized. I’m already logged in with my Appwrite account. Could there be an issue on the cloud side?"
erdenebayar@erdenebayar-pc:~/Dev/********$ appwrite login
ℹ Info: You are currently signed in as legacy
♥ Hint: You can sign in and manage multiple accounts with Appwrite CLI
? Enter your email ********
? Enter your password ********
✓ Success: Successfully signed in as ********
♥ Hint: Next you can create or link to your project using 'appwrite init project'
erdenebayar@erdenebayar-pc:~/Dev/********$ appwrite account get
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: The current user is not authorized to perform the requested action.
erdenebayar@erdenebayar-pc:~/Dev/********$ appwrite account get --verbose
AppwriteException [Error]: The current user is not authorized to perform the requested action.
at Client.call (/snapshot/sdk-for-cli/lib/client.js:211:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async accountGet (/snapshot/sdk-for-cli/lib/commands/account.js:60:16) {
code: 401,
response: 'user_unauthorized'
}
appwrite: 6.0.0
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...