We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our logs service, we see a lot of StreamChat error code -1: QueryUsers failed with error: "", errors that are result of queryUsers().
StreamChat error code -1: QueryUsers failed with error: "",
Log example:
Steps to reproduce the behavior:
It is hard to say what are the exact steps. Sometimes it works, sometimes not.
Example of queryParams that failed (ofc SOME_KEY are removed manually from the log by me)
user_id={SOME_ID}={SOME_ID}&api_key={SOME_KEY}&payload={"filter_conditions":{"$or":[{"name":{"$autocomplete":"Brenn"}},{"username":{"$autocomplete":"Brenn"}}]},"sort":[{"field":"last_active","direction":-1}],"presence":false},
Code example:
The API is more stable or the error is more descriptive.
# N/A
package.json
react-native info output:
react-native info
OUTPUT GOES HERE
stream-chat-react-native
5.30.0
The text was updated successfully, but these errors were encountered:
Hey @wojcik92michal, what is your stream-chat-react-native/stream-chat-expo version?
stream-chat-expo
Sorry, something went wrong.
@khushal87 Previously we were using 5.30.0, now we switched to 5.41.2 (stream-chat-react-native)
5.41.2
No branches or pull requests
Issue
In our logs service, we see a lot of
StreamChat error code -1: QueryUsers failed with error: "",
errors that are result of queryUsers().Log example:
Steps to reproduce
Steps to reproduce the behavior:
It is hard to say what are the exact steps. Sometimes it works, sometimes not.
Example of queryParams that failed (ofc SOME_KEY are removed manually from the log by me)
Code example:
Expected behavior
The API is more stable or the error is more descriptive.
Project Related Information
Customization
Click To Expand
Offline support
Environment
Click To Expand
package.json
:# N/A
react-native info
output:stream-chat-react-native
version you're using that has this issue:5.30.0
Additional context
Screenshots
Click To Expand
The text was updated successfully, but these errors were encountered: