
"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
- [SOLVED] Consfusing Pricing
Why the pricing is showing me to 30 dollar while the original pricing which is 15 dollar per month,it is also including the add ons pricing,which i donot know w...
- Failed to add domain to Fastly
So about month ago i added a domain to FaaS and it got verified but when i tried generating certificate i got this: `Failed to add domain to Fastly: {"msg":"Bad...
- Document Permissions ... User array vs T...
In my app, I will have multiple users who need read accesss a document, but ONLY them. Sometimes its 2 people and sometimes it will be 100 but sometimes 5000. ...
