You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "AuthError: No identity pool configuration found\nRecovery suggestion: Make sure that the amplify configuration passed to Auth plugin is valid" #184
I generated the amplifyconfiguration.json file using Amplify CLI, added auth to it. I made sure that the poolID in the amplifyconfiguration.json file exists in Cloud.
I configured Amplify in the AppDelegate file and I got a success result there:
do{tryAmplify.add(plugin:AWSPredictionsPlugin())tryAmplify.add(plugin:AWSCognitoAuthPlugin())tryAmplify.configure()print("Amplify successfully configured")}catch{print("Failed to initialize Amplify with \(error)")}
But I am getting the following error when opening the UI:
"AuthError: No identity pool configuration found\nRecovery suggestion: Make sure that the amplify configuration passed to Auth plugin is valid"