This error is occuring
This problem is coming on already implemented code of chat
I think it's server side problem
What's the code that triggers this?
final docs = await AuthService.databases.listDocuments( databaseId: ChatData.databaseId, collectionId: ChatData.collectionId, queries: [ Query.search( "receivers", currentUser.userId, ), ], ); I am listing Documents and this is giving me error
Does it happen randomly or all the time?
It start happening today
and happening regularly now
and we didn't even change anything
It's cloud, right?
Yes
@Evdog Do you have any ideas on what could be causing this?
Recommended threads
- Pricing question for the civil society o...
Hey! Can someone help me out? 🥺 Do you have any discounts or programs for non-profit civil society organizations, even if they're not open-source? Or maybe you...
- Unable to add domain – “Domain is owned ...
Hello, I own and control the DNS for futlive9.com, but Appwrite shows “Domain is owned by a different organization”. The domain was previously connected to ano...
- SMTP with Amazon SES
I have correct settings with the sender account verified and changed to production yet test email fails to send. I am so lost here