When I try to init a project in cli I get this error . I am trying to create the projects on headless mode in github actions for testing.
β― appwrite init project --organization-id 648ab2fb4856acfc1e30 --project-name testapp --project-id testname
Is it possible to even create or am I doing something wrong here ?
There is a bug with the CLI in not interactive version: https://github.com/appwrite/appwrite/issues/8935
can you add a π to the issue?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...