hey basically currently i am learning about appwrite database. so when user signup and a button gonna render on there screen and then when user click on that button then i have created some array data so that data gonna be added inside database but next time when same user logged in and then click on that button then console give the error console is
saying AppwriteException: Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.
but i want every time same user logged in then there data gonna be added to there id only not any unique id , if you need more clearity of the problem please let me know
Recommended threads
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...