No, data should only be the custom attributes
I see
Gotcha thanks
It happened to me once. In my case, recreating the document was too much work, so I simply removed that extra empty value while updating another attribute (let's call it x) within the document. After that, I refreshed the current page, and it was done.
PS: Once it was resolved, I re-updated the x attribute by giving it the previous value.
i am trying it with code but doesnt seem to be working
databases.update_document('gacha', 'discord_user_cards', '64be529d0ff72db85fb8', data={'user_id': '85425918414074472','moves':['quick_dodge', 'skip']})
i am updating the user id with it
Delete and create only seems to work sadly
What version are you on?
1.3.8 i think
thanks. And thanks again for creating an issue with exact steps to reproduce. it makes things move infinitely faster 🙏🏼
np its a win-win situation if it gets fixed quickly XD
for now i have created a cloud function as a hacky solution seems to be working :)
also sorrry ah i forgot production appwrite is 1.3.4
so not 1.3.8?
yea
should i check the changelog just in case?
it's fine. we just need to use the same version when trying to reproduce
oh i see
should I update 1.3.x to 1.3.4
in issue
it's okay. i added it in the environment section below
thanks :)
cant wait for 1.4 now XD
Recommended threads
- 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...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite