amplify-js: Uncaught (in promise) Error: No credentials, applicationId or region at AWSPinpointProvider.js:349

Fresh install of amplify with versions

    "aws-amplify": "^2.2.2",
    "aws-amplify-react": "^3.1.3",

Auth.signIn succeeds but throws console error

Uncaught (in promise) Error: No credentials, applicationId or region
    at AWSPinpointProvider.<anonymous> (AWSPinpointProvider.js:349)
    at step (AWSPinpointProvider.js:137)
    at Object.next (AWSPinpointProvider.js:67)
    at fulfilled (AWSPinpointProvider.js:19)

image image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (8 by maintainers)

Most upvoted comments

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I am also facing the same issue. But I am using aws-amplify-react-native

“aws-amplify”: “^2.2.5”, “aws-amplify-react-native”: “^3.2.2”,

@nihp I am also using aws-amplify-react-native and experiencing this issue