Rank 5: Hypervisor
This error is occuring
Votes
1
Replies
11
Participants
Unknown
Messages
12
Rank 5: Hypervisor
This error is occuring
Rank 5: Hypervisor
This problem is coming on already implemented code of chat
Rank 5: Hypervisor
I think it's server side problem
What's the code that triggers this?
Rank 5: Hypervisor
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?
Rank 5: Hypervisor
It start happening today
Rank 5: Hypervisor
and happening regularly now
Rank 5: Hypervisor
and we didn't even change anything
It's cloud, right?
Rank 5: Hypervisor
Yes
@Evdog Do you have any ideas on what could be causing this?