-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
datastoreIssues related to the DataStore CategoryIssues related to the DataStore CategoryiOSIssues specific to the iOS PlatformIssues specific to the iOS Platformrequires-ios-fixThis issue is the result of an underlying Amplify iOS issue that needs to be fixed.This issue is the result of an underlying Amplify iOS issue that needs to be fixed.
Description
Describe the bug
Query failed: DataStoreException(message: The operation couldn’t be completed. (SQLite.Result error 0.), recoverySuggestion: The operation couldn’t be completed. (SQLite.Result error 0.), underlyingException: The operation couldn’t be completed. (SQLite.Result error 0.))
query relational model causes error (query comments by postId for example)
on Android it doesn't throw error.
Also, HotRestart on iOS crash app because of AmplifyAlreadyConfiguredException although it should be caught by try&catch.
[VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: AmplifyException(message: An unknown exception has happened. Please take a look at
https://github.com/aws-amplify/amplify-flutter/issues to see if there are any existing issues that
match your scenario, and file an issue with the details of the bug if there isn't.
, recoverySuggestion: We currently don't have a recovery suggestion for this exception., underlyingException: PlatformException(AmplifyAlreadyConfigured, Translating platform exception failed. Please take a look at https://github.com/aws-amplify/amplify-flutter/issues to see if there are any existing issues that match your scenario, and file an issue with the details of the bug if there isn't., {recoverySuggestion: Remove the duplicate call to `Amplify.configure()`, underlyingException: nil, message: Amplify has already been configured.}, null))
#0 AmplifyClass.configure (package:amplify_flutter/amplify.dart:187:9)
<asynchronous suspension>
#1 M<…>
dabit3 and davidkim1
Metadata
Metadata
Assignees
Labels
datastoreIssues related to the DataStore CategoryIssues related to the DataStore CategoryiOSIssues specific to the iOS PlatformIssues specific to the iOS Platformrequires-ios-fixThis issue is the result of an underlying Amplify iOS issue that needs to be fixed.This issue is the result of an underlying Amplify iOS issue that needs to be fixed.