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
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...