-
Notifications
You must be signed in to change notification settings - Fork 313
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
Getting - Auth UserPool not configured. #5839
Comments
Can you also post the code where you use the Authenticator? Usually when this error occurs if your Amplify configuration is not set up correctly. Can you also show where you use the |
Sure sharing the entire files step by step:
In Login.tsx
In loginWithGoogle.tsx
Have used it at few more places I hope this is good for your understanding. |
@thaddmt Have you got the chance to check this?? |
@vashu0804 are you able to verify that your awsConfig has a value for |
@thaddmt Yes, I have added the userPoolId in my evn config file and also I am getting the error while logging in with google just like you were having. |
@thaddmt Please tell me if you need to any other info, or want to connect on meet to discuss this. |
Hey, @vashu0804 👋. Just to make sure we can cross this off the list, can you double check that the Cognito resource ID's for User Pool and Identity Pool aligns to what is within your environment variables? Also, can you see if hard coding the ID's into the config call resolves the issue? Thanks. |
Hey @cwomack , I double checked the Pool ID's still facing the same issue, can you please help me more in this. I also tried hard coding the values and it is working then but getting undefined. |
@vashu0804, can you share what's in your |
@cwomack thanks for your help. I changed the mui version from 5 to 6 and now it is working. |
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
Vite
What browsers are you seeing the problem on?
Chrome, Firefox, Microsoft Edge, Safari
Which region are you seeing the problem in?
India, Mumbai
Please describe your bug.
I have a react project in which aws amplify is getting utilised now on clicking the login button with google i am getting Auth UserPool not configured on my local. Please suggest something incase anyone have incountered the similar issue previously.
What's the expected behaviour?
Ideally it should log me in the website home page on click the sign in with google button.
Help us reproduce the bug!
Sharing the code snipped below for your reference. Getting the error on my local system
Code Snippet
Console log output
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: