Hey I had made the required changes a while back and was hoping if it could be reviewed again.
Your PR was already approved. You'll need to wait for it to be merged and to receive the next steps for swag
[CLOSED] Pull Request Review
no need to create a support post for this. It's best to post in <#636852860709240842>
okay, thanks a lot. sorry for the trouble
Recommended threads
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- custom domain on cloudflair was verified...
I've added the credentials as instructed by the appwrite documentation, with cname set to dns only without proxy, and it successfully validated my domain, and w...
- 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. `...