@Nikita_Fedorishchev I confirm they are fixed but the queryBuilder.loadRelations of transaction APIs is not working.
Thank you for information. Already fixed.
If you will get another issues in new backendless-sdk for flutter let me know please.
final checkUpvoteQueryBuilder = DataQueryBuilder();
checkUpvoteQueryBuilder.whereClause =
"objectId = '$eventId' AND upvotes.objectId = '$currentUserId'";
checkUpvoteQueryBuilder.pageSize = 1;
checkUpvoteQueryBuilder.addAllProperties();
final checkUpvoteResult =
unitOfWork.find(BLEvent.tableName, checkUpvoteQueryBuilder);
checkUpvoteResultJsonKey = checkUpvoteResult.opResultId;
It throws this error “Unable to retrieve data. Query contains invalid object related properties.” when I don’t add “loadRelations”.
Fixed too
I confirm this main issue is fixed too. Thank the Flutter team.
1 Like
Good news! Thanks for your help in fixing the bugs
1 Like
@Nikita_Fedorishchev We have a new issue with backendless_sdk 8.0.0-alpha.5.
When we call Backendless.userService.restorePassword(email), it throws this exception:
BackendlessException: Could not parse request with message: , status code 404, headers GET /A8DCA573-B3AD-A0A6-FF35-EA22DC4EB600/82BAD72F-FAB3-4D41-BF08-5D5D06D447AC/users/restorePassword/longnguyen0410+25@gmail.com, code = 8002
It’s fixed. Thanks
2 Likes