-
Notifications
You must be signed in to change notification settings - Fork 58
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
Exception at AppSyncSigV4SignerInterceptor #16
Comments
Hi, This might be a transient error due to network not being available. One improvement which we can do on this is to catch the error in the SDK and surface it in Thanks, |
@rohandubal I think it would be better if the SDK can retry automatically by itself when the network comes back to normal. because automatic management of network connection is one of the main feature of AppSync. Regards, |
Hi @yong0726 , In our experience, this error does not resolve until the app is restarted or in some cases re-installed. Retrying the request would not help. We will investigate the issue and reply here when we have more information. |
We have a fix that will prevent crashing, but the error will be surfaced in the |
This issue should be resolve with release 2.6.20. Re-open if necessary |
In our production app, the below crash has been detected many times via Firebase Crashlytics. please help me.
The below is our initialized code.
the SDK version is 2.6.17
The text was updated successfully, but these errors were encountered: