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
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...