You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the official AWS AppSync forum
Do you want to request a feature or report a bug?
bug?
Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions? react
Issue:
I'm setting up an unAuth request using AWS_IAM with AWSAppSyncClient and react-apollo but i'm getting this response.
{
"errors" : [ {
"errorType" : "IncompleteSignatureException",
"message" : "'accept' is named as a SignedHeader, but it does not exist in the HTTP request."
} ]
}
from what i understand from the error it's sending adding accept as a signed header but accept is not included in the calculation of the signature? is there a way we can remove the accept from SignedHeaders in the authorization?
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug?
Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions? react
Issue:
I'm setting up an unAuth request using
AWS_IAM
with AWSAppSyncClient and react-apollo but i'm getting this response.Packages used:
Setup:
where we call the setup:
Where its being used:
Note: I've already setup Appsync to accept unauth request, also setup the unauth Identity and added the
@aws_iam
directive to my appsync schema.this is the request being sent
from what i understand from the error it's sending adding
accept
as a signed header but accept is not included in the calculation of the signature? is there a way we can remove theaccept
from SignedHeaders in the authorization?The text was updated successfully, but these errors were encountered: