-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot set property 'createCredentials' of undefined #546
Comments
@PrashanthThugaiah are you also using |
No. |
I also have this issue. any updates |
A workaround: MacKentoch/react-redux-bootstrap-webpack-starter#5 (comment)
It works :) |
Same here. |
I've had the same problem when I build my app (in dev mode its working well). I have pinned down the problem to aws-amplify installing amazon-cognito-identity-js in /node_modules with crypto-browserify@^1.0.9 dependency. I fixed it by updating crypto-browserify to 3.12.0 in amazon-cognito-identity-js but that only works in my local machine. When my colleagues use 'npm install' in their machines, they run into the same issue. Is there any fix for this? |
This might not be the best solution but just to get the application working I removed the |
You are right it's not the best solution. At least for me. |
same issue. yikes.. |
MacKentoch/react-redux-bootstrap-webpack-starter#5 (comment) worked for me though I am unsure how viable this is for everyone |
Closed by PR #1773 |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
This is just to continue the thread left in the archived repo: amazon-archives/amazon-cognito-identity-js#679
The text was updated successfully, but these errors were encountered: