Dane Pilcher
Dane Pilcher
When you say "the next 2 callbacks have the old version of the data" you mean that the message shows the original values before updating the record? I was able...
I wasn't able to reproduce these errors unless I had no active user. Are you sure you are signing in a user before starting DataStore? https://docs.amplify.aws/lib/auth/getting-started/q/platform/js/#option-1-use-pre-built-ui-components One of the shared...
@LEOJESUSMENA I believe you are experiencing a different issue than the one originally outlined above. Have you referred to this doc for selecting the correct authorization strategy? https://docs.amplify.aws/cli/graphql/authorization-rules/#authorization-strategies
It's hard to say if your issue is a bug with Amplify or a configuration error. Have you tried the [Discord](https://discord.gg/jWVbPfC)?
Hi @BastienFerrier, are you able to share the schema that is failing (or a minimum reproduction schema)?
I haven't been able to reproduce this error following https://github.com/aws-amplify/amplify-js/issues/6661. @ynnr85 if you have the time, could you find the minimum reproduction so that we can investigate the issue?
Related to https://github.com/aws-amplify/amplify-js/issues/6593
Hi @bhushanever, could you describe why this change is necessary?
The change appears to cause the unit and integration tests to fail. Could you take a look and update the tests if necessary?
I'm not certain we should add a mapping. In JS a predicate builder is not used and the filter is written out manually. Since the filter on JS is the...