poojamat
poojamat
@oussama-reguez could you please provide steps for reproduction?
@iamfirdous8 are you initializing appsync sdk in the application class?
@Lavanya2204-developer the log you have provided suggests that mutation queue is dealt with in a background thread what makes you believe its blocking the main thread?
at app level add in build.gradle this: classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.3.0' Fixed with this PR: https://github.com/awslabs/aws-mobile-appsync-sdk-android/pull/361
@melchi45 which version of sdk are you using?
Thanks for reaching out to us. Are you using email as user name? Amplify.Auth.resetPassword("username", { Log.i("AuthQuickstart", "Password reset OK: $it") }, { Log.e("AuthQuickstart", "Password reset failed", error) } ) On...
@CeccoCQ have you marked email as an alias, which in Cognito terms means I can use it to sign in with in addition to username.
@YanSen1996 Sorry to hear that you are experiencing this error, could you please share your schema and the code snippet for update mutation?
@YanSen1996 I was not able to reproduce this error with the above schema and update command. What version of amplify library are you using? Are the mutations just failing for...