๐ Bug Report: Team id cannot be found when creating project
eroo36 opened this issue ยท 1 comments
eroo36 commented
๐ Reproduction steps
When i try to use appwrite projects create
๐ Expected behavior
should create a project
๐ Actual Behavior
(base) โ ~ appwrite teams create --teamId 1235 --name test-team
$id : 1235
$createdAt : 2023-01-20T09:14:22.859+00:00
$updatedAt : 2023-01-20T09:14:22.859+00:00
name : test-team
total : 0
โ Success
(base) โ ~ appwrite projects create --name test2 --projectId "unique()" --teamId 1235
โ Error Team with the requested ID could not be found.
๐ฒ Appwrite version
Version 1.1.x
๐ป Operating system
MacOS
๐งฑ Your Environment
cli: appwrite@1.1.1 from npm
appwrite: appwrite@1.2.0 from docker-compose
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
eroo36 commented
So figured out what teamId i was supposed to use
i had to appwrite projects list
and use the teamId that was provided there. I were not able to find this teamId in the dashboard. Kind of confusing