Hihi. Makes me smile to see 30°C on your screenshots while I look outside and it's snowing 😅
man😭
Amazing! Hmm this is already second bug I see after Appwrite 1.2.1. I will do my best to push for a 1.2.2 with fix to this. Let me ping @Arman about it.
It must be related to some of your attribute you have set up. If you coudl delete them one by one to see which one is causing it, it would help us a lot.
oh
this has to do something with my code?
Nah nah, all inside console. When you look at your collection, there is "attributes" tab. I think one of your attributes is causing this bug.
If you could find out which one, it would allow us to reproduce it easily. And fix it quicker
ok
i will get to back to you
Thankssss 😇 Please ping me with @Meldiron when you get any more info about this
sure it self right?
self?
like i should ping you here only right?
here *
Yep.
hi i am back @Meldiron
i made a list of integers as a attribute
but i gave an integer from my code
that was the error
thannkyou for ur time
Solved? Cooool! 🔥
Ill see if I can reproduce it anyway. There should be better error, not just a blank page 😅
ya man that would be helpfull
Hmm how did you manage to do that?
When I make numbers attribute that is of type integer and array, and then try to send a number there, it says: {"message":"Invalid document structure: Attribute \"numbers\" must be an array","code":400,"type":"document_invalid_structure","version":"dev"
no in my code it was declared integer
but in attribute by mistake i made it array
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...