White Screen When Deploying React JS Build on AWS Amplify
he Problem:
File at path: ‘/amplify-vite-react-template/amplify/.config/project-config.json’ does not exist
I created a vite react app and added authentication and it is working fine. However now I wish to use amplify add api
and I am getting the following error:
Aws amplify gen 2 – Listen to forget password event Hosted UI
Is there any way to listen to the forget password event in gen 2 amplify? It’s causing a weird infinite loop in my code because I have no listener for the action that just happened. I’m using signInWithRedirec
t with Cognito Hosted UI.
Aws amplify gen 2 – Listen to forget password event Hosted UI
Is there any way to listen to the forget password event in gen 2 amplify? It’s causing a weird infinite loop in my code because I have no listener for the action that just happened. I’m using signInWithRedirec
t with Cognito Hosted UI.
React Amplify signInWithRedirect Facebook requires multiple attempts before it works
I have a button to let users sign in with facebook, and the code looks like this: