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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...