-
-
Notifications
You must be signed in to change notification settings - Fork 206
ParseLiveListWidget MongoError #653
New issue
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
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Ok I've found that there is something wrong with lazyloading. No issues with lazyloading: false ParseLiveListWidget<ParseObject>(
query: query,
lazyLoading: false,
), |
RodrigoSMarques
added a commit
that referenced
this issue
Sep 14, 2021
Closed
5 tasks
RodrigoSMarques
pushed a commit
to RodrigoSMarques/Parse-SDK-Flutter
that referenced
this issue
May 31, 2022
ParseLiveListWidget is sending the wrong GET request if lazyloading is enabled and no order limiter is set. We have to check if there is a key to send
RodrigoSMarques
added a commit
to RodrigoSMarques/Parse-SDK-Flutter
that referenced
this issue
Jun 2, 2022
### Bug Fixes * Old version of connectivity_plus package ([parse-community#717](parse-community#717)) * package_info_plus not work in web ([parse-community#714](parse-community#714)) * MissingPluginException (No implementation found for method getAll) ([parse-community#712](parse-community#712)) * Query fails for subclassed Parse object in Parse relation ([parse-community#697](parse-community#697)) * ParseRelation#query - Unhandled Exception: type 'ParseObject' is not a subtype of type ([parse-community#696](parse-community#696)) * Error in progressCallback ([parse-community#679](parse-community#679)) * first: Correct return type ([parse-community#661](parse-community#661)) * ParseLiveListWidget MongoError ([parse-community#653](parse-community#653)) * General improvements * Updated dependencies * Fix Label Platform Web Support in pub.dev - Refactor path_provider access
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got an MongoError when I use ParseLiveListWidget
LiveQuery is working on the same ParseObject.
I can query the column with result.
I don't know if I've forgotten something or if it's a bug
parse_server_sdk_flutter: ^3.1.0
parse_server: 4.5.0
StackTrace
StackTrace Server
Page
Init
Server
The text was updated successfully, but these errors were encountered: