awslabs / aws-mobile-appsync-sdk-android

Android SDK for AWS AppSync.
https://docs.amplify.aws/sdk/api/graphql/q/platform/android/
Apache License 2.0
105 stars 58 forks source link

GraphQL subscription error 403 #406

Closed Brijesh116 closed 1 year ago

Brijesh116 commented 1 year ago

I have subscription used with GraphQL. From them only two subscription have below error

Error{message='403 Forbidden', locations=[], custom Attributes={errorType=ForbiddenException}}

Rest All subscription are working fine

can anyone let me know the cause of this error?

div5yesh commented 1 year ago

Can you provide more info like code snippet, config json?