Appwrite cli appwrite init project --verbose command throws this error message:
AppwriteException [Error]: For console projects, please use the organizations API.
at Client.call (/usr/local/lib/node_modules/appwrite-cli/lib/client.js:211:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async teamsList (/usr/local/lib/node_modules/appwrite-cli/lib/commands/teams.js:68:16)
at async paginate (/usr/local/lib/node_modules/appwrite-cli/lib/paginate.js:10:26)
at async Object.choices (/usr/local/lib/node_modules/appwrite-cli/lib/questions.js:155:31) {
code: 401,
response: 'general_access_forbidden'
}
P.S.: I'm using Appwrite Cloud & Latest Appwrite CLi
@Support
This is a known bug
With Cloud
Is this a speedrun or what? @kamal.panara
I put my medal to myself :zoom:
Solution: create appwrite.json manually which is same as using init project command i guess. and use other cli commands.
appwrite.json file:
{
"projectId": "REPLACE WITH THE PROJECT ID",
"projectName": "REPLACE WITH YOUR PROJECT NAME"
}
[SOLVED] CLI not working
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...