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
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Current User Is Not Authorized To Perfor...
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have bee...
- storage copy file?
hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt f...