Hello Appwrite Team! I have successfully activated the GitHub Student Developer Pack on my account, and my billing dashboard confirms I have Pro resources (2TB bandwidth / 3.5M executions). However, my account is still being restricted to a 2-project limit (the standard Free tier limit), and I cannot create a third project. Could you please help me refresh my organization's quota to the 10 projects included in the Education plan? Organization ID: 695e27ffcaf040e0223c Account Email: shauryagautam139@outlook.com Thank you for the help!
Recommended threads
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...
- Weird CLI error
I'm a little lost ``` appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id" ℹ Info: For detailed erro...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...