Replies: 2 comments
-
I am experiencing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone encountering similar errors, it may be that there is an issue with your query, as indicated by function handleError(error) {
callback(null, error);
onError(error);
} It would seem that the type for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone help me with this error?
This only happens when
.orderBy
is present. If I remove it, everything works fine.My code is:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions