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
The first error is infact from the subscription request.
I was able to replay the request in the AppSync console to produce the error, even without any filters (would have been the syncExpression at the DataStore client).
Hi is there any progress on this bug? I'm building an amplify app with gen2 where most of my users will be members of a group in cognito but a subset will not be. I'm using cognito group auth rules in the schema and am getting the same "contains any" error above when trying to use subscriptions with my non-grouped users.
I was able to replay the request in the AppSync console to produce the error, even without any filters (would have been the syncExpression at the DataStore client).
For the schema in aws-amplify/amplify-swift#3134 (comment). The LmShot model subscription request:
variables
contains the username that I signed in with.Response:
AppSync was provisioned with Amplify CLI version 12.10.3, transformer v2, DataStore enabled.
Originally posted by @lawmicha in aws-amplify/amplify-swift#3134 (comment)
The text was updated successfully, but these errors were encountered: