I'm attempting to develop an app using Appwrite, but I've encountered an error. I've also tried deleting a specific attribute, but despite a success message, the deletion fails.
Can you please share a project ID here or on DM? @Shmuel please also take a look here.
Yeah sure here it is 65d9b48b6cc543344cac
Cool, we'll look into it, might take a bit of time since this is a weekend.
Glad to hear that thank you
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...