This is a great video series. Well presented and easy to listen to. It would be wonderful if you could show MFA (preferably with TOTP. I have not been able to get that to work. Thanks!
I have problem with types when using angular 17 (nodejs 20), specifically with Amplify.configure (). Even the Auth object is not found in aws-amplify because i got error when i use import { Amplify, Auth } from 'aws-amplify' Sombody has experienced same errors?
i looked deeper into the missmatching types and found this: Amplify.configure({ Auth: { Cognito: environment.cognito } }); also changed userPoolWebClientId to userPoolClientId
Hey sir
Thank you so much
You have solved my big problem
Aw nice! I'm glad it helped!
This is a great video series. Well presented and easy to listen to. It would be wonderful if you could show MFA (preferably with TOTP. I have not been able to get that to work. Thanks!
I have problem with types when using angular 17 (nodejs 20), specifically with Amplify.configure (). Even the Auth object is not found in aws-amplify because i got error when i use import { Amplify, Auth } from 'aws-amplify' Sombody has experienced same errors?
i looked deeper into the missmatching types and found this:
Amplify.configure({
Auth: {
Cognito: environment.cognito
}
});
also changed userPoolWebClientId to userPoolClientId
Same issue in import {Auth}
Have you solved this issue?