when i delete the data from a array attribute of my document, its not enable update button, and because of that i am unable to delete the data, please anybody address the issue
Weird behavior, I seem to only get this if all values in each element of the array are the same. For example if my array is test,test,test
I get this behavior but if it's test1,test2,test3
I don't.
ya thanks, its a weird bug lol
Weird...it works fine for me...
Ahhh it only happens if the data is the same for both values. Would you please create a GitHub issue for this?
I've moved it, but next time, it would be better to create it in the appwrite repo and put a proper title
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...