Darshan

Results 119 issues of Darshan

### 👟 Reproduction steps When using a batch process like below (or even `listDocuments`) in a Function, `Node SDK` often fails with timeouts and fetch failed - ```js // exact...

bug
product / functions

### 👟 Reproduction steps 1. Create a messaging topic (example id: `activity`) 2. Delete the messaging topic 3. Create a new topic again with the same id as before i.e....

bug
product / platform

### 👟 Reproduction steps Discord Reference - https://discord.com/channels/564160730845151244/1255240593349804174 --- 1. Assume an active deployment 2. Either change some build settings and then redeploy or just redeploy that deployment again a...

bug
product / functions

## What does this PR do? Certain Avatar APIs do not follow redirections as per the recent releases due to security concerns. This PR documents the same. ## Test Plan...

### 🔖 Feature description Since `Webhooks` are also a part of Projects we create on console, they should be configurable by `Rest APIs` or `Server SDKs` just like other features....

### 👟 Reproduction steps Pre-requisite: Assuming you have a few messaging targets [email, push, etc.] in a project. --- 1. Go to Console > Select a Project 2. Go to...

bug
product / messaging

### 🔖 Enhancement description Currently, when a custom domain added to Appwrite has its SSL managed externally (e.g., via NGINX or Cloudflare), and Appwrite cannot complete the Let's Encrypt verification...

enhancement

### 💭 Description Some code in the following link seems malformed - https://appwrite.io/docs/products/messaging/send-push-notifications#add-targets --- 1. Scroll to the `Add Targets` section 2. Click on the `FCM for Apple` 3. Check...

## What does this PR do? Enums in Swift & Dart should be in a `loweCamelCase`. ## Test Plan N/A. ## Related PRs and Issues - #883. ### Have you...

### 👟 Reproduction steps Swift - ![image](https://github.com/appwrite/sdk-generator/assets/20625965/fa4bda5d-7761-4d9b-a9fa-e12e66c52435) Dart - --- I am open to work on this issue. ### 👍 Expected behavior The enum casing should be `lowerCamelCase`. ### 👎...

bug