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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...