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
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than AWS Amplify.
I am using Amplify for one of the RN workshop but I am facing errors.
Setup appsync via awsmobile commands:
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than AWS Amplify.
I am using Amplify for one of the RN workshop but I am facing errors.
Setup appsync via awsmobile commands:
Choose IAM_TYPE
However, there is no result and error on the react native console. This is what I saw in the AWS CloudWatch logs:
I followed the exact steps and documentations provided in the AWS Amplify doc (https://aws-amplify.github.io/amplify-js/media/api_guide#using-aws_iam)
What is the expected behavior?
I should be able to get a list of data from graphQL query.
Which versions of Amplify, and which browser / OS are affected by this issue? Did this work in previous versions?
You can turn on the debug mode to provide more info for us by setting
window.LOG_LEVEL = 'DEBUG';
in your app.There is no result and error on the react native console.
The text was updated successfully, but these errors were encountered: