
I have an array in a collection. Although I believe a new string should be inserted into the array only once (as I have coded in the client side), it is being inserted twice sometimes. Indeed, when I try to update the array (from cloud console) by removing the duplicate item, the "Update" button still remains inactive (disabled).
However, when I remove both the duplicated items, the "Update" button becomes active.
Please someone help in this regard! Thanks 🙂
Recommended threads
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
- Relationship opt-in?
Hi! I'm trying to understand opt-in relationship population. I'm listing rows as follows: `(...).listRows({ databaseId: this.databaseId, tableId: this.tableId, ...
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
