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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...