Steven Nguyen
Steven Nguyen
We want to have a separate section in the UI for REST API, GraphQL and Realtime so our design team will have to come up with something for this first.
@pingu2k4, would you please try executing the method without an API key?
@pingu2k4, yes, it's intended because `teams.updateMembershipStatus()` is meant to be called by the client/user to accept an invitation using the provided secret from the email. When `teams.createMembership()` is called with...
@tawfeks, thanks for raising this issue! 🙏🏼 Looks like there's some unexpected behavior here: https://github.com/appwrite/appwrite/blob/e406dead9a9cbca78ce79ecab2f112006708624e/app/controllers/api/functions.php#L171-L176 if the `_APP_FUNCTIONS_CPUS` or `_APP_FUNCTIONS_MEMORY` env vars are not set. As a workaround, I suggest...
This should be fixed in the next version of Appwrite as the updated code uses `System::getEnv()` which handles the empty string fine: https://github.com/appwrite/appwrite/blob/778edf1ac28ef24c350240d13ecffeec0a6462d3/app/controllers/api/functions.php#L173-L178