
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the request as a member. However, I’m getting an error „Missing required parameter: "roles" at Teams.createMembership" Do you see anything I’m doing wrong? According to the documentation, the parameters are passed in correctly
https://appwrite.io/docs/references/cloud/server-nodejs/teams#createMembership
Recommended threads
- Login with google error, Error 400: redi...
Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It give...
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will m...
